Skip to content

Commit 7280008

Browse files
Maitrayi Sabaratnamsreedhars
authored andcommitted
Bug#22901309 - DISABLE 'EVENT BUFFER STATUS REPORTING' FOR THE SLIP-THRESH CASE,TO REDUCE NOICE
(cherry picked from commit 17820897322ce7c2fc390a0bffbd4fe0d28fc289)
1 parent 934fbbc commit 7280008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,6 +4271,7 @@ NdbEventBuffer::reportStatus(ReportReason reason)
42714271
goto send_report;
42724272
}
42734273
}
4274+
/*
42744275
if (m_gci_slip_thresh &&
42754276
(m_latestGCI - m_latest_consumed_epoch >= m_gci_slip_thresh) &&
42764277
NdbTick_Elapsed(m_last_log_time, NdbTick_getCurrentTicks()).milliSec() >= 1000)
@@ -4279,6 +4280,7 @@ NdbEventBuffer::reportStatus(ReportReason reason)
42794280
reason = BUFFERED_EPOCHS_OVER_THRESHOLD;
42804281
goto send_report;
42814282
}
4283+
*/
42824284
return;
42834285

42844286
send_report:

0 commit comments

Comments
 (0)