[
https://issues.apache.org/jira/browse/IGNITE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16632024#comment-16632024
]
Ignite TC Bot commented on IGNITE-9723:
---------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}PDS 2{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=1961438]]
{color:#d04437}Cache 7 (With Persistence){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=1961466]]
* IgniteCacheTestSuite7:
TransactionIntegrityWithPrimaryIndexCorruptionTest.testPrimaryIndexCorruptionDuringCommitOnPrimaryNode2
- 0,0% fails in last 100 master runs.
{panel}
[TeamCity Run
All|http://ci.ignite.apache.org/viewLog.html?buildId=1961481&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)