Cleared 2m ago · apache/gravitino #10169 · Java · ★ 3.2k · Apache-2.0

[Improvement] Fix async drop-event log throttling race in AsyncQueueListener

What would you like to be improved? AsyncQueueListener.logDropEventsIfNecessary() uses atomic counters, but its 60-second log-throttling timestamp (lastRecordDropEventTime) is unsynchronized shared state. Under concurrent drops, threads can evaluate the time gate with stale data,…

What we checked

Similar unclaimed issues