luchnikovbsk commented on code in PR #10591:
URL: https://github.com/apache/ignite/pull/10591#discussion_r1164063976


##########
docs/_docs/monitoring-metrics/new-metrics.adoc:
##########
@@ -315,6 +315,8 @@ Register name: `client.connector`
 |SentBytesCount|   long|   Sent bytes count.
 |SslEnabled|   boolean|   Indicates whether SSL is enabled.
 |SslHandshakeDurationHistogram|   histogram|   Histogram of SSL handshake 
duration in milliseconds (metric is exported only if SSL is enabled).
+|AwarenessHit|   long|   Indicates awareness hit.

Review Comment:
   ok



##########
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/cache/ClientCacheClearKeyRequest.java:
##########
@@ -37,7 +37,7 @@ public ClientCacheClearKeyRequest(BinaryRawReaderEx reader) {
     /** {@inheritDoc} */
     @SuppressWarnings("unchecked")
     @Override public ClientResponse process(ClientConnectionContext ctx) {
-        cache(ctx).clear(key());
+        cache(ctx).clear(key(ctx));

Review Comment:
   ok



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