Skip to content

Commit

Permalink
fix(storage): avoid event handler panics (#13632)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 authored Nov 24, 2023
1 parent 5a94f2b commit 2e2cf7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ impl HummockEventHandler {
)) {
Ok(_) => {}
Err(_) => {
panic!(
warn!(
"RegisterReadVersion send fail table_id {:?} instance_is {:?}",
table_id, instance_id
)
Expand Down

0 comments on commit 2e2cf7b

Please sign in to comment.