[NBS] Add IDeviceStatObserver to notify VolumeActor on device status changes#5565
[NBS] Add IDeviceStatObserver to notify VolumeActor on device status changes#5565zavik001 wants to merge 9 commits intoydb-platform:mainfrom
Conversation
Preparatory step for introducing IDeviceStatObserver pattern. No behavioral changes.
|
Hi! Thank you for contributing! |
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 11659s): some tests FAILED for commit 3fd0378.
🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 47s): some tests FAILED for commit 3fd0378.
🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 45s): some tests FAILED for commit 3fd0378.
|
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 11473s): some tests FAILED for commit c756216.
🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 86s): all tests PASSED for commit c756216.
|
#3727
Introduced IDeviceStatObserver interface to TDeviceStat so that
TNonreplicatedPartitionActor gets notified when a device becomes
broken or recovers, and forwards these events to VolumeActor.