CLDR-14543 improve threading of VettingViewer
CLDR-14543
use threading for vettingviewer
-
[x] TODO: move the threading into a utility pkg, get rid of other changes here as they are in separate PRs already.
-
[ ] This PR completes the ticket.
@btangmu the commit() is https://unicode-org.atlassian.net/browse/CLDR-15488
Notice: the branch changed across the force-push!
- tools/cldr-apps/src/main/java/org/unicode/cldr/web/api/VoteAPIHelper.java is no longer changed in the branch
- tools/cldr-apps/src/main/java/org/unicode/cldr/web/SurveyAjax.java is no longer changed in the branch
- tools/cldr-apps/src/main/java/org/unicode/cldr/web/UserSettingsData.java is no longer changed in the branch
- tools/cldr-apps/src/main/java/org/unicode/cldr/web/VettingViewerQueue.java is different
- tools/cldr-apps/src/test/java/org/unicode/cldr/web/TestVettingViewerQueue.java is no longer changed in the branch
- tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckForCopy.java is no longer changed in the branch
- tools/cldr-code/src/main/java/org/unicode/cldr/util/SimpleXMLSource.java is no longer changed in the branch
- tools/cldr-code/src/main/java/org/unicode/cldr/util/VettingViewer.java is different
- tools/cldr-code/src/main/java/org/unicode/cldr/util/XMLSource.java is no longer changed in the branch
~ Your Friendly Jira-GitHub PR Checker Bot
Note: still WIP, but removed the extraneous code changes.
Notice: the branch changed across the force-push!
- tools/cldr-code/src/main/java/org/unicode/cldr/util/ThreadPoolRunner.java is now changed in the branch
- tools/cldr-code/src/main/java/org/unicode/cldr/util/VettingViewer.java is different
~ Your Friendly Jira-GitHub PR Checker Bot
@btangmu still WIP (may not even work) but did split out the threading. It's potentially reusable for other in-SurveyTool parallel tasks!
ForkJoinPool is nice and convenient, but won't work.
Notice: the branch changed across the force-push!
- tools/cldr-code/src/main/java/org/unicode/cldr/util/ThreadPoolRunner.java is different
~ Your Friendly Jira-GitHub PR Checker Bot