Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-4772

phoenix.sequence.saltBuckets is not honoured.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 5.0.0, 4.14.1
    • None
    • None

    Description

      Expectation: First connection should have created 'SYSTEM.SEQUENCE' with salt bucket=10 

      <property>
      <name>phoenix.sequence.saltBuckets</name>
      <value>10</value>
      </property>

      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.

      Attachments

        1. PHOENIX-4772.patch
          16 kB
          Ankit Singhal

        Activity

          People

            ankit@apache.org Ankit Singhal
            ankit@apache.org Ankit Singhal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: