influxdata / influxdata/influxdb-java

Chunking

Open
#680 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.2k
Forks
469
PR merge metrics
No merged PRs in 30d

Description

code:
```
InfluxDB influxDB = myInfluxDB.getInfluxDB();
String command="select * from hour.cup";
Query query = new Query(command,myInfluxDB.getDatabase());
influxDB.query(query,100,queryResult ->System.out.println(queryResult));
```
result:
org.influxdb.InfluxDBException: java.io.InterruptedIOException: executor rejected

I don't understand why this is happening, I hope to get help

version:
inluxdb1.8
inluxdb-java 2.19

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the provided query with InfluxDB 1.8 and influxdb-java 2.19, then trace the async query executor around the reported "executor rejected" exception. Done means identifying a reproducible cause and documenting or correcting the behavior, with a test or clear reproduction confirming the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.