[
https://issues.apache.org/jira/browse/IGNITE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631749#comment-16631749
]
Ignite TC Bot commented on IGNITE-9723:
---------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}JDBC Driver{color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=1959421]]
{color:#d04437}MVCC Queries{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=1959494]]
* IgniteCacheMvccSqlTestSuite:
CacheMvccPartitionedSelectForUpdateQueryTest.testSelectForUpdateAfterAbortedTx
- 3,2% fails in last 100 master runs.
{color:#d04437}MVCC Cache{color} [[tests
4|https://ci.ignite.apache.org/viewLog.html?buildId=1959492]]
* IgniteCacheMvccTestSuite: CacheMvccSizeWithConcurrentTransactionTest.testSize
- 2,9% fails in last 100 master runs.
* IgniteCacheMvccTestSuite:
CacheMvccPartitionedCoordinatorFailoverTest.testGetReadInProgressCoordinatorFails_ReadDelay
- 0,0% fails in last 100 master runs.
{color:#d04437}Cache 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=1959473]]
* IgniteCacheTestSuite2:
GridNearCacheStoreUpdateTest.testTransactionAtomicUpdateNear - 0,0% fails in
last 100 master runs.
{color:#d04437}Cache 7 (With Persistence){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=1959480]]
* IgniteCacheTestSuite7:
TransactionIntegrityWithPrimaryIndexCorruptionTest.testPrimaryIndexCorruptionDuringCommitOnPrimaryNode2
- 0,0% fails in last 100 master runs.
{color:#d04437}SPI (URI Deploy){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=1959430]]
* IgniteUriDeploymentTestSuite:
GridUriDeploymentFileProcessorSelfTest.testTaskCorrect - 0,0% fails in last 100
master runs.
{panel}
[TeamCity Run
All|http://ci.ignite.apache.org/viewLog.html?buildId=1959495&buildTypeId=IgniteTests24Java8_RunAll]
> Critial section should be wrapped correctly for GridCacheDatabaseSharedManager
> ------------------------------------------------------------------------------
>
> Key: IGNITE-9723
> URL: https://issues.apache.org/jira/browse/IGNITE-9723
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Major
>
> `blockingSectionBegin` should be used here
> {code:java|title=GridCachePartitionExchangeManager:2687}
> blockingSectionEnd();
> try {
> resVer = exchFut.get(exchTimeout, TimeUnit.MILLISECONDS);
> } finally {
> blockingSectionEnd();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)