keith-turner commented on a change in pull request #1087: Add Oracle count 
functionality
URL: https://github.com/apache/fluo/pull/1087#discussion_r386487390
 
 

 ##########
 File path: modules/command/src/main/java/org/apache/fluo/command/FluoList.java
 ##########
 @@ -91,7 +91,8 @@ private void listApp(FluoConfiguration config, String path) {
         state = "RUNNING";
       }
       int numWorkers = admin.numWorkers();
-      System.out.format("%-15s %-11s %4d\n", path, state, numWorkers);
+      int numOracles = admin.numOracles();
+      System.out.format("%-15s %-11s %4d %13d\n", path, state, numWorkers, 
numOracles);
 
 Review comment:
   This is a really neat change.  Would you happen to have any example output 
from running?  If not don't worry about it.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to