[
https://issues.apache.org/jira/browse/GEODE-8035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108608#comment-17108608
]
ASF subversion and git services commented on GEODE-8035:
--------------------------------------------------------
Commit 0d602cc9d0b89cf875b883f53af912c2ddc4d26a in geode's branch
refs/heads/develop from Jianxia Chen
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0d602cc ]
GEODE-8035: Parallel Disk Store Recovery when Cluster Restarts (#5014)
* Add parallel stream for disk store recovery
* Replace synchronized block with CountDownLatch
* Add the new system property parallelDiskStoreRecovery
* Add documentation of the new system property
Authored-by: Jianxia Chen <[email protected]>
> Parallel Disk Store Recovery when Cluster Restarts
> --------------------------------------------------
>
> Key: GEODE-8035
> URL: https://issues.apache.org/jira/browse/GEODE-8035
> Project: Geode
> Issue Type: Improvement
> Reporter: Jianxia Chen
> Assignee: Jianxia Chen
> Priority: Major
> Labels: GeodeCommons, GeodeOperationAPI
>
> Currently, when Geode cluster restarts, the disk store recovery is
> serialized. When all regions share the same disk store, the restart process
> is time consuming. To improve the performance, different regions can use
> different disk stores with different disk controllers. And adding parallel
> disk store recovery. This is expected to significantly reduce the time to
> restart Geode cluster.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)