Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChunkRunner spawning a thousands of chunk-checkpoint-timer threads #120

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 27, 2019

  1. Fixed case that caused ChunkRunner to spawn a huge amount of threads

    named "chunk-checkpoint-timer" when time-limit attribute was defined big
    enough in very quick chunk executions.
    Lorenzo Formenti committed May 27, 2019
    Configuration menu
    Copy the full SHA
    72a63e6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Moved from currentTimeMillis() to nanoTime()

    Lorenzo Formenti committed May 28, 2019
    Configuration menu
    Copy the full SHA
    421b808 View commit details
    Browse the repository at this point in the history
  2. Forced long literal

    Lorenzo Formenti committed May 28, 2019
    Configuration menu
    Copy the full SHA
    8ebd7bd View commit details
    Browse the repository at this point in the history