flyueliu commented on code in PR #571:
URL: https://github.com/apache/syncope/pull/571#discussion_r1420785074


##########
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/pushpull/LDAPMembershipPullActions.java:
##########
@@ -141,7 +141,7 @@ protected List<Object> getMembAttrValues(final SyncDelta 
delta, final Connector
      */
     @Transactional(readOnly = true)
     @Override
-    public void beforeUpdate(
+    public synchronized void beforeUpdate(

Review Comment:
   yes, use ConcurrentHashMap is better way. 



-- 
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: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to