Skip to content

Commit

Permalink
MB-28457: Revert max_checkpoints to 2
Browse files Browse the repository at this point in the history
Investigation on the replication slowdown from this MB indicates that
it is somehow related to increasing the maximum number of checkpoints
from 2 to 100.

Analysis continues as to exactly why this causes the regression, but
to restore the performance and avoid issues in other test, revert back
to max of 2 checkpoints for now.

Change-Id: I1eefdce8dd3a58c3bd939ff71b42a0faaff97855
Reviewed-on: http://review.couchbase.org/90864
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Daniel Owen <owend@couchbase.com>
  • Loading branch information
daverigby committed Mar 14, 2018
1 parent e874edd commit ee81374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/ep/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
}
},
"max_checkpoints": {
"default": "100",
"default": "2",
"type": "size_t"
},
"max_failover_entries": {
Expand Down

0 comments on commit ee81374

Please sign in to comment.