Hi,
We have configured many tracking processors. When a command fired an event, all tracking event processors are handling it and persist the data.
We have noticed one tracking processor missing a few events in production (no data on the respective table), we are unable to replicate it in the local. The JPA repository isolation level is configured as READ_COMMITTED.
Any idea on why the data not persisted on that table? Thank you.
If you’re running on Hibernate with multiple tenants (=multiple application instances), take a look at these issues, it could be what’s happening. To be sure, verify if the global_index of the events in question is out of order with the rest of the events, i.e. their global_index is smaller than it should be given their timestamp.