[
https://issues.apache.org/jira/browse/IGNITE-11365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stanislav Lukyanov updated IGNITE-11365:
----------------------------------------
Description:
Scenario
- Start 3 nodes
- Run N threads, each thread starts a replicated cache and then streams data to
that cache with allowOverwrite=false
During the streaming there are "Partition validation failed" warnings.
After the streaming in all threads ends, some caches have incorrect size and
local SQL queries return less data.
Seems that PME can break an ongoing streaming with allowOverwrite=false.
allowOverwrite=true is a workaround.
Reproducer is attached. Run it with "Repeat until failure".
was:
Scenario
- Start 3 nodes
- Run N threads, each thread starts a replicated cache and then streams data to
that cache with allowOverwrite=false
During the streaming there are "Partition validation failed" warnings.
After the streaming in all threads ends, some caches have incorrect size and
local SQL queries return less data.
Seems that PME can break an ongoing streaming with allowOverwrite=false.
allowOverwrite=true is a workaround.
Reproducer is attached.
> Partition sizes differ after streaming with allowOverwrite=false with
> concurrent PME
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-11365
> URL: https://issues.apache.org/jira/browse/IGNITE-11365
> Project: Ignite
> Issue Type: Improvement
> Reporter: Stanislav Lukyanov
> Priority: Major
> Attachments: DataStreamerRebalanceMissingDocTest.java
>
>
> Scenario
> - Start 3 nodes
> - Run N threads, each thread starts a replicated cache and then streams data
> to that cache with allowOverwrite=false
> During the streaming there are "Partition validation failed" warnings.
> After the streaming in all threads ends, some caches have incorrect size and
> local SQL queries return less data.
> Seems that PME can break an ongoing streaming with allowOverwrite=false.
> allowOverwrite=true is a workaround.
> Reproducer is attached. Run it with "Repeat until failure".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)