This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch tinkergraph-storage
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 8ecdb9a9f9 Restore TinkerStorageGraph index definitions on reopen
add 65030763a2 Document that persisted multi-properties require setting
default cardinality
add 8f1073ee0a Snapshot compaction from committed state so close() cannot
persist uncommitted data
add e2bf4808cc Rebuild the write-side dictionary on replay to stop
unbounded reopen growth
No new revisions were added by this update.
Summary of changes:
.../reference/implementations-tinkergraph.asciidoc | 8 +++++
.../tinkergraph/structure/AbstractTinkerGraph.java | 18 ++++++++++
.../tinkergraph/structure/TinkerStorageGraph.java | 27 +++++++++++++++
.../structure/storage/GraphBinaryStorage.java | 13 +++++---
.../AbstractTinkerStorageConformanceTest.java | 33 +++++++++++++++++++
.../structure/storage/GraphBinaryStorageTest.java | 38 ++++++++++++++++++++++
6 files changed, 133 insertions(+), 4 deletions(-)