You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Yonik Seeley (Jira)" <ji...@apache.org> on 2020/02/22 22:42:00 UTC

[jira] [Created] (SOLR-14278) data loss during live shard split if leader dies

Yonik Seeley created SOLR-14278:
-----------------------------------

             Summary: data loss during live shard split if leader dies
                 Key: SOLR-14278
                 URL: https://issues.apache.org/jira/browse/SOLR-14278
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Yonik Seeley


While trying to develop better tests for shared storage (SOLR-13101), I ran across another failure for normal replica types as well (one of the first things I do when a test fails for shared storage is to try and validate that normal NRT replicas succeed.)  The PR I'll open has a test adapted from the one in SOLR-13813 for master.

Scenario:
  - indexing is happening during shard split
  - leader is killed shortly after (before the split has finished) and never brought back up
  - there are often some missing documents at the end

While it's possible that the simulated killing of the node in the unit test is imperfect, I haven't reproduced a failure if I comment out the split command and just kill the leader.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org