Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions deps/rabbit/src/rabbit_msg_store.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1498,8 +1498,7 @@ writer_close(#writer{fd = Fd}) ->
file:close(Fd).

mark_handle_open(FileHandlesEts, File, Ref) ->
%% This is fine to fail (already exists). Note it could fail with
%% the value being close, and not have it updated to open.
%% This is fine to fail (already exists).
ets:insert_new(FileHandlesEts, {{Ref, File}, erlang:monotonic_time()}),
true.

Expand Down
Loading