Stop file check
File check now covered by measure in the sft_new path, whihc will backup any existing file before moving. This gets triggered by incomplete changes on shutdown.
This commit is contained in:
parent
5c2029668d
commit
caa8d26e3e
1 changed files with 0 additions and 2 deletions
|
@ -304,8 +304,6 @@ do_merge(KL1, KL2, {SrcLevel, IsB}, {Filepath, MSN}, FileCounter, OutList) ->
|
||||||
[SrcLevel + 1, FileCounter])),
|
[SrcLevel + 1, FileCounter])),
|
||||||
io:format("File to be created as part of MSN=~w Filename=~s~n",
|
io:format("File to be created as part of MSN=~w Filename=~s~n",
|
||||||
[MSN, FileName]),
|
[MSN, FileName]),
|
||||||
% Attempt to trace intermittent eaccess failures
|
|
||||||
false = filelib:is_file(FileName),
|
|
||||||
TS1 = os:timestamp(),
|
TS1 = os:timestamp(),
|
||||||
{ok, Pid, Reply} = leveled_sft:sft_new(FileName, KL1, KL2, SrcLevel + 1),
|
{ok, Pid, Reply} = leveled_sft:sft_new(FileName, KL1, KL2, SrcLevel + 1),
|
||||||
{{KL1Rem, KL2Rem}, SmallestKey, HighestKey} = Reply,
|
{{KL1Rem, KL2Rem}, SmallestKey, HighestKey} = Reply,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue