Description
Exception in thread "main" java.lang.NumberFormatException: null at java.lang.Long.parseLong(Long.java:404) at java.lang.Long.valueOf(Long.java:540) at org.apache.jackrabbit.oak.plugins.segment.SegmentGraph.asLong(SegmentGraph.java:494) at org.apache.jackrabbit.oak.plugins.segment.SegmentGraph.writeNode(SegmentGraph.java:464) at org.apache.jackrabbit.oak.plugins.segment.SegmentGraph.writeSegmentGraph(SegmentGraph.java:173) at org.apache.jackrabbit.oak.run.GraphCommand.execute(GraphCommand.java:92) at org.apache.jackrabbit.oak.run.Mode.execute(Mode.java:63)
The cause for this is not properly checking the info map before deciding whether to print a bulk or a data node.