Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2834

Global round-robin for temporary directories

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 0.9.2, 0.10.0
    • Runtime / Coordination
    • None

    Description

      Currently each FileIOChannel performs a local round-robin among temporary directories. Initially every writer will be concurrently spilling to the same first directory, then the same second directory, etc. Even when evenly dispersed this effect will naturally occur due to the bunching effect.

      One solution is to use a global counter when selecting the temporary path.

      Attachments

        Activity

          People

            greghogan Greg Hogan
            greghogan Greg Hogan
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: