[jira] [Commented] (PHOENIX-5698) Phoenix Query with RVC IN list expression generates wrong scan with non-pk ordered pks

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

[jira] [Commented] (PHOENIX-5753) Fix erroneous query result when RVC is clipped with desc column

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

[jira] [Commented] (PHOENIX-5753) Fix erroneous query result when RVC is clipped with desc column

2020-03-12 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058389#comment-17058389 ] chenglei commented on PHOENIX-5753: --- uploaded v3 patch,rebased with latest 4.x-HBase-

[jira] [Commented] (PHOENIX-5776) Phoenix pherf unit tests failing

2020-03-12 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058379#comment-17058379 ] Sandeep Guggilam commented on PHOENIX-5776: --- FYI [~ckulkarni] > Phoenix pher

[jira] [Commented] (PHOENIX-5775) Make PreCommit build run all Phoenix tests

2020-03-12 Thread Chinmay Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058375#comment-17058375 ] Chinmay Kulkarni commented on PHOENIX-5775: --- FYI [~sandeep.guggilam] [~smehta

[jira] [Commented] (PHOENIX-5774) Phoenix Mapreduce job over hbase Snapshots is extremely inefficient.

2020-03-12 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058292#comment-17058292 ] Rushabh Shah commented on PHOENIX-5774: --- Is there any way we can make it smarter

[jira] [Commented] (PHOENIX-5757) IndexUpgrade tool should set hbase and phoenix rpc timeouts

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

[jira] [Commented] (PHOENIX-5317) Upserting rows into child views with pk fails when the base view has an index on it.

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

[jira] [Commented] (PHOENIX-5774) Phoenix Mapreduce job over hbase Snapshots is extremely inefficient.

2020-03-12 Thread Rushabh Shah (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058279#comment-17058279 ] Rushabh Shah commented on PHOENIX-5774: --- Cc [~xucang] [~gjacoby] > Phoenix Mapre

[jira] [Commented] (PHOENIX-5768) Supporting partial overwrites for immutable tables with indexes

2020-03-12 Thread Geoffrey Jacoby (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058239#comment-17058239 ] Geoffrey Jacoby commented on PHOENIX-5768: -- So, to make sure I'm understanding

[jira] [Commented] (PHOENIX-5607) Client-server backward compatibility tests

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

[jira] [Commented] (PHOENIX-5317) Upserting rows into child views with pk fails when the base view has an index on it.

2020-03-12 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058195#comment-17058195 ] Sandeep Guggilam commented on PHOENIX-5317: --- [~gjacoby] Uploaded the patch fo

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391828035 ## File path: bin/sqlline-thin.py ## @@ -164,15 +181,34 @@ def get_seri

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391833531 ## File path: queryserver-client/src/main/java/org/apache/phoenix/queryserver/cl

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391833950 ## File path: queryserver-client/src/main/java/org/apache/phoenix/queryserver/cl

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391827263 ## File path: bin/sqlline-thin.py ## @@ -92,25 +100,34 @@ def get_seria

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391831456 ## File path: bin/thin_client_jaas.conf ## @@ -0,0 +1,5 @@ +ThinClient

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391827652 ## File path: bin/sqlline-thin.py ## @@ -164,15 +181,34 @@ def get_seri

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391832724 ## File path: bin/thin_client_jaas.conf ## @@ -0,0 +1,5 @@ +ThinClient

[GitHub] [phoenix-queryserver] joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
joshelser commented on a change in pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20#discussion_r391830220 ## File path: bin/thin_client_jaas.conf ## @@ -0,0 +1,5 @@ +ThinClient

[jira] [Commented] (PHOENIX-5731) Loading bulkload hfiles should not be blocked if the upsert select happening for differet table.

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

[jira] [Commented] (PHOENIX-5768) Supporting partial overwrites for immutable tables with indexes

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

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391771249 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391773640 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391820377 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391774304 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391780041 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391778872 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexToolVerif

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391789008 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391805827 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391787387 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391772167 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391777536 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391780175 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391790642 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391819576 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391771763 ## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/IndexRebuildRe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391804494 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391806115 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui…

2020-03-12 Thread GitBox
gjacoby126 commented on a change in pull request #725: PHOENIX-5749: Add unit tests for verifySingleIndexRow() of IndexRebui… URL: https://github.com/apache/phoenix/pull/725#discussion_r391782579 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/IndexToolSingleRowVe

[GitHub] [phoenix] swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild

2020-03-12 Thread GitBox
swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild URL: https://github.com/apache/phoenix/pull/728#discussion_r391401890 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/PrepareIndexMutationsForRebuildTest.java

[GitHub] [phoenix] swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild

2020-03-12 Thread GitBox
swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild URL: https://github.com/apache/phoenix/pull/728#discussion_r391401629 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/PrepareIndexMutationsForRebuildTest.java

[GitHub] [phoenix] swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild

2020-03-12 Thread GitBox
swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild URL: https://github.com/apache/phoenix/pull/728#discussion_r391402275 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/PrepareIndexMutationsForRebuildTest.java

[GitHub] [phoenix] swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild

2020-03-12 Thread GitBox
swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild URL: https://github.com/apache/phoenix/pull/728#discussion_r391401738 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/PrepareIndexMutationsForRebuildTest.java

[GitHub] [phoenix] swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild

2020-03-12 Thread GitBox
swaroopak commented on a change in pull request #728: Add unit test for PrepareIndexMutationsForRebuild URL: https://github.com/apache/phoenix/pull/728#discussion_r391402350 ## File path: phoenix-core/src/test/java/org/apache/phoenix/index/PrepareIndexMutationsForRebuildTest.java

[jira] [Commented] (PHOENIX-5757) IndexUpgrade tool should set hbase and phoenix rpc timeouts

2020-03-12 Thread Swaroopa Kadam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058106#comment-17058106 ] Swaroopa Kadam commented on PHOENIX-5757: - Merged the patches to master and 4.x

[jira] [Commented] (PHOENIX-5317) Upserting rows into child views with pk fails when the base view has an index on it.

2020-03-12 Thread Geoffrey Jacoby (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058103#comment-17058103 ] Geoffrey Jacoby commented on PHOENIX-5317: -- +1, thanks [~sandeep.guggilam]. Do

[jira] [Commented] (PHOENIX-5731) Loading bulkload hfiles should not be blocked if the upsert select happening for differet table.

2020-03-12 Thread Rajeshbabu Chintaguntla (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058074#comment-17058074 ] Rajeshbabu Chintaguntla commented on PHOENIX-5731: -- [~an...@apache.org

[GitHub] [phoenix] kadirozde opened a new pull request #734: PHOENIX-5768 Supporting partial overwrites for immutable tables with …

2020-03-12 Thread GitBox
kadirozde opened a new pull request #734: PHOENIX-5768 Supporting partial overwrites for immutable tables with … URL: https://github.com/apache/phoenix/pull/734 …indexes This is an automated message from the Apache Git Servic

[jira] [Commented] (PHOENIX-5772) Streamline the kerberos logic in thin client java code

2020-03-12 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057984#comment-17057984 ] Istvan Toth commented on PHOENIX-5772: -- This ended up as a large-ish patch: The p

[GitHub] [phoenix-queryserver] stoty opened a new pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code

2020-03-12 Thread GitBox
stoty opened a new pull request #20: PHOENIX-5772 Streamline the kerberos logic in thin client java code URL: https://github.com/apache/phoenix-queryserver/pull/20 move hbase config parameter processing to python remove hadoop dependency from queryserver-client use shaded avatica clie

[jira] [Commented] (PHOENIX-5772) Remove the kerberos logic from thin client java code

2020-03-12 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057893#comment-17057893 ] Istvan Toth commented on PHOENIX-5772: -- My analysis was wrong.  It looks like tha

[jira] [Commented] (PHOENIX-5641) Decouple phoenix-queryserver from phoenix-core

2020-03-12 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057783#comment-17057783 ] Istvan Toth commented on PHOENIX-5641: -- I don't think that this ticket is the righ

[jira] [Commented] (PHOENIX-5641) Decouple phoenix-queryserver from phoenix-core

2020-03-12 Thread Guanghao Zhang (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057776#comment-17057776 ] Guanghao Zhang commented on PHOENIX-5641: - [~stoty] The queryserver seems not s

[jira] [Commented] (PHOENIX-5732) Implement starttime, endtime in IndexTool for rebuild and verification

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