Abhitocode opened a new issue, #2177: URL: https://github.com/apache/incubator-kie-issues/issues/2177
Due to the current implementation of job indexing in the Data Index, when a job event is processed, full insert/replace operation on the job entity is performed. This approach overwrites all existing field values in the database, including fields that may have been set or updated. The issue is that this leads inconsistency when existing job entities are updated, as any previously stored values are replaced with the values from the incoming event, regardless of whether those values are more current or accurate than what's already persisted. -- 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]
