-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/sscs 10722 migration tool performance improvements #9
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
base: master
Are you sure you want to change the base?
Feature/sscs 10722 migration tool performance improvements #9
Conversation
| executorService); | ||
|
|
||
| executorService.shutdown(); | ||
| executorService.awaitTermination(Integer.MAX_VALUE, TimeUnit.DAYS); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats a worryingly long time to wait. Should we not have a smaller timeout (or configurable) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to make sure all the threads have finished before the executor service shuts them down, can reduce it, though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After our conversation, I think this is fine.
f39f8d8 to
9697f05
Compare
- tidied code - added timer for performance metrics - added support for multi-threading via parallel streams - updated tests
- improved date logic - runner text formatting changes
- improved case fetching logic - streamlined logic for using parallel stream
4dad189 to
64b85b4
Compare
Before creating a pull request make sure that:
Please remove this line and everything above and fill the following sections:
JIRA link (if applicable)
Change description
Does this PR introduce a breaking change? (check one with "x")