You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2020/07/31 23:04:56 UTC

[ignite] branch master updated: IGNITE-13315 use @GridToStringExclude for GridNearTxLocal#txDumpsThrottling in order to prevent this from being printed into logs (#8103)

This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 30e45b9  IGNITE-13315 use @GridToStringExclude for GridNearTxLocal#txDumpsThrottling in order to prevent this from being printed into logs (#8103)
30e45b9 is described below

commit 30e45b9d432afad128f28dc84958c85f8b05edf8
Author: Konstantin Sirotkin <ko...@gmail.com>
AuthorDate: Sat Aug 1 02:04:39 2020 +0300

    IGNITE-13315 use @GridToStringExclude for GridNearTxLocal#txDumpsThrottling in order to prevent this from being printed into logs (#8103)
---
 .../internal/processors/cache/distributed/near/GridNearTxLocal.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java
index 56e480c..80c68c4 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearTxLocal.java
@@ -229,6 +229,7 @@ public class GridNearTxLocal extends GridDhtTxLocalAdapter implements GridTimeou
     private final AtomicLong commitOrRollbackTime = new AtomicLong(0);
 
     /** */
+    @GridToStringExclude
     private IgniteTxManager.TxDumpsThrottling txDumpsThrottling;
 
     /** */