Repository: phoenix
Updated Branches:
  refs/heads/4.8-HBase-0.98 52785b4a9 -> 7c0358223


PHOENIX-3149 Local index got corrupted if intermediate compaction happen during 
the split.(Sergey Soldatov)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7c035822
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7c035822
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7c035822

Branch: refs/heads/4.8-HBase-0.98
Commit: 7c0358223c092117ce12e185f54f4061b2799b02
Parents: 52785b4
Author: Ankit Singhal <[email protected]>
Authored: Sun Aug 7 13:56:08 2016 +0530
Committer: Ankit Singhal <[email protected]>
Committed: Sun Aug 7 13:56:08 2016 +0530

----------------------------------------------------------------------
 .../hbase/regionserver/IndexHalfStoreFileReaderGenerator.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/7c035822/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReaderGenerator.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReaderGenerator.java
 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReaderGenerator.java
index 3bbc3df..7f6e82b 100644
--- 
a/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReaderGenerator.java
+++ 
b/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReaderGenerator.java
@@ -184,7 +184,6 @@ public class IndexHalfStoreFileReaderGenerator extends 
BaseRegionObserver {
             long earliestPutTs, InternalScanner s, CompactionRequest request) 
throws IOException {
         if (!store.getFamily().getNameAsString()
                 .startsWith(QueryConstants.LOCAL_INDEX_COLUMN_FAMILY_PREFIX)
-                || !scanType.equals(ScanType.COMPACT_DROP_DELETES)
                 || s != null
                 || !store.hasReferences()) {
             return s;

Reply via email to