Skip to content
Snippets Groups Projects
Commit 08f1ac56 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Wrap workload distribution in IllegalStateException

parent e0ee0a91
No related branches found
No related tags found
1 merge request!6Add Distributed Workload Generator
......@@ -119,8 +119,8 @@ public class WorkloadDistributor {
Thread.sleep(20000); // wait until the workload definition is retrieved
} catch (final Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
LOGGER.error("", e);
throw new IllegalStateException("Error when starting thze distribution of the workload.");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment