kumaab commented on code in PR #253:
URL: https://github.com/apache/ranger/pull/253#discussion_r1190729008
##########
security-admin/src/main/java/org/apache/ranger/rest/XUserREST.java:
##########
@@ -165,6 +166,10 @@ public class XUserREST {
static final Logger logger = LoggerFactory.getLogger(XUserMgr.class);
+ static volatile boolean usersDeletionInProgress = false;
Review Comment:
Sure, makes sense. Sometimes these calls might take long time to get a
response, the idea was to get a response indicating the progress(like 30%
deletion complete or deletion in progress check back later) in the interim via
another simultaneous call.
--
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]