incubator-geode git commit: GEODE-77 removed shutdown status check.

2015-08-18 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 26fea7a16 - d4a3f1225 GEODE-77 removed shutdown status check. This check was recently added but it is keeping the manager from properly shutting down because the status is set by DirectChannel before the manager is told

incubator-geode git commit: GEODE-223: Handle region create/destroy remote event in Redis adpater

2015-08-18 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 8eb6cef8a - ff9b2f05f GEODE-223: Handle region create/destroy remote event in Redis adpater Ignore events where region creation initiated remotely attempts to create a local region reference when the region has already been

incubator-geode git commit: GEODE-77 added Messenger statistics and removed old JGroups statistics

2015-08-18 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-77 e0d1c4f90 - 26fea7a16 GEODE-77 added Messenger statistics and removed old JGroups statistics This also fixes a few bugs that I found during testing. GMSMember wasn't serializing correctly in some cases. I also found