paultanay commented on PR #12711: URL: https://github.com/apache/gravitino/pull/12711#issuecomment-5450764093
the new concurrency test passes. The `BlockingAppender`/`CountDownLatch` approach makes the concurrency scenario deterministic rather than relying on `Thread.sleep`. One minor cleanup: since `lastDropEventCounters` is now accessed under `dropEventLogLock`, could it be a plain `long` instead of an `AtomicLong`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
