[
https://issues.apache.org/jira/browse/IGNITE-13315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Kasnacheev updated IGNITE-13315:
-------------------------------------
Ignite Flags: (was: Docs Required,Release Notes Required)
> Uninformative TxDumpsThrottling toString output.
> ------------------------------------------------
>
> Key: IGNITE-13315
> URL: https://issues.apache.org/jira/browse/IGNITE-13315
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Affects Versions: 2.8.1
> Reporter: Konstantin Sirotkin
> Assignee: Konstantin Sirotkin
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> looks like e need additional @GridToStringExclude for:
> GridNearTxLocal#txDumpsThrottling
> {noformat}
> 2020-07-27 18:38:06.983[WARN
> ][exchange-worker-#155%DPL_GRID%DplGridNodeName%][o.apache.ignite.internal.diagnostic]
> >>> [txVer=null, exchWait=false, tx=GridNearTxLocal
> [mappings=IgniteTxMappingsSingleImpl [mapping=null], nearLocallyMapped=false,
> colocatedLocallyMapped=false, needCheckBackup=null, hasRemoteLocks=false,
> trackTimeout=false, systemTime=0, systemStartTime=0, prepareStartTime=0,
> prepareTime=0, commitOrRollbackStartTime=0, commitOrRollbackTime=0,
> *txDumpsThrottling=o.a.i.i.processors.cache.transactions.IgniteTxManager$TxDumpsThrottling@66ede293*,
> lb=null, thread=<failed to find active thread 997408>,
> mappings=IgniteTxMappingsSingleImpl [mapping=null],
> super=GridDhtTxLocalAdapter [nearOnOriginatingNode=false,
> nearNodes=KeySetView [], dhtNodes=KeySetView [], explicitLock=false,
> super=IgniteTxLocalAdapter [completedBase=null, sndTransformedVals=false,
> depEnabled=false, txState=IgniteTxImplicitSingleStateImpl [init=false,
> recovery=false], super=IgniteTxAdapter [xidVer=GridCacheVersion
> [topVer=206004504, order=1595859218447, nodeOrder=1], writeVer=null,
> implicit=true, loc=true, threadId=997408, startTime=1595863641166,
> nodeId=1227c1de-f539-47ef-baef-5d04e259d590, startVer=GridCacheVersion
> [topVer=206004504, order=1595859218447, nodeOrder=1], endVer=null,
> isolation=READ_COMMITTED, concurrency=OPTIMISTIC, timeout=0,
> sysInvalidate=false, sys=true, plc=5, commitVer=null, finalizing=NONE,
> invalidParts=null, state=ACTIVE, timedOut=false,
> topVer=AffinityTopologyVersion [topVer=-1, minorTopVer=0],
> skipCompletedVers=false, duration=645816ms, onePhaseCommit=false], size=0]]]]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)