Murtadha Hubail has posted comments on this change. Change subject: ASTERIXDB-1058: make Asterix compatible with lazy LSM memory allocation ......................................................................
Patch Set 12: (2 comments) I don't think there is a way to get it from the API. During development I was testing by printing statements on memory allocation/deallocation and trying various scenarios to make sure it works as expected. Our test framework needs to have access to the running NCs AsterixAppRuntimeContext in order to do such tests. Many features such as checkpointing and dataset lifecycle events require such access. I think with some modifications to AsterixHyracksIntegrationUtil and ExecutionTest classes we can build such utility, and the test cases would be a mixture of AQL queries from the API as well as manual calls to different runtime components. https://asterix-gerrit.ics.uci.edu/#/c/408/12/asterix-transactions/pom.xml File asterix-transactions/pom.xml: Line 120: > new tab :) Done https://asterix-gerrit.ics.uci.edu/#/c/408/12/asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/locking/TestRuntimeContextProvider.java File asterix-transactions/src/main/java/org/apache/asterix/transaction/management/service/locking/TestRuntimeContextProvider.java: Line 43: > WS Done -- To view, visit https://asterix-gerrit.ics.uci.edu/408 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4ea1eb129fe3043d43b077473dc29d17a97dfcc2 Gerrit-PatchSet: 12 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Carey <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-Reviewer: Young-Seok Kim <[email protected]> Gerrit-HasComments: Yes
