Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-532

[Distributed] Enabling parallel processing within a data group

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      In the present implementation, the logs in a data group are executed serially which means for one data group, there is only one client that can be served at the same time. To increase concurrency, the data group should be able to process multiple client requests simultaneously.
      In order to do this, the following changes should be made:

      The log manager should be locked only when getting a new index.
      When a log is failed, the logs after it should also be removed.
      The internal retires should be added to overcome temporary network failure or the thread being switched out which causing the logs with larger index to arrive ahead.

      Attachments

        Issue Links

          Activity

            People

              jt2594838 Tian Jiang
              jt2594838 Tian Jiang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: