[
https://issues.apache.org/jira/browse/SOLR-11467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203143#comment-16203143
]
Amrit Sarkar edited comment on SOLR-11467 at 10/13/17 2:49 PM:
---------------------------------------------------------------
{code}
- System.out.println("Adding " + docs + " docs with commit=true, numDocs=" +
numDocs);
+ System.out.println("Adding 100 docs with commit=true, numDocs=" + numDocs);
{code}
This will be seperate patch and seperate jira. We always add 100 docs in batch
and commit; but still the msg shows 10, when no nightly, 100 when nightly.
That's a wrong log line, I thought putting it up now will shed the confusion.
Yes, I did put nocommit, so that you can verify. Thanks :)
was (Author: [email protected]):
{code}
- System.out.println("Adding " + docs + " docs with commit=true, numDocs=" +
numDocs);
+ System.out.println("Adding 100 docs with commit=true, numDocs=" + numDocs);
{code}
This will be seperate patch and seperate jira. We always add 100 docs in batch
and commit but still the msg shows 10, when no nightly, 100 when nightly.
That's a wrong log line, I thought putting it up now will shed the confusion.
Yes, I put nocommit, so that you can verify. Thanks :)
> CdcrBootstrapTest::testBootstrapWithContinousIndexingOnSourceCluster Failure
> ----------------------------------------------------------------------------
>
> Key: SOLR-11467
> URL: https://issues.apache.org/jira/browse/SOLR-11467
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: CDCR
> Affects Versions: 6.6, 6.6.1, 7.0, 7.0.1, 7.1
> Reporter: Amrit Sarkar
> Attachments: SOLR-11467-debug-code.log
>
>
> CdcrBootstrapTest is still failing in master and other branches with:
> {code}
> [junit4] FAILURE 130s J1 |
> CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
> [junit4] > Throwable #1: java.lang.AssertionError: Document mismatch on
> target after sync expected:<2000> but was:<1901>
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([41753A7BCCA7C778:953071222BF17483]:0)
> [junit4] > at
> org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
> [junit4] > at java.lang.Thread.run(Thread.java:748)
> {code}
> ref: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/423/
> From one of the failed Solr jenkins log:
> [junit4] 2> 1143166 INFO
> (cdcr-replicator-4421-thread-1-processing-n:127.0.0.1:62832_solr
> x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2)
> [n:127.0.0.1:62832_solr c:cdcr-source s:shard1 r:core_node2
> x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicator Forwarded 991 updates
> to target cdcr-target
> [junit4] 2> 1144176 INFO
> (cdcr-replicator-4421-thread-1-processing-n:127.0.0.1:62832_solr
> x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2)
> [n:127.0.0.1:62832_solr c:cdcr-source s:shard1 r:core_node2
> x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicator Forwarded 909 updates
> to target cdcr-target
> [junit4] 2> 1145118 INFO
> (cdcr-replicator-4421-thread-1-processing-n:127.0.0.1:62832_solr
> x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2)
> [n:127.0.0.1:62832_solr c:cdcr-source s:shard1 r:core_node2
> x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicator Forwarded 0 updates
> to target cdcr-target
> Total 1900 updates were sent, instead of 2000. Ideally the bootstrap process
> is responsible for 1000, and normal cdc replication is responsble for 1000.
> On looking closely, the bootstrap is completed successfully. We are 100% sure
> here, bootstrap worked w/o any issue. And still 1900 updates were sent via
> replicator, instead of 1000.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]