-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring ResourceClusterActor class (#583)
* Adding some more precondition to check what's going on * Some minor refactoring and added some additional debugging in ResourceCluster classes 1. Get rid of class ResourceClusterTaskExecutorMapper as it was not being used 2. Logging all request/response pairs from ResourceClusterRoute to understand the issues going on * Some more debug logs * Fixing compilation * Enable parallel builds in mantis * Adding more debug logs --------- Co-authored-by: Sundaram Ananthanarayanan <[email protected]>
- Loading branch information
1 parent
3f575ed
commit 81bce54
Showing
8 changed files
with
34 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
org.gradle.parallel=false | ||
org.gradle.parallel=true | ||
org.gradle.caching=false |
49 changes: 0 additions & 49 deletions
49
...ain/java/io/mantisrx/server/master/resourcecluster/ResourceClusterTaskExecutorMapper.java
This file was deleted.
Oops, something went wrong.
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
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
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