Snapshot writes to a different file every time it is triggered #1828
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses the issue described in #1099.
This is a simple change adding an argument on the command line to use a split function each time a snapshot is taken. It uses split bagfile function already implemented. Any improvement on this function regarding file names or returns can be simple translated to the snapshot function afterwards.
It is developed on the Humble branch as we need this feature in humble. But it should be easily ported to rolling.
There might be one concern the StorageOptions struct has a change (a member was added). This might cause issues with the ABI (depend on if this structure is part of it or not).