Murtadha Hubail has posted comments on this change. Change subject: Replace Java serialization in checkpoints by Json ......................................................................
Patch Set 2: (3 comments) https://asterix-gerrit.ics.uci.edu/#/c/1457/2/asterixdb/asterix-common/pom.xml File asterixdb/asterix-common/pom.xml: Line 317: <version>2.8.0</version> > Add the version to dependency management in the root pom. Done (at least I think) https://asterix-gerrit.ics.uci.edu/#/c/1457/2/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/transactions/Checkpoint.java File asterixdb/asterix-common/src/main/java/org/apache/asterix/common/transactions/Checkpoint.java: Line 120: final ObjectMapper mapper = new ObjectMapper(); > inline this variable? Done Line 129: final ObjectMapper mapper = new ObjectMapper(); > inline this variable? Done -- To view, visit https://asterix-gerrit.ics.uci.edu/1457 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id4353716267d45ce21580ac2856b6a552d05d1f7 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]> Gerrit-HasComments: Yes
