We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
某条数据过大时,缓冲区溢出
2025-03-03 05:18:39.236758 - ERROR - [140590914188992] - panic: panicked at /cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/bytes.rs:711:9: cannot advance past `remaining`: 76712531 <= 16776888 2025-03-03 05:18:39.237259 - ERROR - [140591825113280] - panic: panicked at /project/dt-task/src/task_runner.rs:341:31: called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(25), "cannot advance past `remaining`: 76712531 <= 16776888", ...)
是否增加可选的设置缓冲区大小,目前通过设置buffer_memory_mb和buffer_size解决不了此问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
某条数据过大时,缓冲区溢出
是否增加可选的设置缓冲区大小,目前通过设置buffer_memory_mb和buffer_size解决不了此问题。
The text was updated successfully, but these errors were encountered: