[
https://issues.apache.org/jira/browse/IGNITE-4888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949275#comment-15949275
]
ASF GitHub Bot commented on IGNITE-4888:
----------------------------------------
GitHub user gvvinblade opened a pull request:
https://github.com/apache/ignite/pull/1703
IGNITE-4888
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4888
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1703.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 #1703
----
commit 6de3a8c695316f3b4d189a4b6db081b95b9396c2
Author: Igor Seliverstov <[email protected]>
Date: 2017-03-30T15:21:23Z
[IGNITE-4888]An assertion error in TcpDiscoverySelfTest
----
> An assertion error in TcpDiscoverySelfTest
> ------------------------------------------
>
> Key: IGNITE-4888
> URL: https://issues.apache.org/jira/browse/IGNITE-4888
> Project: Ignite
> Issue Type: Bug
> Reporter: Igor Seliverstov
> Assignee: Igor Seliverstov
>
> The exception as shown below sometimes appears in output:
> {noformat}
> java.lang.AssertionError
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.distributedExchange(GridDhtPartitionsExchangeFuture.java:735)
> at
> org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:503)
> at
> org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1678)
> 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.3.15#6346)