[
https://issues.apache.org/jira/browse/GEODE-8487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193865#comment-17193865
]
ASF GitHub Bot commented on GEODE-8487:
---------------------------------------
dschneider-pivotal commented on a change in pull request #5505:
URL: https://github.com/apache/geode/pull/5505#discussion_r486648342
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
##########
@@ -2999,6 +2999,7 @@ private boolean putInBucket(final
InternalDistributedMember targetNode, final In
try {
final boolean isLocal = (this.localMaxMemory > 0) &&
currentTarget.equals(getMyId());
+ logger.info(primaryMoveReadLockAcquired);
Review comment:
remove this logger statement. I think it broke your build
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Document Redis-API HA model, requirements, guarantees
> -----------------------------------------------------
>
> Key: GEODE-8487
> URL: https://issues.apache.org/jira/browse/GEODE-8487
> Project: Geode
> Issue Type: Task
> Components: redis
> Reporter: John Hutchison
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)