Merge pull request #14258 from rabbitmq/mergify/bp/v4.1.x/pr-14190

Very minor: Remove outdated comment from rabbit_msg_store (backport #14190)
This commit is contained in:
Michael Klishin 2025-07-21 10:13:01 -07:00 committed by GitHub
commit 59ecfe43e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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.