Skip to content

Commit a7e1aa5

Browse files
cleanup
1 parent 6bb22a0 commit a7e1aa5

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

ydb/core/persqueue/partition.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ class TPartition : public TActorBootstrapped<TPartition> {
762762
TPartitionCounterWrapper MsgsWrittenTotal;
763763
TPartitionCounterWrapper MsgsWrittenGrpc;
764764

765-
NKikimr::NPQ::TMultiCounter MsgsDiscarded;;
766-
NKikimr::NPQ::TMultiCounter BytesDiscarded;;
765+
NKikimr::NPQ::TMultiCounter MsgsDiscarded;
766+
NKikimr::NPQ::TMultiCounter BytesDiscarded;
767767

768768
// Writing blob with topic quota variables
769769
ui64 TopicQuotaRequestCookie = 0;

ydb/core/persqueue/ut/counters_ut.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,6 @@ Y_UNIT_TEST(PartitionFirstClass) {
197197
const TString referenceCounters = NResource::Find(TStringBuf("counters_datastreams.html"));
198198
UNIT_ASSERT_VALUES_EQUAL(countersStr.Str() + "\n", referenceCounters);
199199
}
200-
// CmdWrite(0, "sourceid2", TestData(), tc, false);
201-
// {
202-
// auto counters = tc.Runtime->GetAppData(0).Counters;
203-
// auto dbGroup = GetServiceCounters(counters, "pqproxy");
204-
// TStringStream countersStr;
205-
// dbGroup->OutputHtml(countersStr);
206-
// Cerr << "Counters: ==========================\n" << countersStr.Str() << "==================================" << Endl;;
207-
// }
208200
}
209201

210202
Y_UNIT_TEST(SupportivePartitionCountersPersist) {

0 commit comments

Comments
 (0)