You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/03/26 22:16:16 UTC

[couchdb] branch reshard updated: [fixup|reshard_job] fix retry comment wording

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch reshard
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/reshard by this push:
     new 5b2faed  [fixup|reshard_job] fix retry comment wording
5b2faed is described below

commit 5b2faedbd8e422c5eaf513404e2550c53670b076
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Tue Mar 26 18:15:50 2019 -0400

    [fixup|reshard_job] fix retry comment wording
---
 src/mem3/src/mem3_reshard_job.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mem3/src/mem3_reshard_job.erl b/src/mem3/src/mem3_reshard_job.erl
index 7f39d7e..d3a33d3 100644
--- a/src/mem3/src/mem3_reshard_job.erl
+++ b/src/mem3/src/mem3_reshard_job.erl
@@ -190,7 +190,7 @@ set_start_state(#job{split_state = State} = Job) ->
             couch_log:error(Fmt1, [?MODULE, jobfmt(Job)]),
             erlang:error({invalid_split_job_recover_state, Job});
         {initial_copy, initial_copy} ->
-            % We recover from initial_copy to initial_copy we need
+            % Since we recover from initial_copy to initial_copy, we need
             % to reset the target state as initial_copy expects to
             % create a new target
             Fmt2 = "~p recover : resetting target ~s",