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

Make sure SYSTEM.TASK does not split

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.0.0, 4.15.0
    • 5.1.0, 4.16.0
    • None
    • None
    • Hide
      We have new split policy introduced for SYSTEM.TASK which for now is just extending DisabledRegionSplitPolicy. As part of an upgrade to 4.16/5.1, updating split policy will be taken care of unless it was already updated manually.

      Hence, before 4.16/5.1 upgrade, if operator has already manually updated split policy of SYSTEM.TASK, an exception will be thrown during upgrade to 4.16/5.1 which would mandate an operator intervention to perform:

      1. Merging SYSTEM.TASK regions into one single region (if multiple regions were already available before 4.16/5.1 upgrade)
      2. Remove split policy of the table manually.
      Show
      We have new split policy introduced for SYSTEM.TASK which for now is just extending DisabledRegionSplitPolicy. As part of an upgrade to 4.16/5.1, updating split policy will be taken care of unless it was already updated manually. Hence, before 4.16/5.1 upgrade, if operator has already manually updated split policy of SYSTEM.TASK, an exception will be thrown during upgrade to 4.16/5.1 which would mandate an operator intervention to perform: 1. Merging SYSTEM.TASK regions into one single region (if multiple regions were already available before 4.16/5.1 upgrade) 2. Remove split policy of the table manually.

    Description

      To avoid problems such as PHOENIX-5945 we can just prevent SYSTEM.TASK from splitting.

      Currently we only store relatively rare tasks inside SYSTEM.TASK and so we should probably be safe to assume that it only spans a single region. Note that we will also have to handle changing the split policy during the upgrade path for 4.15 operators.

      Attachments

        1. PHOENIX-6125.4.x.000.patch
          24 kB
          Viraj Jasani

        Issue Links

          Activity

            People

              vjasani Viraj Jasani
              ckulkarni Chinmay Kulkarni
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: