[
https://issues.apache.org/jira/browse/IGNITE-5752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085834#comment-16085834
]
ASF GitHub Bot commented on IGNITE-5752:
----------------------------------------
GitHub user Jokser opened a pull request:
https://github.com/apache/ignite/pull/2297
IGNITE-5752 Fixed GridDhtPartitionMap updateSequence modifying
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5752
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2297.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2297
----
commit 707c454ad9c3b4132e2d0a20d15dc1eb2ed295b0
Author: Alexey Goncharuk <[email protected]>
Date: 2017-07-12T07:53:46Z
Corrected fix for REST processor wrt authentication
commit f3828261b30c12d5aa181914033afe46c787f87e
Author: Alexey Kuznetsov <[email protected]>
Date: 2017-07-12T07:57:50Z
IGNITE-5639 Added duration for empty result set.
commit 5859b192ba28d53e1bccb01ce3005821e26b5347
Author: devozerov <[email protected]>
Date: 2017-07-12T09:46:42Z
AI 2.1 release notes.
commit 8afdc7baae73ecba67e0735baa97d03f2c4fc715
Author: devozerov <[email protected]>
Date: 2017-07-12T10:51:43Z
Removed CacheBinaryAutoStoreExample and relevant bean "h2-example-db" from
example-default.xml because example duplicated existing CacheAutoStoreExample.
commit c6ee085b8a1321ce7fa15f8adf74fa7a01f7a445
Author: Dmitriy Govorukhin <[email protected]>
Date: 2017-07-12T11:22:03Z
Fixed page acquire during checkpoint
commit 0cb6ac06adddd43ac72c707b29d7216bd4cb711a
Author: Oleg Ostanin <[email protected]>
Date: 2017-07-12T12:57:40Z
IGNITE-5740 - Added transaction load timing benchmark
commit 3787181310597b7a6e633e745ba08209abd038a9
Author: Alexey Goncharuk <[email protected]>
Date: 2017-07-12T15:28:57Z
More verbose logging
commit 21964fb5f6fb6fee891283332202cbc9ed5ac3f3
Author: Dmitry Pavlov <[email protected]>
Date: 2017-07-12T15:59:10Z
Optimized snapshot progress tracking
commit 689b1b6e9c3e723cf394c7ff2427097b21d96ce3
Author: Alexey Goncharuk <[email protected]>
Date: 2017-07-13T07:12:01Z
IGNITE-5479 - Cleanup public API for PersistentStoreConfiguration
commit 3c1749da82e663500e45a34369eac48dbbc62bdc
Author: Alexander Paschenko <[email protected]>
Date: 2017-07-13T08:25:55Z
IGNITE-5744 Ignore non user caches when automatically choosing a queryable
cache inside JDBC driver
commit 9d4e5fdf915109c3938226cfcf70b9b091449db2
Author: Pavel Kovalenko <[email protected]>
Date: 2017-07-13T15:08:37Z
IGNITE-5752 Fixed updateSequence updating in GridDhtPartitionMap.
----
> Fix stale sequence updates for local partition map
> --------------------------------------------------
>
> Key: IGNITE-5752
> URL: https://issues.apache.org/jira/browse/IGNITE-5752
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Pavel Kovalenko
> Assignee: Pavel Kovalenko
> Priority: Critical
> Fix For: 2.2
>
>
> Sometimes cache group start/stop operation leads to stale sequence updates
> for local partition maps during partitions map exchange.
> {noformat}
> Exception in thread "sys-#17801%database.IgniteDbSnapshotSelfMultiNodeTest0%"
> java.lang.AssertionError
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.update(GridDhtPartitionTopologyImpl.java:1230)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.processFullPartitionUpdate(GridCachePartitionExchangeManager.java:1334)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager.access$1000(GridCachePartitionExchangeManager.java:125)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$3.onMessage(GridCachePartitionExchangeManager.java:297)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$3.onMessage(GridCachePartitionExchangeManager.java:295)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:2243)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$MessageHandler.apply(GridCachePartitionExchangeManager.java:2225)
> at
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:1042)
> at
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:561)
> at
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:378)
> at
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.handleMessage(GridCacheIoManager.java:304)
> at
> org.apache.ignite.internal.processors.cache.GridCacheIoManager.access$100(GridCacheIoManager.java:99)
> at
> org.apache.ignite.internal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:293)
> at
> org.apache.ignite.internal.managers.communication.GridIoManager.invokeListener(GridIoManager.java:1556)
> at
> org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:1184)
> at
> org.apache.ignite.internal.managers.communication.GridIoManager.access$4200(GridIoManager.java:126)
> at
> org.apache.ignite.internal.managers.communication.GridIoManager$9.run(GridIoManager.java:1097)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> [08:51:19,289][ERROR][exchange-worker-#17673%database.IgniteDbSnapshotSelfMultiNodeTest0%][GridDhtPartitionsExchangeFuture]
> Failed to reinitialize local partitions (preloading will be stopped):
> GridDhtPartitionExchangeId [topVer=AffinityTopologyVersion [topVer=4,
> minorTopVer=11], nodeId=4e129187, evt=DISCOVERY_CUSTOM_EVT]
> java.lang.AssertionError: Invalid update sequence [cur=23, new=2]
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionMap.updateSequence(GridDhtPartitionMap.java:207)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.updateLocal(GridDhtPartitionTopologyImpl.java:1901)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.initPartitions0(GridDhtPartitionTopologyImpl.java:345)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.beforeExchange(GridDhtPartitionTopologyImpl.java:507)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.distributedExchange(GridDhtPartitionsExchangeFuture.java:991)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:632)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1901)
> at
> org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
> at java.lang.Thread.run(Thread.java:745){noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)