influxdata / influxdata/influxdb-client-java
BucketsAPI::findBuckets() is limited to 20 by default
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 477
- フォーク
- 129
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
__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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api, databases
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 50/100