[
https://issues.apache.org/jira/browse/IGNITE-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026324#comment-15026324
]
Vladimir Ozerov edited comment on IGNITE-1985 at 11/25/15 7:07 AM:
-------------------------------------------------------------------
Looks like a hack to me. When reader is created, it is perfectly fine to expect
some data here. For now the solution should be to ensure that reader is created
after data appears in the stream.
Correct fix on Java side is to decouple reader for portable objects (which
parses header) from reader for plain data. But we have no time for this in 1.5.
I'll create another ticket for the next release.
was (Author: vozerov):
Looks like a hack to me. When reader is created, it is perfectly fine to expect
some data here. For now we solution is to ensure that reader is created after
data appears in the stream.
Correct fix on Java side is to decouple reader for portable objects (which
parses header) from reader for plain data. But we have no time for this in 1.5.
I'll create another ticket for the next release.
> .Net: Multithreaded tests fail
> ------------------------------
>
> Key: IGNITE-1985
> URL: https://issues.apache.org/jira/browse/IGNITE-1985
> Project: Ignite
> Issue Type: Bug
> Components: interop
> Affects Versions: 1.1.4
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Blocker
> Fix For: 1.5
>
>
> Looks like a concurrency issue: "Unsupported protocol version"
> * ComputeMultithreadedTest.TestAllTaskTypeAtSameTime
> * ComputeMultithreadedTest.TestSingleTaskType0
> * ComputeMultithreadedTest.TestSingleTaskType1
> * ComputeMultithreadedTest.TestSingleTaskType2
> * ComputeMultithreadedTest.TestSingleTaskType3
> * ComputeMultithreadedTest.TestSingleTaskType5
> * MessagingTest.TestLocalListenMultithreaded
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)