Skip to content

Commit c841113

Browse files
authored
Merge pull request #765 from basho/object_ttl
Thumbs Git Robot Merge.
2 parents 4ead0b8 + 3de80ba commit c841113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riak_repl_aae_source.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ send_missing(Bucket, Key, State=#state{client=Client, wire_ver=Ver, proto=Proto}
657657
end;
658658
{error, notfound} ->
659659
%% can't find the key!
660-
lager:warning("not_found returned for fullsync client get on Bucket: ~p Key:~p", [Bucket,Key]),
660+
%% Likely because the object expired and riak_kv_vnode deleted it.
661661
0;
662662
{error, timeout} ->
663663
lager:warning("timeout during fullsync client get on Bucket: ~p Key:~p", [Bucket,Key]),

0 commit comments

Comments
 (0)