From 47c5857882f2e2f4f2b43bbb7f020872e387aa70 Mon Sep 17 00:00:00 2001 From: Patrick Tasse Date: Tue, 28 Oct 2014 13:36:22 -0400 Subject: [PATCH] tmf: Bump checkpoint index version due to incompatible timestamps TmfTimestamp serialization was incompatible due to removal of precision. Change-Id: Iace77186f730971e0296c582097fc179f332d985 Signed-off-by: Patrick Tasse Reviewed-on: https://git.eclipse.org/r/35603 Tested-by: Hudson CI Reviewed-by: Genevieve Bastien --- .../core/trace/indexer/AbstractFileCheckpointCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/trace/indexer/AbstractFileCheckpointCollection.java b/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/trace/indexer/AbstractFileCheckpointCollection.java index c21a433960..b6ed6766b4 100644 --- a/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/trace/indexer/AbstractFileCheckpointCollection.java +++ b/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/trace/indexer/AbstractFileCheckpointCollection.java @@ -32,7 +32,7 @@ import org.eclipse.tracecompass.tmf.core.trace.indexer.ITmfPersistentlyIndexable */ public abstract class AbstractFileCheckpointCollection implements ICheckpointCollection { - private static final int VERSION = 1; + private static final int VERSION = 2; private static final int SUB_VERSION_NONE = -1; /** -- 2.34.1