Skip to content

Commit 86be04f

Browse files
The PQ tablet did not receive a TEvReadSet (#20024)
2 parents c361dda + 6796e3f commit 86be04f

File tree

4 files changed

+136
-120
lines changed

4 files changed

+136
-120
lines changed

ydb/core/persqueue/partition_log.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ inline TString LogPrefix() { return {}; }
1616
#define PQ_LOG_ERROR(stream) LOG_ERROR_S(*NActors::TlsActivationContext, NKikimrServices::PERSQUEUE, LogPrefix() << stream)
1717
#define PQ_LOG_CRIT(stream) LOG_CRIT_S(*NActors::TlsActivationContext, NKikimrServices::PERSQUEUE, LogPrefix() << stream)
1818

19+
#define PQ_LOG_TX_D(stream) LOG_DEBUG_S(*NActors::TlsActivationContext, NKikimrServices::PQ_TX, LogPrefix() << stream)
20+
#define PQ_LOG_TX_I(stream) LOG_INFO_S(*NActors::TlsActivationContext, NKikimrServices::PQ_TX, LogPrefix() << stream)
21+
#define PQ_LOG_TX_W(stream) LOG_WARN_S(*NActors::TlsActivationContext, NKikimrServices::PQ_TX, LogPrefix() << stream)
22+
1923
} // namespace NKikimr::NPQ

0 commit comments

Comments
 (0)