[GitHub] [phoenix-queryserver] stoty closed pull request #34: PHOENIX-5904 Add log if the configed kerberos principal login failed

2020-05-27 Thread GitBox
stoty closed pull request #34: URL: https://github.com/apache/phoenix-queryserver/pull/34 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

[GitHub] [phoenix-queryserver] stoty commented on pull request #34: PHOENIX-5904 Add log if the configed kerberos principal login failed

2020-05-27 Thread GitBox
stoty commented on pull request #34: URL: https://github.com/apache/phoenix-queryserver/pull/34#issuecomment-635144317 Committed with a minor refactor to improve readability. This is an automated message from the Apache Git

[jira] [Commented] (PHOENIX-5804) Implement strong verification with -v ONLY option for old design of secondary indexes

2020-05-27 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118264#comment-17118264 ] Hudson commented on PHOENIX-5804: - FAILURE: Integrated in Jenkins build PreCommit-PHOEN

[jira] [Commented] (PHOENIX-5922) IndexUpgradeTool should always re-enable tables on failure

2020-05-27 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118258#comment-17118258 ] Hadoop QA commented on PHOENIX-5922: {color:red}-1 overall{color}. Here are the re

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #790: PHOENIX-5922 - IndexUpgradeTool should always re-enable tables on fai…

2020-05-27 Thread GitBox
gjacoby126 commented on a change in pull request #790: URL: https://github.com/apache/phoenix/pull/790#discussion_r431531187 ## File path: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexUpgradeTool.java ## @@ -398,28 +414,34 @@ private int executeTool(Conne

[jira] [Commented] (PHOENIX-5921) Phoenix Index verification logging Exception with huge huge row

2020-05-27 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118181#comment-17118181 ] Hadoop QA commented on PHOENIX-5921: {color:red}-1 overall{color}. Here are the re

[GitHub] [phoenix] abhishek-chouhan commented on a change in pull request #790: PHOENIX-5922 - IndexUpgradeTool should always re-enable tables on fai…

2020-05-27 Thread GitBox
abhishek-chouhan commented on a change in pull request #790: URL: https://github.com/apache/phoenix/pull/790#discussion_r431503214 ## File path: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexUpgradeTool.java ## @@ -463,14 +489,20 @@ private void handleFail

[jira] [Commented] (PHOENIX-5921) Phoenix Index verification logging Exception with huge huge row

2020-05-27 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118165#comment-17118165 ] Hadoop QA commented on PHOENIX-5921: {color:red}-1 overall{color}. Here are the re

[GitHub] [phoenix] gjacoby126 commented on pull request #790: PHOENIX-5922 - IndexUpgradeTool should always re-enable tables on fai…

2020-05-27 Thread GitBox
gjacoby126 commented on pull request #790: URL: https://github.com/apache/phoenix/pull/790#issuecomment-634995267 btw, also found and fixed a bug with the rollback logic after a failed upgrade/downgrade where it was modifying a list being iterated over, which was causing failures. -

[GitHub] [phoenix] gjacoby126 opened a new pull request #790: PHOENIX-5922 - IndexUpgradeTool should always re-enable tables on fai…

2020-05-27 Thread GitBox
gjacoby126 opened a new pull request #790: URL: https://github.com/apache/phoenix/pull/790 …lure This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [phoenix] swaroopak opened a new pull request #789: PHOENIX-5783: Implement starttime in IndexTool for rebuild and verifi…

2020-05-27 Thread GitBox
swaroopak opened a new pull request #789: URL: https://github.com/apache/phoenix/pull/789 …cation This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[jira] [Commented] (PHOENIX-5465) Don't run checkstyle over generated code

2020-05-27 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118042#comment-17118042 ] Josh Elser commented on PHOENIX-5465: - Oh, no need. Let me do that. Thanks for the

[jira] [Commented] (PHOENIX-4216) Figure out why tests randomly fail with master not able to initialize in 200 seconds

2020-05-27 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117905#comment-17117905 ] Sandeep Guggilam commented on PHOENIX-4216: --- Thanks [~apurtell] . Filed a Jir

[jira] [Commented] (PHOENIX-5656) Make Phoenix scripts work with Python 3

2020-05-27 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117800#comment-17117800 ] Istvan Toth commented on PHOENIX-5656: -- I've uploaded a new version that seems to

[jira] [Commented] (PHOENIX-5831) Make Phoenix queryserver scripts work with Python 3

2020-05-27 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117736#comment-17117736 ] Istvan Toth commented on PHOENIX-5831: -- This still had the same decode() problem a

[jira] [Commented] (PHOENIX-5804) Implement strong verification with -v ONLY option for old design of secondary indexes

2020-05-27 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117671#comment-17117671 ] Hadoop QA commented on PHOENIX-5804: {color:red}-1 overall{color}. Here are the re

[jira] [Commented] (PHOENIX-5446) Support Protobuf shaded clients (thin + thick)

2020-05-27 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17117448#comment-17117448 ] Istvan Toth commented on PHOENIX-5446: -- For the thin client, PHOENIX-5772 should f