We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dfeb9 commit 154f927Copy full SHA for 154f927
ydb/core/mon/sync_http_mon.cpp
@@ -54,11 +54,8 @@ namespace NActors {
54
}
55
56
void TSyncHttpMon::Stop() {
57
- if (IndexMonPage) {
58
- IndexMonPage->ClearPages(); // it's required to avoid loop-reference
59
- TBase::Stop();
60
- IndexMonPage.Drop();
61
- }
+ IndexMonPage->ClearPages(); // it's required to avoid loop-reference
+ TBase::Stop();
62
63
64
void TSyncHttpMon::Register(NMonitoring::IMonPage* page) {
ydb/core/testlib/actors/test_runtime.cpp
@@ -27,7 +27,6 @@ namespace NActors {
27
void TTestActorRuntime::TNodeData::Stop() {
28
if (Mon) {
29
Mon->Stop();
30
- GetAppData<NKikimr::TAppData>()->Mon = nullptr;
31
32
TNodeDataBase::Stop();
33
0 commit comments