jerqi commented on PR #404: URL: https://github.com/apache/incubator-uniffle/pull/404#issuecomment-1347685692
> > Could you explain why it will cause these problems? > > Thread1: activeThreadSize.incrementAndGet() Thread2: activeThreadSize.incrementAndGet() Thread2: setGauge(2) Thread1: setGauge(1) final result: 1 expected result: 2 Got it. -- 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]
