peacewong opened a new issue #1181: URL: https://github.com/apache/incubator-linkis/issues/1181
**Is your feature request related to a problem? Please describe.** Now the log and progress operations of the computation orchestrator use maps that are not supported by concurrency when storing the processor. There are problems with high concurrency. **Describe the solution you'd like** Optimize the log and progress map as ConcurrentHashMap. **Describe alternatives you've considered** Orchestrator needs to support high concurrency scenarios -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
