[ 
https://issues.apache.org/jira/browse/PHOENIX-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505354#comment-16505354
 ] 

Hudson commented on PHOENIX-4772:
---------------------------------

ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #154 (See 
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/154/])
PHOENIX-4772 phoenix.sequence.saltBuckets is not honoured (ankitsinghal59: rev 
7a7172a4b8d2bce115ad7ceb11888379456ada83)
* (add) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SequencePointInTimeIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/SequenceIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryConstants.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/Sequence.java


> phoenix.sequence.saltBuckets is not honoured.
> ---------------------------------------------
>
>                 Key: PHOENIX-4772
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4772
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Ankit Singhal
>            Assignee: Ankit Singhal
>            Priority: Major
>             Fix For: 5.0.0, 4.15.0
>
>         Attachments: PHOENIX-4772.patch
>
>
> Expectation: First connection should have created 'SYSTEM.SEQUENCE' with salt 
> bucket=10 
> {code:java}
> <property>
> <name>phoenix.sequence.saltBuckets</name>
> <value>10</value>
> </property>{code}
> but this property is not getting honoured and table is created with 0 salt 
> bucket.
> 0: jdbc:phoenix:> select SALT_BUCKETS from system.catalog where table_name 
> ='SEQUENCE' and column_name is null;
>  +---------------+
> |SALT_BUCKETS|
> +---------------+
> |null|
> +---------------
> +
> And, honour "phoenix.system.default.keep.deleted.cells" for point in time 
> sequences.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to