Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-6930

Eliminate the shouldLock flag for TimeGenerator(phase2)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • 1.1.0
    • core
    • None

    Description

      In HUDI-1623, we introduced the TimeGenerator, but left a shouldLock flag on the interfaces which increases the complexity for maintainance.
      Basically, we need to make the lock provider as reentrant to alleviate the situration.

      Several ideas here (aborted):

      1. introduces the isLocked interface on the LockProvider and uses that to decide on whether we need a separate lock for the TimeGenerator (disapproved because this method has no guarantee of atomicity)

      2. create temporary marker files for passing the flag (does not midiate the complexity, the caller stills needs to care about whether we should add lock or not)
      3. set the shouldLock flag into the TimeGenerator instance (same as 2, does not really soves the problem)

      Attachments

        Activity

          People

            danny0405 Danny Chen
            danny0405 Danny Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: