[jira] [Updated] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3383: -- Attachment: (was: PHOENIX-3383_v13.patch) > Comparison between descending row keys used i

[jira] [Updated] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3383: -- Attachment: PHOENIX-3383_v13.patch > Comparison between descending row keys used in RVC is re

[jira] [Commented] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540165#comment-16540165 ] James Taylor commented on PHOENIX-3383: --- Thanks for the feedback, [~tdsilva]. I'v

[GitHub] phoenix pull request #307: PHOENIX-4688 Kerberize python phoenixdb

2018-07-11 Thread pu239ppy
Github user pu239ppy commented on a diff in the pull request: https://github.com/apache/phoenix/pull/307#discussion_r201716375 --- Diff: python/phoenixdb-module/phoenixdb/__init__.py --- @@ -1,11 +1,10 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Commented] (PHOENIX-4688) Add kerberos authentication to python-phoenixdb

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540181#comment-16540181 ] ASF GitHub Bot commented on PHOENIX-4688: - Github user pu239ppy commented on a

[GitHub] phoenix pull request #307: PHOENIX-4688 Kerberize python phoenixdb

2018-07-11 Thread pu239ppy
Github user pu239ppy commented on a diff in the pull request: https://github.com/apache/phoenix/pull/307#discussion_r201717820 --- Diff: phoenix-queryserver/src/it/java/org/apache/phoenix/end2end/SecureQueryServerPhoenixDBIT.java --- @@ -0,0 +1,423 @@ +/* + * Licensed to t

[jira] [Updated] (PHOENIX-4790) Simplify check for client side delete

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4790: -- Fix Version/s: 5.1.0 4.15.0 > Simplify check for client side delete >

[jira] [Resolved] (PHOENIX-4790) Simplify check for client side delete

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4790. --- Resolution: Fixed > Simplify check for client side delete > ---

[jira] [Commented] (PHOENIX-4688) Add kerberos authentication to python-phoenixdb

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540185#comment-16540185 ] ASF GitHub Bot commented on PHOENIX-4688: - Github user pu239ppy commented on a

Re: Help: setting hbase row timestamp in phoenix upserts ?

2018-07-11 Thread James Taylor
I think the answer is PHOENIX-4552. There's an outline of the work involved on the JIRA. I think passing through data like that for hints would get unwieldy quickly. On Tue, Jul 10, 2018 at 1:31 PM, Pedro Boado wrote: > Hi guys, just a refloat from the @user list. > > May it be of interest havin

Re: Help: setting hbase row timestamp in phoenix upserts ?

2018-07-11 Thread Pedro Boado
I hadn't seen this Jira. Yes that is essentially it. On Wed, 11 Jul 2018, 15:49 James Taylor, wrote: > I think the answer is PHOENIX-4552. There's an outline of the work involved > on the JIRA. I think passing through data like that for hints would get > unwieldy quickly. > > On Tue, Jul 10, 201

[jira] [Commented] (PHOENIX-3955) Ensure KEEP_DELETED_CELLS, REPLICATION_SCOPE, and TTL properties stay in sync between the physical data table and index tables

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540238#comment-16540238 ] James Taylor commented on PHOENIX-3955: --- You've made great progress on this one,

[jira] [Resolved] (PHOENIX-4587) Store child links in separate table from system catalog

2018-07-11 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva resolved PHOENIX-4587. - Resolution: Duplicate > Store child links in separate table from system catalog > -

[GitHub] phoenix issue #307: PHOENIX-4688 Kerberize python phoenixdb

2018-07-11 Thread pu239ppy
Github user pu239ppy commented on the issue: https://github.com/apache/phoenix/pull/307 @joshelser If you are still unable to get .deactivate to work, remove it from the shell script for now and we can revisit it. Again I am being overly pedantic here, but a the shell exits, we reall

[jira] [Commented] (PHOENIX-4688) Add kerberos authentication to python-phoenixdb

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540255#comment-16540255 ] ASF GitHub Bot commented on PHOENIX-4688: - Github user pu239ppy commented on th

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201739480 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1809,180 +2256,97 @@ public void createTable(RpcCont

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540256#comment-16540256 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Updated] (PHOENIX-4799) Write cells using checkAndMutate to prevent conflicting changes

2018-07-11 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-4799: Description: In order to prevent race conditions when multiple client try to mutate the s

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201741221 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -2147,46 +2566,29 @@ private MetaDataMutationResult d

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540261#comment-16540261 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201744675 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -2573,307 +2897,139 @@ else if (pkCount <= COLUMN_NAM

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540272#comment-16540272 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201745438 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -3642,30 +3596,62 @@ private void dropIndexes(PTable

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540273#comment-16540273 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201748315 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java --- @@ -1957,6 +1968,17 @@ private PTable createTableInternal(CreateTab

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540284#comment-16540284 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776089 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1457,28 +1791,110 @@ private static void getSchemaTa

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540414#comment-16540414 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776009 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -586,48 +590,359 @@ public void getTable(RpcControlle

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776136 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1457,28 +1791,110 @@ private static void getSchemaTa

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776046 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -586,48 +590,359 @@ public void getTable(RpcControlle

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776174 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1488,20 +1904,19 @@ public void createTable(RpcContr

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776204 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1809,180 +2256,97 @@ public void createTable(RpcCont

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540417#comment-16540417 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540418#comment-16540418 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201776288 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -447,7 +447,7 @@ static { Colle

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540416#comment-16540416 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540415#comment-16540415 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540419#comment-16540419 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540420#comment-16540420 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Created] (PHOENIX-4808) Phoenix Spark Do not verify zKUrl in DefaultSource.scala

2018-07-11 Thread Lev Bronshtein (JIRA)
Lev Bronshtein created PHOENIX-4808: --- Summary: Phoenix Spark Do not verify zKUrl in DefaultSource.scala Key: PHOENIX-4808 URL: https://issues.apache.org/jira/browse/PHOENIX-4808 Project: Phoenix

[jira] [Updated] (PHOENIX-4808) Phoenix Spark Do not verify zKUrl in DefaultSource.scala

2018-07-11 Thread Lev Bronshtein (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lev Bronshtein updated PHOENIX-4808: Description: Currently verifyParameters will throw an exception _[zkUrl check|https://g

[jira] [Created] (PHOENIX-4809) connectionQueue never cleared in ConnectionQueryServicesImpl

2018-07-11 Thread Josh Elser (JIRA)
Josh Elser created PHOENIX-4809: --- Summary: connectionQueue never cleared in ConnectionQueryServicesImpl Key: PHOENIX-4809 URL: https://issues.apache.org/jira/browse/PHOENIX-4809 Project: Phoenix

[jira] [Created] (PHOENIX-4810) Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal

2018-07-11 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-4810: --- Summary: Send parent->child link mutations to SYSTEM.CHILD_LINK table in MetdataClient.createTableInternal Key: PHOENIX-4810 URL: https://issues.apache.org/jira/browse/PHOE

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201799117 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1779,13 +2174,65 @@ public void createTable(RpcContr

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540498#comment-16540498 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201800952 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java --- @@ -1893,26 +1981,45 @@ public static void upgradeTable(PhoenixConnection

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540504#comment-16540504 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-4809) connectionQueue never cleared in ConnectionQueryServicesImpl

2018-07-11 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540555#comment-16540555 ] Josh Elser commented on PHOENIX-4809: - I ran a quick test locally, the odd thing is

[jira] [Commented] (PHOENIX-4809) connectionQueue never cleared in ConnectionQueryServicesImpl

2018-07-11 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540557#comment-16540557 ] Josh Elser commented on PHOENIX-4809: - {quote}Maybe related to lease renewal not be

[jira] [Updated] (PHOENIX-4809) connectionQueue never cleared in ConnectionQueryServicesImpl when lease renewal is disabled/unsupported

2018-07-11 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-4809: Summary: connectionQueue never cleared in ConnectionQueryServicesImpl when lease renewal is disab

Re: Videos from HBaseCon and PhoenixCon 2018

2018-07-11 Thread Josh Elser
Looks like we missed one the first time around (sorry, Scott!) https://www.youtube.com/watch?v=hbLYt4dUHp8 On 7/6/18 1:36 PM, Josh Elser wrote: Hi all, As enabled by one of the event sponsors (Bloomberg -- big thanks to them), we have some professional recordings of all of the talks that wer

[jira] [Commented] (PHOENIX-4793) Backport PHOENIX-4303, PHOENIX-4305, PHOENIX-4321 to 4.x branches.

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540609#comment-16540609 ] James Taylor commented on PHOENIX-4793: --- Would it be possible for you to do this

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540649#comment-16540649 ] ASF GitHub Bot commented on PHOENIX-3534: - Github user twdsilva commented on a

[GitHub] phoenix pull request #303: PHOENIX-3534 Support multi region SYSTEM.CATALOG ...

2018-07-11 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/303#discussion_r201835494 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewIT.java --- @@ -372,6 +378,31 @@ public void testViewAndTableAndDrop() throws Exception

[jira] [Updated] (PHOENIX-4809) connectionQueue never cleared in ConnectionQueryServicesImpl when lease renewal is disabled/unsupported

2018-07-11 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-4809: Attachment: PHOENIX-4809.001.patch > connectionQueue never cleared in ConnectionQueryServicesImpl

[jira] [Resolved] (PHOENIX-4807) Document query behavior when statistics unavailable for some table regions.

2018-07-11 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov resolved PHOENIX-4807. -- Resolution: Fixed > Document query behavior when statistics unavailable for some tabl

[jira] [Commented] (PHOENIX-4807) Document query behavior when statistics unavailable for some table regions.

2018-07-11 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540663#comment-16540663 ] Sergey Soldatov commented on PHOENIX-4807: -- I've updated the page with a known

[jira] [Commented] (PHOENIX-4809) connectionQueue never cleared in ConnectionQueryServicesImpl when lease renewal is disabled/unsupported

2018-07-11 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540666#comment-16540666 ] Ankit Singhal commented on PHOENIX-4809: +1 [~elserj], Thanks for the test as w

[jira] [Commented] (PHOENIX-4805) Move Avatica version to 1.12 for PQS

2018-07-11 Thread Karan Mehta (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540881#comment-16540881 ] Karan Mehta commented on PHOENIX-4805: -- Looks like [https://builds.apache.org/job/

[jira] [Updated] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadoop QA updated PHOENIX-3534: --- Attachment: PHOENIX-3534-v2.patch > Support multi region SYSTEM.CATALOG table > ---

Re: [VOTE] stop minor releases for 0.98 and 1.1

2018-07-11 Thread Thomas D'Silva
+1 On Tue, Jul 10, 2018 at 1:12 PM, Ankit Singhal wrote: > +1 > > On Tue, Jul 10, 2018 at 12:22 PM Josh Elser wrote: > > > +1 > > > > On 7/9/18 7:03 PM, James Taylor wrote: > > > +1 > > > > > > On Mon, Jul 9, 2018 at 3:55 PM, Vincent Poon < > vincent.poon...@gmail.com> > > > wrote: > > > > > >>

[jira] [Commented] (PHOENIX-4790) Simplify check for client side delete

2018-07-11 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540953#comment-16540953 ] Thomas D'Silva commented on PHOENIX-4790: - [~jamestaylor] I think this patch i

[jira] [Comment Edited] (PHOENIX-4790) Simplify check for client side delete

2018-07-11 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540953#comment-16540953 ] Thomas D'Silva edited comment on PHOENIX-4790 at 7/12/18 12:59 AM: --

[jira] [Updated] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-3534: Attachment: PHOENIX-3534-v3.patch > Support multi region SYSTEM.CATALOG table > -

[DISCUSS] reduce notifications to phoenix-dev list

2018-07-11 Thread Thomas D'Silva
I think we should reduce the number of notifications that are sent to the phoenix-dev list. The notification scheme we use is located here : https://issues.apache.org/ jira/plugins/servlet/project-config/PHOENIX/notifications Maybe we don't need to notify the dev list when an issue is updated, or

[jira] [Created] (PHOENIX-4811) Phoenix Secondary Index isn't be used

2018-07-11 Thread JIRA
张延召 created PHOENIX-4811: Summary: Phoenix Secondary Index isn't be used Key: PHOENIX-4811 URL: https://issues.apache.org/jira/browse/PHOENIX-4811 Project: Phoenix Issue Type: Bug Affects Version

[jira] [Resolved] (PHOENIX-4811) Phoenix Secondary Index isn't be used

2018-07-11 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva resolved PHOENIX-4811. - Resolution: Not A Problem The index stores data sorted on the indexed columns. If your

[jira] [Commented] (PHOENIX-4790) Simplify check for client side delete

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541149#comment-16541149 ] James Taylor commented on PHOENIX-4790: --- Sorry about that, [~tdsilva]. I've attac

[jira] [Updated] (PHOENIX-4790) Simplify check for client side delete

2018-07-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4790: -- Attachment: PHOENIX-4790_addendum1.patch > Simplify check for client side delete > --

[jira] [Commented] (PHOENIX-3534) Support multi region SYSTEM.CATALOG table

2018-07-11 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541179#comment-16541179 ] Hadoop QA commented on PHOENIX-3534: {color:red}-1 overall{color}. Here are the re