tkobayas opened a new pull request, #6734:
URL: https://github.com/apache/incubator-kie-drools/pull/6734

   ListDataStore used IdentityHashMap which does not preserve insertion order, 
causing subscribe() to replay events in arbitrary order and breaking sliding 
window CEP behavior. Added an ArrayList<DataHandle> alongside the 
IdentityHashMap to maintain insertion order for iteration and replay while 
preserving identity-based lookup semantics.
   
   Fixes: https://github.com/apache/incubator-kie-drools/issues/6733


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to