influxdata / influxdata/influxdb-client-java
BucketsAPI::findBuckets() is limited to 20 by default
- Lingua principale
- Java
- Stelle
- 477
- Fork
- 129
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. have an influxdb2 instance with more than 20 buckets
2. call BucketsApi::findBuckets()
__Expected behavior:__
The API returns all buckets
__Actual behavior:__
The API returns at most 20 buckets
__Specifications:__
- Client Version: com.influxdb:influxdb-client-java:6.9.0
- InfluxDB Version: 2.7
- JDK Version: Eclipse Adoptium jdk-17.0.6.10-hotspot
- Platform: docker / alpine-linux
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start at the BucketsAPI::findBuckets() entry point and reproduce the behavior against an InfluxDB 2 instance containing more than 20 buckets. Check how the request limits results, then verify that the API returns all buckets rather than at most 20; the payload does not name a source file or test.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- api, databases
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 50/100