Open seime opened 8 years ago
The Scheduler object is marked as @Singleton. The default mode in Java EE is to guard all methods against concurrent calls. This is unnecessary and caps concurrent performance.
http://www.thoughts-on-java.org/java-ee-pitfalls-1-ignore-default-lock/
Changing Scheduler mode is not an easy topic; we have to refactor startedFuture Map management and the PostConstruct step. We will see how after holidays. If you make a pull request for it before, we will try it ASAP. Thanks
When we run several data imports in parallel, an exception is thrown and import fails: