[GitHub] incubator-geode pull request #296: GEODE-2109 : Calling submit on ExecutionS...

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/296#discussion_r90118721 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/FederatingManager.java --- @@ -386,7 +398,7 @@ public void startMana

[GitHub] incubator-geode pull request #296: GEODE-2109 : Calling submit on ExecutionS...

2016-11-25 Thread deepakddixit
GitHub user deepakddixit opened a pull request: https://github.com/apache/incubator-geode/pull/296 GEODE-2109 : Calling submit on ExecutionService can cause exceptions to be lost Replaced submit call with execute. Refactored GIITask calls from DiskStoreImpl. Async task like Crea