-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include size of snapshot in snapshot metadata (#29602)
Adds difference of number of files (and file sizes) between prev and current snapshot. Total number/size reflects total number/size of files in snapshot. Closes #18543 (cherry picked from commit 81eb8ba)
- Loading branch information
Vladimir Dolzhenko
committed
May 25, 2018
1 parent
f561bad
commit b006f3b
Showing
13 changed files
with
512 additions
and
120 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
docs/reference/migration/migrate_7_0/snapshotstats.asciidoc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[[breaking_70_snapshotstats_changes]] | ||
=== Snapshot stats changes | ||
|
||
Snapshot stats details are provided in a new structured way: | ||
|
||
* `total` section for all the files that are referenced by the snapshot. | ||
* `incremental` section for those files that actually needed to be copied over as part of the incremental snapshotting. | ||
* In case of a snapshot that's still in progress, there's also a `processed` section for files that are in the process of being copied. | ||
|
||
==== Deprecated `number_of_files`, `processed_files`, `total_size_in_bytes` and `processed_size_in_bytes` snapshot stats properties have been removed | ||
|
||
* Properties `number_of_files` and `total_size_in_bytes` are removed and should be replaced by values of nested object `total`. | ||
* Properties `processed_files` and `processed_size_in_bytes` are removed and should be replaced by values of nested object `processed`. |
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
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
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
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
Oops, something went wrong.