-
Notifications
You must be signed in to change notification settings - Fork 870
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sequence continuous batching close session race condition (#3198)
* add logging to trace jobgroup cleanup * Monitor eventJobGroupIds * Revert "Monitor eventJobGroupIds" This reverts commit 70ef9b0. * Log reset job group Ids * Test adding job to evenJobGroupIds after completing streaming request * Revert "Test adding job to evenJobGroupIds after completing streaming request" This reverts commit ab78a9a. * Force cleanup job group * Repeat close session request to follow through with cleanup * Improve detection of close session * formatJava * test not adding dummy job to closed job group * Revert "test not adding dummy job to closed job group" This reverts commit 51d706a. * Remove debug logging * comments about fix * Avoid duplicate CompletableFutures * Check executor task status using CompletableFuture object * Track available local capacity for a worker * Fix computation of capacity values * Update test to check session cleanup * Update pollQueueTasks key for pollJobGroup task * formatJava
- Loading branch information
1 parent
688f09e
commit 4c96e6f
Showing
2 changed files
with
92 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters