You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2019/12/14 17:53:38 UTC

[geode] 01/01: [Do not review]

This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a commit to branch feature/GesterTemp
in repository https://gitbox.apache.org/repos/asf/geode.git

commit f057ec321c908fa28919dc040be3a207f4cc45b6
Author: zhouxh <gz...@pivotal.io>
AuthorDate: Sat Dec 14 09:52:39 2019 -0800

    [Do not review]
---
 .../java/org/apache/geode/distributed/internal/DistributionAdvisor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionAdvisor.java b/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionAdvisor.java
index c901b8a..e0da153 100644
--- a/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionAdvisor.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionAdvisor.java
@@ -1614,7 +1614,7 @@ public class DistributionAdvisor {
      * @since GemFire 5.1
      */
     synchronized long startOperation() {
-      logNewOperation();
+      // logNewOperation();
       currentVersionOpCount++;
       return membershipVersion;
     }