[jira] [Created] (PHOENIX-7351) unnecessary ERROR logging in RenewLeaseTask

2024-07-04 Thread Jan Van Besien (Jira)
Jan Van Besien created PHOENIX-7351: --- Summary: unnecessary ERROR logging in RenewLeaseTask Key: PHOENIX-7351 URL: https://issues.apache.org/jira/browse/PHOENIX-7351 Project: Phoenix Issue

[jira] [Commented] (PHOENIX-2680) stats table timestamp incorrectly used as table timestamp

2016-02-12 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144288#comment-15144288 ] Jan Van Besien commented on PHOENIX-2680: - [~jamestaylor] - thanks for

[jira] [Updated] (PHOENIX-2680) stats table timestamp incorrectly used as table timestamp

2016-02-11 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Van Besien updated PHOENIX-2680: Attachment: PHOENIX-2680.patch Patch against master. Essentially I just removed the line

[jira] [Created] (PHOENIX-2680) stats table timestamp incorrectly used as table timestamp

2016-02-11 Thread Jan Van Besien (JIRA)
Jan Van Besien created PHOENIX-2680: --- Summary: stats table timestamp incorrectly used as table timestamp Key: PHOENIX-2680 URL: https://issues.apache.org/jira/browse/PHOENIX-2680 Project: Phoenix

[jira] [Updated] (PHOENIX-2664) Upgrade from 4.1.0 to 4.6.0 fails

2016-02-08 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Van Besien updated PHOENIX-2664: Affects Version/s: 4.6.0 > Upgrade from 4.1.0 to 4.6.0 fa

[jira] [Updated] (PHOENIX-2664) Upgrade from 4.1.0 to 4.6.0 fails

2016-02-08 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Van Besien updated PHOENIX-2664: Attachment: PHOENIX-2664.patch Patch against master. Apart from the UpgradeIT I couldn&#

[jira] [Created] (PHOENIX-2664) Upgrade from 4.1.0 to 4.6.0 fails

2016-02-08 Thread Jan Van Besien (JIRA)
Jan Van Besien created PHOENIX-2664: --- Summary: Upgrade from 4.1.0 to 4.6.0 fails Key: PHOENIX-2664 URL: https://issues.apache.org/jira/browse/PHOENIX-2664 Project: Phoenix Issue Type: Bug

phoenix query server connection properties

2015-10-01 Thread Jan Van Besien
Hi, We are working on a calcite/avatica based "thin" JDBC driver very similar to what Phoenix has done with for its QueryServer, and I am looking for some feedback/options. Avatica in its current state doesn't have an RPC call for "create connection". As a consequence, connection properties (i.e.

Re: NULL versus empty arrays

2015-01-16 Thread Jan Van Besien
On Fri, Jan 16, 2015 at 1:16 PM, Gabriel Reid wrote: > Just taking a look at this as well -- I guess another way of putting > it is that empty arrays don't (yet) exist in Phoenix (right?) yes indeed. > My guess would be that it's more the fact that empty arrays don't > exist (if my assumption ab

Re: NULL versus empty arrays

2015-01-16 Thread Jan Van Besien
On Fri, Jan 16, 2015 at 11:50 AM, Jan Van Besien wrote: > I had a quick look at how arrays are serialized. The serialization > format starts by writing out the length of the array Upon closer inspection, it does this only if the baseType is a variable length type. So a straightforward fix

NULL versus empty arrays

2015-01-16 Thread Jan Van Besien
Hi, In the context of "store nulls", Phoenix seems to store empty arrays and null arrays both as an empty byte array. We have a use case where null means something different than empty. I had a quick look at how arrays are serialized. The serialization format starts by writing out the length of t

[jira] [Updated] (PHOENIX-1587) Error deserializing empty array (which represents null)

2015-01-16 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Van Besien updated PHOENIX-1587: Attachment: unit-test-for-PHOENIX-1587.patch Attached a patch with some unit tests for

Re: Potential bug with NULL array

2015-01-15 Thread Jan Van Besien
I created PHOENIX-1587 and added a patch. On Thu, Jan 15, 2015 at 10:39 AM, Jan Van Besien wrote: > Hi, > > I think there is a bug in PArrayDataType, in the context of "store nulls". > > The first line of the createPhoenixArray method tackles the case where > an emp

[jira] [Created] (PHOENIX-1587) Error deserializing empty array (which represents null)

2015-01-15 Thread Jan Van Besien (JIRA)
Jan Van Besien created PHOENIX-1587: --- Summary: Error deserializing empty array (which represents null) Key: PHOENIX-1587 URL: https://issues.apache.org/jira/browse/PHOENIX-1587 Project: Phoenix

[jira] [Updated] (PHOENIX-1587) Error deserializing empty array (which represents null)

2015-01-15 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Van Besien updated PHOENIX-1587: Attachment: PHOENIX-1587.patch patch for the issue on the master branch. > Er

Potential bug with NULL array

2015-01-15 Thread Jan Van Besien
Hi, I think there is a bug in PArrayDataType, in the context of "store nulls". The first line of the createPhoenixArray method tackles the case where an empty byte array is interpreted as null. However, I think the check should be if (bytes == null || length == 0) rather than if (bytes == null

[jira] [Updated] (PHOENIX-1214) SYSTEM.CATALOG cannot be created when first connection to cluster is tenant-specific

2014-10-15 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Van Besien updated PHOENIX-1214: Attachment: 0001-PHOENIX-1214-support-tenant-specific-initial-connect.patch I looked into

[jira] [Commented] (PHOENIX-1204) Unclear multi tenancy docs

2014-08-26 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14111897#comment-14111897 ] Jan Van Besien commented on PHOENIX-1204: - Perfect, no more confusion and

[jira] [Commented] (PHOENIX-1204) Unclear multi tenancy docs

2014-08-25 Thread Jan Van Besien (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110395#comment-14110395 ] Jan Van Besien commented on PHOENIX-1204: - yes, this is certainl

[jira] [Created] (PHOENIX-1204) Unclear multi tenancy docs

2014-08-24 Thread Jan Van Besien (JIRA)
Jan Van Besien created PHOENIX-1204: --- Summary: Unclear multi tenancy docs Key: PHOENIX-1204 URL: https://issues.apache.org/jira/browse/PHOENIX-1204 Project: Phoenix Issue Type: Improvement