lgcareer commented on a change in pull request #3519:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3519#discussion_r471297266
##########
File path:
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ResourcesService.java
##########
@@ -87,7 +87,7 @@
* @return create directory result
*/
@Transactional(rollbackFor = RuntimeException.class)
- public Result createDirectory(User loginUser,
+ public synchronized Result createDirectory(User loginUser,
Review comment:
Agree wtth yangyichao-mango,we also need also ensure the concurrent
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]