-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust ETS storage example to use unnamed tables
Summary: Using a named table in the example ETS-based storage provider allows for convenient access to the backing ETS table but causes issues when creating and opening snapshots. Adjust the implementation to properly track the storage position and use unnamed tables to avoid issues when opening snapshots due to ETS's behavior of restoring the table's name using using `file2tab`. Differential Revision: D62262547 fbshipit-source-id: 51c4cc0cfed37502c486abe5d3ad85dffb736d07
- Loading branch information
1 parent
63bc85d
commit 7cd4b0f
Showing
1 changed file
with
38 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters