[ 
https://issues.apache.org/jira/browse/IGNITE-13665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Kasnacheev updated IGNITE-13665:
-------------------------------------
    Comment: was deleted

(was: {panel:title=Branch: [pull/8442/head] Base: [master] : Possible Blockers 
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform C++ CMake (Win x64 / Release){color} [[tests 0 
BuildFailureOnMessage 
|https://ci.ignite.apache.org/viewLog.html?buildId=5724443]]

{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=5724364]]
* ZookeeperDiscoverySpiTestSuite2: 
IgniteClientReconnectCacheTest.testReconnectMultinode - Test has low fail rate 
in base branch 0,0% and is not flaky

{color:#d04437}Cache (Failover) 2{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=5724380]]
* IgniteCacheFailoverTestSuite2: 
GridCachePartitionedFailoverSelfTest.testOptimisticRepeatableReadTxTopologyChange
 - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/8442/head] Base: [master] : New Tests 
(9)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Cache 5{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=5724391]]
* {color:#013220}IgniteCacheTestSuite5: 
GridCacheHashMapPutAllWarningsTest.testHashMapAtomic - PASSED{color}

{color:#00008b}Cache 1{color} [[tests 
7|https://ci.ignite.apache.org/viewLog.html?buildId=5724387]]
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=LOCAL,
 writeThrough=false, near=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=REPLICATED,
 writeThrough=true, near=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=LOCAL,
 writeThrough=true, near=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=PARTITIONED,
 writeThrough=true, near=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=PARTITIONED,
 writeThrough=false, near=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=REPLICATED,
 writeThrough=false, near=false] - PASSED{color}
* {color:#013220}IgniteBinaryCacheTestSuite: 
IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.testConcurrentUpdateAll[cacheMode=PARTITIONED,
 writeThrough=false, near=true] - PASSED{color}

{color:#00008b}MVCC Cache 5{color} [[tests 
1|https://ci.ignite.apache.org/viewLog.html?buildId=5724426]]
* {color:#013220}IgniteCacheMvccTestSuite5: 
GridCacheHashMapPutAllWarningsTest.testHashMapAtomic - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5724444&buildTypeId=IgniteTests24Java8_RunAll])

> 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)

Reply via email to