visit2rahul commented on issue #2568:
URL: https://github.com/apache/polaris/issues/2568#issuecomment-4468799606

   The class `InMemoryBufferPolarisPersistenceEventListener` and the failing 
`testProcessEventIsThreadSafe` were removed in #2628 (Sept 2025, @adutra) when 
the two in-memory listeners were unified into `InMemoryBufferEventListener`. 
The new listener's `processEvent` calls `UnicastProcessor.onNext` directly, and 
Mutiny's `UnicastProcessor` is documented for single-producer use — so 
concurrent `processEvent` calls for the same realm could still race, but 
there's no test exercising that path on the new class.
   
   Two paths forward depending on intent:
   1. Close as obsolete (the originally-failing test no longer exists), or
   2. Re-scope to "add a thread-safety regression test for 
`InMemoryBufferEventListener.processEvent` and address any race surfaced."
   
   @dimas-b @adutra — whichever direction you prefer.


-- 
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]

Reply via email to