Skip to content

Commit

Permalink
Merge pull request #765 from basho/object_ttl
Browse files Browse the repository at this point in the history
Thumbs Git Robot Merge.
  • Loading branch information
thumbot authored Dec 10, 2016
2 parents 4ead0b8 + 3de80ba commit c841113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_repl_aae_source.erl
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ send_missing(Bucket, Key, State=#state{client=Client, wire_ver=Ver, proto=Proto}
end;
{error, notfound} ->
%% can't find the key!
lager:warning("not_found returned for fullsync client get on Bucket: ~p Key:~p", [Bucket,Key]),
%% Likely because the object expired and riak_kv_vnode deleted it.
0;
{error, timeout} ->
lager:warning("timeout during fullsync client get on Bucket: ~p Key:~p", [Bucket,Key]),
Expand Down

0 comments on commit c841113

Please sign in to comment.