funky-eyes commented on issue #7626: URL: https://github.com/apache/incubator-seata/issues/7626#issuecomment-3269864957
Most likely the exception is caused by an RM connection that was just registered and then immediately disconnected. When the RM connects, an RpcContext is created; inside holdInResourceManagerChannels() a ConcurrentHashMap is constructed and assigned to clientRMHolderMap. If the connection closes at that moment and rpcContext.release() is triggered, it sets clientRMHolderMap to null, which leads to a NullPointerException. -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org