karanmehta93 commented on a change in pull request #453: [PHOENIX-5172] Harden
the PQS canary synth test tool with retry mechanism and more logging
URL: https://github.com/apache/phoenix/pull/453#discussion_r263114171
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/tool/PhoenixCanaryTool.java
##########
@@ -396,16 +324,7 @@ public int run(String[] args) throws Exception {
Properties connProps = new Properties();
connProps.setProperty("phoenix.schema.mapSystemTablesToNamespace",
"true");
connProps.setProperty("phoenix.schema.isNamespaceMappingEnabled",
"true");
Review comment:
Not really a part of this change but looks like we always assume that is
should be true?
----------------------------------------------------------------
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