tmf: Bump checkpoint index version due to incompatible timestamps
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 28 Oct 2014 17:36:22 +0000 (13:36 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 28 Oct 2014 20:29:21 +0000 (16:29 -0400)
TmfTimestamp serialization was incompatible due to removal of precision.

Change-Id: Iace77186f730971e0296c582097fc179f332d985
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/35603
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/trace/indexer/AbstractFileCheckpointCollection.java

index c21a433960f009c2ad1369faeeb29d050c5ce791..b6ed6766b43b1a81fe380afab96c428b7db2f998 100644 (file)
@@ -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;
 
     /**
This page took 0.028632 seconds and 5 git commands to generate.