Github user AkihiroKitada commented on a diff in the pull request:

    https://github.com/apache/geode/pull/525#discussion_r118150229
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/DiskStoreCommands.java
 ---
    @@ -485,9 +485,14 @@ public Result compactDiskStore(
                   memberCompactInfo.clear();
                 }
                 String notExecutedMembers = 
CompactRequest.getNotExecutedMembers();
    +            if (notExecutedMembers != null && 
!notExecutedMembers.isEmpty()) {
    +              notExecutedMembers = "but was not send to " + 
notExecutedMembers;
    +            } else {
    +              notExecutedMembers = "all the members";
    --- End diff --
    
    Hello Darrel,
    
    I remove redundant log message according to your suggestion.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to