[ https://issues.apache.org/jira/browse/PHOENIX-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesse Yates updated PHOENIX-1107: --------------------------------- Attachment: phoenix-1107-master-passes.patch In the process of actually tracking down whats going on, I wrote an integration test to verify that in fact replication is not working for indexes. Here's the interesting thing... they actually do work! You just need turn on replication and add the replication scopes to the column families. In IndexedKeyValue, getMatchingFamily will always match the METADATA family, which then doesn't even try to get replicated in the ReplicationSink. Attaching a patch for running test, with passes locally for me. > Support mutable indexes over replication > ---------------------------------------- > > Key: PHOENIX-1107 > URL: https://issues.apache.org/jira/browse/PHOENIX-1107 > Project: Phoenix > Issue Type: Bug > Affects Versions: 5.0.0, 3.1, 4.1 > Reporter: Jesse Yates > Assignee: Jesse Yates > Attachments: phoenix-1107-3.0.v0, phoenix-1107-master-passes.patch > > > Mutable indexes don't support usage with replication. For starters, the > replication WAL Listener checks the family of the edits, which can throw a > NPE for the IndexedKeyValue -- This message was sent by Atlassian JIRA (v6.3.4#6332)