Skip to content

Commit

Permalink
ignoring TEvBootstrapper::TEvStatus in TVolumeActor::StateZombie (fix…
Browse files Browse the repository at this point in the history
…ing rare crashes in tests) (#272)
  • Loading branch information
qkrorlqr authored Jan 29, 2024
1 parent 9c51f27 commit 984cbf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud/blockstore/libs/storage/volume/volume_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,8 @@ STFUNC(TVolumeActor::StateZombie)

IgnoreFunc(TEvLocal::TEvTabletMetrics);

IgnoreFunc(TEvBootstrapper::TEvStatus);

default:
if (!RejectRequests(ev)) {
HandleUnexpectedEvent(ev, TBlockStoreComponents::VOLUME);
Expand Down

0 comments on commit 984cbf5

Please sign in to comment.