Skip to content

Fix message for Task Generators in AbstractBenchmarkController in waitForComponentsToInitialize #50

@bushranz

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);
        }
      ......
    }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions