rpuch commented on code in PR #3470:
URL: https://github.com/apache/ignite-3/pull/3470#discussion_r1538682562
##########
modules/core/src/main/java/org/apache/ignite/internal/hlc/ClockWaiter.java:
##########
@@ -49,7 +46,7 @@
* no SafeTime mechanisms are involved.
*/
public class ClockWaiter implements IgniteComponent {
- private static final IgniteLogger LOG =
Loggers.forClass(ClockWaiter.class);
+ private final IgniteLogger log = Loggers.forClass(ClockWaiter.class);
Review Comment:
Nope, but the `core` module is a dependency of the thin client, so the
client restrictions are effective for the `core` module. Ideally, we either
need something like `server-core` module. It seems too much to introduce a
module just for the clock-related code.
--
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]