GitHub user ludovic-boutros opened a pull request:

    https://github.com/apache/cassandra/pull/174

    CASSANDRA-14055: Index redistribution breaks SASI index

    During index redistribution process, a new view is created.
    During this creation, old indexes should be released.
    
    But, new indexes are "attached" to the same SSTable as the old indexes.
    
    This leads to the deletion of the last SASI index file and breaks the index.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ludovic-boutros/cassandra fix/CASSANDRA-14055

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra/pull/174.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #174
    
----
commit 532ed86090c27e51c745c57678cd19ff4b606a0c
Author: [email protected] <[email protected]>
Date:   2017-11-20T14:39:41Z

    CASSANDRA-14055: Index redistribution breaks SASI index

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to