influxdata / influxdata/influxdb-java
Chunking
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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