You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-07-31 10:15:57.182 ERRO [components/panic_ext/src/lib.rs:42] thread 'ceres-default' panicked 'index out of bounds: the len
is 0 but the index is 0' at "/root/.cargo/registry/src/gitlab.xxx.com-bfbf2811318eff5d/mysql-16.1.0/src/conn/mod.rs:861"
## Rationale
See oceanbase/obkv-table-client-rs#69
## Detailed Changes
* Upgrade OBKV client to latest version.
* Upgrade `async-trait` to resolve dep conflicts.
## Test Plan
OBKV team has tested the client.
Describe the bug
This error arise from one of our cluster,
Environment
OS Version and CPU Arch(
uname -a
):Component Version:
Fast Reproduce Steps(Required)
I cannot find a reliable way to reproduce this.
Steps to reproduce the behavior:
Expected behavior
No panic
Actual Behavior
Server panic
Additional context
https://docs.rs/mysql/latest/mysql/ is already 24, maybe this bug already fixed in upstream.
The text was updated successfully, but these errors were encountered: