This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 356e361708 GEODE-10341: add note that snapshot includes in-cache and
overflow entries (#7729)
356e361708 is described below
commit 356e361708e29bc55de893c67a070c2fa216d623
Author: Max Hufnagel <[email protected]>
AuthorDate: Fri May 27 08:19:29 2022 -0700
GEODE-10341: add note that snapshot includes in-cache and overflow entries
(#7729)
---
geode-docs/managing/cache_snapshots/exporting_a_snapshot.html.md.erb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
a/geode-docs/managing/cache_snapshots/exporting_a_snapshot.html.md.erb
b/geode-docs/managing/cache_snapshots/exporting_a_snapshot.html.md.erb
index 339e5ff280..1cc198fb08 100644
--- a/geode-docs/managing/cache_snapshots/exporting_a_snapshot.html.md.erb
+++ b/geode-docs/managing/cache_snapshots/exporting_a_snapshot.html.md.erb
@@ -44,7 +44,10 @@ Optionally, you can set a filter on the snapshot entries
during the export. See
## <a
id="concept_D1A4D9677F4146078F65C73BF436C19D__section_30C1BBB41C194825A46E49E5756369D6"
class="no-quick-link"></a>Exporting a Region Snapshot
-You can also export a specific region using the following API or gfsh commands:
+You can also export a specific region using the API or gfsh commands below.
+
+**Note:**
+In the case of non-persistent regions, the snapshot that you export contains
both in-cache entries and entries that overflow to disk.
**Java API:**