OmCheeLin opened a new pull request, #662: URL: https://github.com/apache/skywalking-banyandb/pull/662
### Fix Panic when creating _top_n_result - [ ] Add a unit test to verify that the fix works. - [x] Explain briefly why the bug exists and how to fix it. - [x] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Fixes apache/skywalking#13183. - [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking-banyandb/blob/main/CHANGES.md). Continuously retry to avoids panic until metadata is repaired. 1. After approximately 14 retries, the TopN creation retry interval backs off to 60 seconds, ensuring minimal resource contention 2. If during the topn write phase, it is determined that the `_top_n_result` measure exists, canceling the retry may increase code complexity. fix some problems: 1. docs/installation/cluster.md : the `storage` command may be deprecated 3. bydbctl/internal/cmd/use.go: the `newUserCmd` may be `newUseCmd` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
