[
https://issues.apache.org/jira/browse/IGNITE-13296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191163#comment-17191163
]
Ignite TC Bot commented on IGNITE-13296:
----------------------------------------
{panel:title=Branch: [pull/8104/head] Base: [master] : Possible Blockers
(7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}RDD{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5586307]]
{color:#d04437}Queries 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5586371]]
* IgniteBinaryCacheQueryTestSuite: BasicIndexTest.testInlineSizeChange - Test
has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheQueryTestSuite:
DynamicIndexServerCoordinatorBasicSelfTest.testCreateIndexNoColumnPartitionedAtomic
- Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}ZooKeeper (Discovery) 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5586320]]
* ZookeeperDiscoverySpiTestSuite1:
ZookeeperDiscoverySegmentationAndConnectionRestoreTest.testConnectionRestore_Coordinator4
- Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Platform .NET (Core Linux){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5586366]]
* dll: CacheTestSsl.TestCacheWithExpiryPolicyOnUpdate - Test has low fail rate
in base branch 0,0% and is not flaky
{color:#d04437}Cache 3{color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5586346]]
{color:#d04437}Thin Client: Java{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5586304]]
{panel}
{panel:title=Branch: [pull/8104/head] Base: [master] : New Tests
(14)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Core Linux){color} [[tests
7|https://ci.ignite.apache.org/viewLog.html?buildId=5586366]]
* {color:#013220}dll: CacheTransactionGridStopTest.TestDisposeDoesNotThrow -
PASSED{color}
* {color:#013220}dll:
CacheLocalActiveTransactionsTest.TestUnsupportedOperationsThrow - PASSED{color}
* {color:#013220}dll: CacheLocalActiveTransactionsTest.TestTxAttributes -
PASSED{color}
* {color:#013220}dll: CacheLocalActiveTransactionsTest.TestRollbacks(False) -
PASSED{color}
* {color:#013220}dll: CacheLocalActiveTransactionsTest.TestRollbacks(True) -
PASSED{color}
* {color:#013220}dll:
CacheLocalActiveTransactionsTest.TestMultipleRollbackThrows - PASSED{color}
* {color:#013220}dll: CacheLocalActiveTransactionsTest.TestDisposeDoesNotEndTx
- PASSED{color}
{color:#00008b}Platform .NET{color} [[tests
7|https://ci.ignite.apache.org/viewLog.html?buildId=5586365]]
* {color:#013220}exe: CacheTransactionGridStopTest.TestDisposeDoesNotThrow -
PASSED{color}
* {color:#013220}exe:
CacheLocalActiveTransactionsTest.TestMultipleRollbackThrows - PASSED{color}
* {color:#013220}exe: CacheLocalActiveTransactionsTest.TestDisposeDoesNotEndTx
- PASSED{color}
* {color:#013220}exe:
CacheLocalActiveTransactionsTest.TestUnsupportedOperationsThrow - PASSED{color}
* {color:#013220}exe: CacheLocalActiveTransactionsTest.TestTxAttributes -
PASSED{color}
* {color:#013220}exe: CacheLocalActiveTransactionsTest.TestRollbacks(False) -
PASSED{color}
* {color:#013220}exe: CacheLocalActiveTransactionsTest.TestRollbacks(True) -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5586519&buildTypeId=IgniteTests24Java8_RunAll]
> .NET: TransactionImpl finalizer can crash the process
> -----------------------------------------------------
>
> Key: IGNITE-13296
> URL: https://issues.apache.org/jira/browse/IGNITE-13296
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Sergey Stronchinskiy
> Priority: Major
> Labels: .NET
> Fix For: 2.10
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> ~TransactionImpl potentially throws an exception (e.g. when grid is stopped),
> causing the entire process to abort.
> GetLocalActiveTransactions is especially problematic - the method is
> informational, yet will result in all the returned transactions to be
> finalized later.
> * Finalizers should not throw exceptions
> * Stopped grid is a valid use case
> * GetLocalActiveTransactions should be fixed to return "read-only"
> transactions that won't be finalized
> Review all filalizers and make sure they are safe.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)