[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-13 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-58410
 
 
   Please review @HorizonNet 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-12 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-510893133
 
 
   Thanks for your reviews @jatsakthi @wchevreuil @HorizonNet @maoling 
   @HorizonNet Requesting your review on latest patch


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-08 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-509337863
 
 
   @HorizonNet Could you please take a final look?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-05 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-508708190
 
 
   Thanks for the review @wchevreuil @HorizonNet 
   Could you please approve if this looks good to you?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-03 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-508073090
 
 
   @HorizonNet 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-03 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-508059880
 
 
   Please review @jatsakthi @wchevreuil 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-01 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-507545478
 
 
   > I observed following nits in MiniZooKeeperCluster class. Such fixes can be 
made in other classes(which are changed in this issue).
   > 
   > 
https://github.com/apache/hbase/pull/345/files#diff-2eee8fa9ee6565795244a78a1db7944dR101
 A new line before the return in the javadoc can be added.
   > 
https://github.com/apache/hbase/pull/345/files#diff-2eee8fa9ee6565795244a78a1db7944dR166
 zooKeeperServers.size()-1 -> zooKeeperServers.size() - 1
   > 
https://github.com/apache/hbase/pull/345/files#diff-2eee8fa9ee6565795244a78a1db7944dR182
 "zookeeper.4lw.commands.whitelist","_" -> "zookeeper.4lw.commands.whitelist", 
"_"
   > Same 
https://github.com/apache/hbase/pull/345/files#diff-2eee8fa9ee6565795244a78a1db7944dR215
   > 
https://github.com/apache/hbase/pull/345/files#diff-2eee8fa9ee6565795244a78a1db7944dR272
 The else loop can start right after the end of if loop. Needn't start from 
next line.
   > If these fixes are out of scope of the pattern of fixes we ought to solve 
in this jira, then the rest of the changes lgtm.
   
   Although my intention was to not include them as part of this PR but these 
suggestions are good.
   Thanks for detailed review. Updated the PR.
   Please review @jatsakthi @HorizonNet @wchevreuil  


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-07-01 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-507236488
 
 
   Please review @wchevreuil 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-06-30 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-507057945
 
 
   Please review @HorizonNet 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-06-29 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-506947904
 
 
   Please review @HorizonNet @petersomogyi 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase] virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility enhancements

2019-06-28 Thread GitBox
virajjasani commented on issue #345: HBASE-22638 : Zookeeper Utility 
enhancements
URL: https://github.com/apache/hbase/pull/345#issuecomment-506845859
 
 
   Some additional enhancements added. Please review @jatsakthi @HorizonNet 


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:
us...@infra.apache.org


With regards,
Apache Git Services