Handle production of empty file
This commit is contained in:
parent
55386622f7
commit
e01b310d20
3 changed files with 16 additions and 15 deletions
|
@ -319,10 +319,8 @@ do_merge(KL1, KL2, {SrcLevel, IsB}, {Filepath, MSN}, MaxSQN,
|
|||
SrcLevel + 1,
|
||||
MaxSQN),
|
||||
case Reply of
|
||||
{{[], []}, null, _} ->
|
||||
empty ->
|
||||
leveled_log:log("PC013", [FileName]),
|
||||
leveled_log:log("PC014", [FileName]),
|
||||
ok = leveled_sst:sst_clear(Pid),
|
||||
OutList;
|
||||
{{KL1Rem, KL2Rem}, SmallestKey, HighestKey} ->
|
||||
ExtMan = lists:append(OutList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue