sandynz opened a new pull request, #2534: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2534
What: Read instance metadata directly in lifecycle traversal, skip instances that disappear from statistics, and treat concurrent shutdown deletion as idempotent. Why: Cached metadata can outlive an ephemeral instance after child enumeration, causing ghost counts, stale identities, or null-related failures. Risk: This does not provide an atomic snapshot across assignment, metadata, and sharding marker nodes. Fixes #2533. Changes proposed in this pull request: - Handle missing instances during lifecycle traversal -- 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]
