You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by am...@apache.org on 2017/10/25 02:25:16 UTC

asterixdb git commit: [NO ISSUE][STO] Enable extension of LSMBTreeIOOperationCallback.afterOperation

Repository: asterixdb
Updated Branches:
  refs/heads/master 8734988fa -> ab9097695


[NO ISSUE][STO] Enable extension of LSMBTreeIOOperationCallback.afterOperation

- user model changes: no
- storage format changes: no
- interface changes: no

Change-Id: I57f1d60b47ba3fb6748c84ef4b24866943a3e57d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2092
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mb...@apache.org>


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

Branch: refs/heads/master
Commit: ab90976956941cc27f25c11fc4fe8b1e0fce43e1
Parents: 8734988
Author: Abdullah Alamoudi <ba...@gmail.com>
Authored: Sun Oct 22 15:12:55 2017 -0700
Committer: abdullah alamoudi <ba...@gmail.com>
Committed: Tue Oct 24 19:24:32 2017 -0700

----------------------------------------------------------------------
 .../common/ioopcallbacks/AbstractLSMIOOperationCallback.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/ab909769/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
index ba0f928..3138986 100644
--- a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
+++ b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
@@ -181,7 +181,7 @@ public abstract class AbstractLSMIOOperationCallback implements ILSMIOOperationC
     }
 
     @Override
-    public final void afterOperation(LSMOperationType opType, List<ILSMComponent> oldComponents,
+    public void afterOperation(LSMOperationType opType, List<ILSMComponent> oldComponents,
             ILSMDiskComponent newComponent) throws HyracksDataException {
         //TODO: Copying Filters and all content of the metadata pages for flush operation should be done here
         if (newComponent != null) {