[ https://issues.apache.org/jira/browse/CASSANDRA-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006895#comment-16006895 ]
Sergio Bossa commented on CASSANDRA-10130: ------------------------------------------ I had a quick look at this one and I think we could avoid adding yet another system table by just reusing the {{BUILT_INDEXES}} table and following the same pattern used by {{SIM#rebuildIndexesBlocking()}}, that is: * Call {{SystemKeyspace#setIndexRemoved()}}. * Build index. * Call {{SystemKeyspace#setIndexBuilt()}}. Thoughts? Am I missing anything actually requiring a new table? > Node failure during 2i update after streaming can have incomplete 2i when > restarted > ----------------------------------------------------------------------------------- > > Key: CASSANDRA-10130 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10130 > Project: Cassandra > Issue Type: Bug > Components: Coordination > Reporter: Yuki Morishita > Assignee: Andrés de la Peña > Priority: Minor > > Since MV/2i update happens after SSTables are received, node failure during > MV/2i update can leave received SSTables live when restarted while MV/2i are > partially up to date. > We can add some kind of tracking mechanism to automatically rebuild at the > startup, or at least warn user when the node restarts. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org