temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
200 stars 134 forks source link

Make StickyQueueBalancer synchronized #2025

Closed Quinn-With-Two-Ns closed 2 months ago

Quinn-With-Two-Ns commented 3 months ago

Make StickyQueueBalancer synchronized to avoid potential race where all initial calls to makePoll() all get assigned the same task queue.