Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Simple rolling bounce upgrade is sufficient. For PAPI uses, nothing changes at all. For DSL users, the internal TimestampedRocksDBStoreRocksDBTimestampedStore (as one example) will upgrade the store data lazily in the background. Only if users provide a custom XxxByteStoreSupplier no upgrade happens (but users can opt-in implementing RecordConverter interface) but the old format is kept. We use a proxy store that removes/adds timestamp on read/write.

...