Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1
Description
Currently cores are registered in parallel in an executor. However, when there's a ZK expiration, the recovery, which also happens in the register call, happens in a single thread:
We should make these happen in parallel as well so that recovery after ZK expiration doesn't take forever.
Thanks to mewmewball for catching this.