Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-6822 Allow Concurrent Writers in OM for OBS Bucket Key Paths
  3. HDDS-7107

Determine OzoneManagerStateMachine multipleExecutors index via hashing

    XMLWordPrintableJSON

Details

    Description

      Introduce an interface OMHashCodeGenerator which translates each of the OBJECT_STORE "OBS" bucket layout key path names into a hash code based on the corresponding hash function used. The write operations on different key paths now have their corresponding hash codes and are allotted a thread writer (executor) index for execution determined via the modulo (hashCode % om.num.concurrent.write.threads) - this enables concurrency for write operations. 

      Please refer link

      Attachments

        Issue Links

          Activity

            People

              tanvipenumudy Tanvi Penumudy
              tanvipenumudy Tanvi Penumudy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: