Skip to content

Commit

Permalink
GEODE-10422: add Note for parallel recovery disk store (apache#7858)
Browse files Browse the repository at this point in the history
* GEODE-10422: add Note for parallel recovery disk store

* empty commit to re-launch CI
  • Loading branch information
mkevo authored Sep 14, 2022
1 parent 6cb7675 commit 16627d7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 16627d7

Please sign in to comment.