priyankporwal commented on a change in pull request #660: PHOENIX-5644:
IndexUpgradeTool should sleep only once if there is at …
URL: https://github.com/apache/phoenix/pull/660#discussion_r363503479
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexUpgradeTool.java
##########
@@ -167,7 +171,8 @@ public int run(String[] args) throws Exception {
CommandLine cmdLine = null;
try {
cmdLine = parseOptions(args);
- LOGGER.info("Index Upgrade tool initiated: " + StringUtils.join(
args, ","));
+ LOGGER.info("Index Upgrade tool initiated: " + StringUtils.join(
args,
Review comment:
why oh why?
----------------------------------------------------------------
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