>From Ritik Raj <[email protected]>: Ritik Raj has posted comments on this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19483 )
Change subject: [NO ISSUE][RT] Fixing LogMarkerTest ...................................................................... Patch Set 1: (1 comment) File asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/LSMPrimaryInsertOperatorNodePushable.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19483/comment/9b024f07_9bf951de PS1, Line 256: if (ctx.getSharedObject() != null && i == 0) { : PrimaryIndexLogMarkerCallback callback = : new PrimaryIndexLogMarkerCallback((AbstractLSMIndex) indexes[0]); : TaskUtil.put(ILogMarkerCallback.KEY_MARKER_CALLBACK, callback, ctx); : } the KEY_MARKER_CALLBACK was not being set, causing "callback" to be null for the LogRecord, leading to failure. -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19483 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: ionic Gerrit-Change-Id: I141467aeccbc90de29267c577298de0f86a69c2f Gerrit-Change-Number: 19483 Gerrit-PatchSet: 1 Gerrit-Owner: Ritik Raj <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-CC: Jenkins <[email protected]> Gerrit-Comment-Date: Sun, 02 Mar 2025 20:27:28 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
