myskov commented on code in PR #2823:
URL: https://github.com/apache/ignite-3/pull/2823#discussion_r1387693445


##########
modules/rest/src/main/java/org/apache/ignite/internal/rest/RestComponent.java:
##########
@@ -51,6 +53,11 @@
  * resources for the example.
  */
 public class RestComponent implements IgniteComponent {
+    /**
+     * Lock for micronaut server startup.
+     * TODO: remove when fix 
https://github.com/micronaut-projects/micronaut-core/issues/10091
+     */
+    private static final Lock SHARED_STURTAP_LOCK = new ReentrantLock();

Review Comment:
   typo at STURTAP



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