ibessonov commented on code in PR #3149:
URL: https://github.com/apache/ignite-3/pull/3149#discussion_r1481085379
##########
modules/workers/src/main/java/org/apache/ignite/internal/worker/ThreadAssertions.java:
##########
@@ -27,8 +26,19 @@
* Tools to assert that the current thread allows to perform a requested
operation.
*/
public class ThreadAssertions {
+ public static final String ENABLED_PROPERTY = "thread.assertions.enabled";
Review Comment:
I would add `ignite.` at the beginning, we should always claim our constants
--
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]