Skip to content

Commit

Permalink
do not use wal pool
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-chaojie committed Mar 4, 2021
1 parent ba244b0 commit 74fefeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function start_one() {
-chunkServerStoreUri=local://${dataDir}/chunkserver$1/ \
-copySetUri=local://${dataDir}/chunkserver$1/copysets \
-raftSnapshotUri=curve://${dataDir}/chunkserver$1/copysets \
-raftLogUri=curve://${dataDir}/chunkserver$1/copysets \
-raftLogUri=local://${dataDir}/chunkserver$1/copysets \
-recycleUri=local://${dataDir}/chunkserver$1/recycler \
-raft_sync_segments=true \
-graceful_quit_on_sigterm=true \
Expand Down
2 changes: 1 addition & 1 deletion curve-chunkserver/home/nbs/chunkserver_ctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function start_one() {
-chunkServerStoreUri=local:///data/chunkserver$1/ \
-copySetUri=local:///data/chunkserver$1/copysets \
-raftSnapshotUri=curve:///data/chunkserver$1/copysets \
-raftLogUri=curve:///data/chunkserver$1/copysets \
-raftLogUri=local:///data/chunkserver$1/copysets \
-recycleUri=local:///data/chunkserver$1/recycler \
-raft_sync_segments=true \
-graceful_quit_on_sigterm=true \
Expand Down

0 comments on commit 74fefeb

Please sign in to comment.