lasdf1234 commented on code in PR #11226:
URL: https://github.com/apache/gravitino/pull/11226#discussion_r3309938077


##########
plugins/idp-basic/src/main/java/org/apache/gravitino/idp/storage/relational/IdpGarbageCollector.java:
##########
@@ -41,6 +41,8 @@ public final class IdpGarbageCollector implements Closeable {
   private static final IdpUserMetaService USER_SERVICE = 
IdpUserMetaService.getInstance();
   private static final IdpGroupMetaService GROUP_SERVICE = 
IdpGroupMetaService.getInstance();
 
+  private static volatile IdpGarbageCollector instance;

Review Comment:
   Got resolved



-- 
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]

Reply via email to