[53/57] [abbrv] geode git commit: GEODE-2490: Avoid processing tombstone GC message in-line

2017-02-22 Thread klund
GEODE-2490: Avoid processing tombstone GC message in-line Currently the tombstone message sent for replicas are getting processed in-line instead of handing it to thread pool. Based on the number of nodes in the cluster, this may take long time to process, impacting other cache operation that

[53/58] [abbrv] geode git commit: GEODE-2490: Avoid processing tombstone GC message in-line

2017-02-22 Thread jinmeiliao
GEODE-2490: Avoid processing tombstone GC message in-line Currently the tombstone message sent for replicas are getting processed in-line instead of handing it to thread pool. Based on the number of nodes in the cluster, this may take long time to process, impacting other cache operation that

geode git commit: GEODE-2490: Avoid processing tombstone GC message in-line

2017-02-17 Thread agingade
Repository: geode Updated Branches: refs/heads/develop 974d72c18 -> 826bdbfe2 GEODE-2490: Avoid processing tombstone GC message in-line Currently the tombstone message sent for replicas are getting processed in-line instead of handing it to thread pool. Based on the number of nodes in the