[
https://issues.apache.org/jira/browse/HBASE-21366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guanghao Zhang resolved HBASE-21366.
------------------------------------
Resolution: Duplicate
Duolicate with HBASE-24359.
> Optionally ignore edits for deleted columns when replication
> ------------------------------------------------------------
>
> Key: HBASE-21366
> URL: https://issues.apache.org/jira/browse/HBASE-21366
> Project: HBase
> Issue Type: Improvement
> Reporter: Guanghao Zhang
> Priority: Minor
>
> HBASE-12091 introduced a config which can ignore edits for droped tables when
> replication. As we may drop tables in source cluster and peer cluster, too.
> But there are still some edits in wal which is replicated. Same problem when
> we delete columns of a table in source cluster and peer cluster. Replication
> thread will hang by NoSuchColumnException when there are still some edits in
> wal. We can use the same config to ignore the wal edits for deleted columns,
> too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)