Skip to content

Commit

Permalink
Merge pull request #8515 from nadavMiz/warn-opengpfs-comment
Browse files Browse the repository at this point in the history
NSFS | versioning | change open_files_gpfs log on failed file open from error to warn
  • Loading branch information
nadavMiz authored Nov 10, 2024
2 parents 19f68c0 + 668294e commit c436cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/namespace_fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3212,7 +3212,7 @@ class NamespaceFS {
move_to_dst: { src_file, dst_file, dir_file}
};
} catch (err) {
dbg.error('NamespaceFS._open_files_gpfs couldn\'t open files', err);
dbg.warn('NamespaceFS._open_files_gpfs couldn\'t open files', err);
await this._close_files_gpfs(fs_context, { src_file, dst_file, dir_file, versioned_file }, open_mode, delete_version);
throw err;
}
Expand Down

0 comments on commit c436cb6

Please sign in to comment.