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-09-24T15:33:07.130925Z WARN mito2::worker: Worker 0 is already exited but the running flag is still true
2023-09-24T15:33:07.131683Z ERROR servers::grpc::greptime_handler: Failed to handle request trace_id=0 err.msg=Failed to insert data, source: Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14 err.code=Internal err.source=Failed to insert data, source: Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14 err.source.sources=[Failed to insert data, source: Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14, Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14, Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14, Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14, Failed to handle request for region 4402341478400(1025, 0), source: Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55, location: src/datanode/src/region_server.rs:263:14, Worker 0 is stopped, location: src/mito2/src/worker.rs:297:55]
What type of bug is this?
Unexpected error
What subsystems are affected?
Datanode
What happened?
Running the java example more than once
https://docs.greptime.com/user-guide/write-data/sdk-libraries/java
After the first execution, the second execution panic at
src/mito2/src/memtable/time_series.rs:188:52
Then the worker 0 exited:
What operating system did you use?
All system
Relevant log output and stack trace
No response
How can we reproduce the bug?
Run the java write example more than once
https://docs.greptime.com/user-guide/write-data/sdk-libraries/java
The text was updated successfully, but these errors were encountered: