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
Yes
跑 go test 集成测试,发现 pikiwidb 进程突然崩溃了
[2024-08-14 15:49:17.145 #15167733 storage.cc:156 info] open RocksDB0 success! [2024-08-14 15:49:17.145 #15167733 db.cc:62 info] Open DB0 success! [2024-08-14 15:49:18.234 #15167734 base_cmd.cc:40 debug] execute command: hset [2024-08-14 15:49:18.249 #15167735 base_cmd.cc:40 debug] execute command: hincrbyfloat [2024-08-14 15:49:18.257 #15167732 base_cmd.cc:40 debug] execute command: hset [2024-08-14 15:49:18.266 #15167733 base_cmd.cc:40 debug] execute command: hincrbyfloat [2024-08-14 15:49:18.270 #15167730 pikiwidb.cc:167 info] Close connection id:63 msg: [2024-08-14 15:49:18.271 #15167730 pikiwidb.cc:159 info] New connection from fd:64 IP:127.0.0.1 port:52294 [2024-08-14 15:49:18.273 #15167735 base_cmd.cc:40 debug] execute command: flushdb [2024-08-14 15:49:18.274 #15167735 storage.cc:74 info] Storage begin to clear storage! libc++abi: terminating due to uncaught exception of type std::__1::system_error: condition_variable wait failed: Invalid argument
看起来和这个语句有关系:
No response
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically.
Title: pikiwidb suddenly crashed during operation
Sorry, something went wrong.
No branches or pull requests
Is this a regression?
Yes
Description
跑 go test 集成测试,发现 pikiwidb 进程突然崩溃了
[2024-08-14 15:49:17.145 #15167733 storage.cc:156 info] open RocksDB0 success!
[2024-08-14 15:49:17.145 #15167733 db.cc:62 info] Open DB0 success!
[2024-08-14 15:49:18.234 #15167734 base_cmd.cc:40 debug] execute command: hset
[2024-08-14 15:49:18.249 #15167735 base_cmd.cc:40 debug] execute command: hincrbyfloat
[2024-08-14 15:49:18.257 #15167732 base_cmd.cc:40 debug] execute command: hset
[2024-08-14 15:49:18.266 #15167733 base_cmd.cc:40 debug] execute command: hincrbyfloat
[2024-08-14 15:49:18.270 #15167730 pikiwidb.cc:167 info] Close connection id:63 msg:
[2024-08-14 15:49:18.271 #15167730 pikiwidb.cc:159 info] New connection from fd:64 IP:127.0.0.1 port:52294
[2024-08-14 15:49:18.273 #15167735 base_cmd.cc:40 debug] execute command: flushdb
[2024-08-14 15:49:18.274 #15167735 storage.cc:74 info] Storage begin to clear storage!
libc++abi: terminating due to uncaught exception of type std::__1::system_error: condition_variable wait failed: Invalid argument
看起来和这个语句有关系:
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: