WangzJi commented on PR #8183: URL: https://github.com/apache/incubator-seata/pull/8183#issuecomment-5115147271
@slievrly Thanks for the thoughtful feedback. I agree that the shared holder needs a production cleanup path. I've added client-lifecycle coordination: RM and TM attach on initialization and detach on destroy; versions are cleared only after the last active client is destroyed. This preserves the shared state across a single manager/channel disconnect while preventing stale entries from surviving a full client teardown. Tests cover both cases. -- 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]
