[
https://issues.apache.org/jira/browse/IGNITE-13665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229304#comment-17229304
]
Ivan Daschinskiy edited comment on IGNITE-13665 at 11/10/20, 3:46 PM:
----------------------------------------------------------------------
[~ilyak] Ok, fine. LGTM. Lets trigger {{IgniteBasicWithPersistenceTestSuite}}
and feel free to merge.
was (Author: ivandasch):
[~ilyak] Ok, fine. LGTM
> Useless failure trace "IgnitionEx$IgniteNamedInstance$2.apply"
> --------------------------------------------------------------
>
> Key: IGNITE-13665
> URL: https://issues.apache.org/jira/browse/IGNITE-13665
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Ilya Kasnacheev
> Assignee: Ilya Kasnacheev
> Priority: Critical
> Labels: 2.9.1-rc
> Fix For: 2.9.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When failure handler catches an issue in striped pool, maybe in some other
> cases, thread dump is as folows:
> {code}
> [2020-10-10T10:10:10,100][WARN ][grid-timeout-worker-#22%cluster%][] Possible
> failure suppressed accordingly to a configured handler
> [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0,
> super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet
> [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]],
> failureCtx=FailureContext [type=SYSTEM_WORKER_BLOCKED, err=class
> o.a.i.IgniteException: GridWorker [name=sys-stripe-0,
> igniteInstanceName=instance, finished=false, heartbeatTs=1601234567890]]]
> org.apache.ignite.IgniteException: GridWorker [name=sys-stripe-0,
> igniteInstanceName=instance, finished=false, heartbeatTs=1601234567890]
> at
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance$2.apply(IgnitionEx.java:1859)
> [ignite-core.jar]
> at
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance$2.apply(IgnitionEx.java:1854)
> [ignite-core.jar]
> at
> org.apache.ignite.internal.worker.WorkersRegistry.onIdle(WorkersRegistry.java:233)
> [ignite-core.jar]
> at
> org.apache.ignite.internal.util.worker.GridWorker.onIdle(GridWorker.java:296)
> [ignite-core.jar]
> at
> org.apache.ignite.internal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:265)
> [ignite-core.jar]
> at
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:119)
> [ignite-core.jar]
> at java.lang.Thread.run(Thread.java:834) [?:?]
> {code}
> when the actual stack trace from the relevant thread is hidden somewhere deep
> below. And may even be suppressed. This is a usability nightmare.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)