dybyte commented on issue #9727: URL: https://github.com/apache/seatunnel/issues/9727#issuecomment-3215987426
Hi @Hisoka-X , I have one concern: If we remove the distributed lock and rely on `TaskExecutionService` to report metrics to the Master via Operations, multiple workers may concurrently send updates to the Master. I’m not entirely sure if this alone fully addresses the concurrency issues, so I’d appreciate your guidance: if my understanding is correct, would it be more appropriate to use `IMap.compute()` or an `EntryProcessor` in this scenario? -- 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]
