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 <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> 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 <[email protected]> Authored: Sun Oct 22 15:12:55 2017 -0700 Committer: abdullah alamoudi <[email protected]> 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) {
