[
https://issues.apache.org/jira/browse/HBASE-11475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14058035#comment-14058035
]
Hudson commented on HBASE-11475:
--------------------------------
FAILURE: Integrated in HBase-0.98 #384 (See
[https://builds.apache.org/job/HBase-0.98/384/])
HBASE-11475 Distributed log replay should also replay compaction events (enis:
rev d09a5cf4e52961657efb2c7d8ba24a25c0f4b8c4)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogSplitter.java
*
hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/WALProtos.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogUtil.java
* hbase-protocol/src/main/protobuf/WAL.proto
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALEditsReplaySink.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSmallTests.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALEdit.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java
> Distributed log replay should also replay compaction events
> -----------------------------------------------------------
>
> Key: HBASE-11475
> URL: https://issues.apache.org/jira/browse/HBASE-11475
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 0.99.0, 0.98.4, 2.0.0
>
> Attachments: hbase-11475_v1.patch, hbase-11475_v2.patch,
> hbase-11475_v3-0.98.patch, hbase-11475_v3.patch
>
>
> Compaction events are written to WAL as of HBASE-2231 got committed. However,
> it seems that distributed log replay skips those entries without sending it
> to the replaying region. In contrast log split replays those.
> It seems that we should fix log replay to also replay the compaction events.
--
This message was sent by Atlassian JIRA
(v6.2#6252)