alievmirza commented on code in PR #851:
URL: https://github.com/apache/ignite-3/pull/851#discussion_r891661820
##########
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:
I've just removed words about `grid kernal` because this is a legacy from
Ignite 2)
Talking about node stopping, this section is just an example of usage
`IgniteSpinBusyLock`, so I think it's useful.
--
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]