anton-vinogradov commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3559894951
##########
modules/core/src/main/java/org/apache/ignite/internal/TxEntriesInfo.java:
##########
@@ -20,14 +20,14 @@
import java.util.Collection;
import java.util.HashSet;
import java.util.Objects;
-import org.apache.ignite.IgniteCheckedException;
import org.apache.ignite.internal.processors.cache.GridCacheContext;
import org.apache.ignite.internal.processors.cache.GridCacheMapEntry;
import org.apache.ignite.internal.processors.cache.KeyCacheObject;
import org.apache.ignite.internal.util.typedef.internal.U;
+import org.apache.ignite.plugin.extensions.communication.CacheIdAware;
-/** */
-public final class TxEntriesInfo extends
IgniteDiagnosticRequest.DiagnosticBaseInfo {
+/** Diagnostic request carrying cache keys pending transaction lock info for a
specific cache. */
Review Comment:
Rewritten: "Diagnostic info block that dumps the state of cache entries for
the given keys. Requested when a transaction lock future waits for a remote
node's response for too long." — matches what `appendInfo` does and the single
producer (`GridDhtColocatedLockFuture`).
--
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]