This is an automated email from the ASF dual-hosted git repository.
mivanac 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 16627d7b48 GEODE-10422: add Note for parallel recovery disk store
(#7858)
16627d7b48 is described below
commit 16627d7b48e7a7801929b6ece7d588c875464900
Author: Mario Kevo <[email protected]>
AuthorDate: Wed Sep 14 15:45:12 2022 +0200
GEODE-10422: add Note for parallel recovery disk store (#7858)
* GEODE-10422: add Note for parallel recovery disk store
* empty commit to re-launch CI
---
.../disk_storage/optimize_availability_and_performance.html.md.erb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/geode-docs/managing/disk_storage/optimize_availability_and_performance.html.md.erb
b/geode-docs/managing/disk_storage/optimize_availability_and_performance.html.md.erb
index f0bfd8b6be..d15b185891 100644
---
a/geode-docs/managing/disk_storage/optimize_availability_and_performance.html.md.erb
+++
b/geode-docs/managing/disk_storage/optimize_availability_and_performance.html.md.erb
@@ -33,5 +33,7 @@ Optimize availability and performance by following the
guidelines in this sectio
```
start server --name=server1 --J=-Dgeode.parallelDiskStoreRecovery=false
```
-
+**Note:**
+In case using parallel disk store recovery, use different disk stores for the
PDX and the region.
+Otherwise, it will run in the sequential recovery mode, regardless of the
above flag.