You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "luchnikovbsk (via GitHub)" <gi...@apache.org> on 2023/04/12 12:29:37 UTC

[GitHub] [ignite] luchnikovbsk commented on a diff in pull request #10591: IGNITE-17345 [IEP-35] Metric to track PA enabled request on ThinClient

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org