summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/logging/yt_log.cpp
diff options
context:
space:
mode:
authorbabenko <[email protected]>2024-10-30 14:45:00 +0300
committerbabenko <[email protected]>2024-10-30 15:52:26 +0300
commit7891efa0c4d0a1bbf82be8885a53017e06f2adf5 (patch)
tree935a947693b5d35b823e192c4b8e62f9caaa25a3 /yt/cpp/mapreduce/interface/logging/yt_log.cpp
parente589edb669af5acb0efabcfa77cebb60a9b97407 (diff)
Fix regression: static anchors are not updated properly
commit_hash:ab0bd9b2d0569820e495c714baecb05145ed35bf
Diffstat (limited to 'yt/cpp/mapreduce/interface/logging/yt_log.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/logging/yt_log.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/yt/cpp/mapreduce/interface/logging/yt_log.cpp b/yt/cpp/mapreduce/interface/logging/yt_log.cpp
index 4ff38d4c581..d41bfa559f1 100644
--- a/yt/cpp/mapreduce/interface/logging/yt_log.cpp
+++ b/yt/cpp/mapreduce/interface/logging/yt_log.cpp
@@ -26,10 +26,6 @@ public:
::TSourceLocation sourceLocation,
TStringBuf anchorMessage) override
{
- if (anchor->Registered.exchange(true)) {
- return;
- }
-
auto guard = Guard(Mutex_);
anchor->SourceLocation = sourceLocation;
anchor->AnchorMessage = anchorMessage;