sanpwc commented on code in PR #851:
URL: https://github.com/apache/ignite-3/pull/851#discussion_r891418546


##########
modules/core/src/main/java/org/apache/ignite/internal/util/IgniteSpinBusyLock.java:
##########
@@ -26,7 +26,7 @@
  *
  * <p>For example, there may be a manager that have different threads for some 
purposes and the manager must not be stopped while at least a
  * single thread is in "busy" state. In this situation each thread must enter 
to "busy" state calling method {@link #enterBusy()} in
- * critical pieces of code which, i.e. use grid kernal functionality, 
notifying that the manager and the whole grid kernal cannot be stopped
+ * critical pieces of code, notifying that the manager and the whole ignite 
node cannot be stopped

Review Comment:
   Why? Seems that IgniteSpingBusyLock is a general-purpose lock, so it's not 
only about node stopping. 



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