Skip to content

Fix message for Task Generators in AbstractBenchmarkController in waitForComponentsToInitialize #50

Description

@bushranz
protected void waitForComponentsToInitialize() {
     ...
        LOGGER.debug("Waiting for {} Data Generators to be ready.", taskGenContainerIds.size());
        try {
            taskGenReadyMutex.acquire(taskGenContainerIds.size());
        } catch (InterruptedException e) {
            String errorMsg = "Interrupted while waiting for the task generators to be ready.";
            LOGGER.error(errorMsg);
            throw new IllegalStateException(errorMsg, e);
        }
      ......
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions