mxm commented on issue #11362: URL: https://github.com/apache/beam/pull/11362#issuecomment-618506972
I don't see how this change can affect the CPU performance much. Apart from enumerating the timers while executing the user state cleanup there is no CPU intense code in the changes. But even the timer lookup should be very efficient because we only operate on a specific key in the keyed state backend. The test results are likely skewed due to the infrastructure, e.g. pod deployment or utilization of the underlying machine. I'll run another test to verify though. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
