Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
08f1ac56
Commit
08f1ac56
authored
4 years ago
by
Simon Ehrenstein
Browse files
Options
Downloads
Patches
Plain Diff
Wrap workload distribution in IllegalStateException
parent
e0ee0a91
No related branches found
No related tags found
1 merge request
!6
Add Distributed Workload Generator
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workload-generator-commons/src/main/java/theodolite/commons/workloadgeneration/communication/zookeeper/WorkloadDistributor.java
+2
-2
2 additions, 2 deletions
...neration/communication/zookeeper/WorkloadDistributor.java
with
2 additions
and
2 deletions
workload-generator-commons/src/main/java/theodolite/commons/workloadgeneration/communication/zookeeper/WorkloadDistributor.java
+
2
−
2
View file @
08f1ac56
...
...
@@ -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."
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment