[
https://issues.apache.org/jira/browse/SOLR-11278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-11278:
--------------------------------
Attachment: SOLR-11278.patch
Ok here's what I am able to diagnose and have some questions and observations:
1. Bootstrap process runs in a seperate thread, then what happens we issue a
commit when BOOTSTRAPPING, replication / fetchIndex is taking place. Something
wrong? Solr core will reload when on the background index is getting copied.
2. I bumped up the time / sleep time b/w issuing CDCR and checking target
collection for numDocs to 7 seconds, and lowered documents from 10K to 2K,
since BOOTSTRAP will be issued anything above maxBatchSize: 1024.
3. The new patch uploaded successfully ran on my system, but it is not a
full-proof solution, just like: SOLR-10734, where we cannot agree on a batch /
thread count. It may fail for a seed in future or now.
[~varunthacker], requesting if you can apply the patch and verify whether the
tests are passing successfully.
> CdcrBootstrapTest failing in branch_6_6
> ---------------------------------------
>
> Key: SOLR-11278
> URL: https://issues.apache.org/jira/browse/SOLR-11278
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: CDCR
> Affects Versions: 6.6.1
> Reporter: Amrit Sarkar
> Attachments: SOLR-11278.patch, test_results
>
>
> I ran beast for 10 rounds:
> ant beast -Dtestcase=CdcrBootstrapTest -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.locale=vi -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true
> -Dtests.file.encoding=US-ASCII -Dbeast.iters=10
> and seeing following failure:
> {code}
> [beaster] [01:37:16.282] FAILURE 153s |
> CdcrBootstrapTest.testBootstrapWithSourceCluster <<<
> [beaster] > Throwable #1: java.lang.AssertionError: Document mismatch on
> target after sync expected:<2000> but was:<1000>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]