Allow waste retnetion to be ignored
If wast retention period is undefined, then it should be ignored - and no waste retained (rather than retaining waste for 24 hours as at present). This wasn't working anyway - as reopen reader didn't get the cdb options (which didn't have the waste path on anyway) - so waste would not eb retained if the file had been opened after a stop/start.
This commit is contained in:
parent
e8bd712fb8
commit
22e894c928
5 changed files with 97 additions and 62 deletions
|
@ -297,7 +297,7 @@
|
|||
{"CDB04",
|
||||
{info, "Deletion confirmed for file ~s at ManifestSQN ~w"}},
|
||||
{"CDB05",
|
||||
{info, "Closing of filename ~s for reason ~w"}},
|
||||
{info, "Closing of filename ~s from state ~w for reason ~w"}},
|
||||
{"CDB06",
|
||||
{info, "File to be truncated at last position of ~w with end of "
|
||||
++ "file at ~w"}},
|
||||
|
@ -327,7 +327,11 @@
|
|||
{info, "After ~w PUTs total write time is ~w total sync time is ~w "
|
||||
++ "and max write time is ~w and max sync time is ~w"}},
|
||||
{"CDB18",
|
||||
{info, "Handled return and write of hashtable"}}
|
||||
{info, "Handled return and write of hashtable"}},
|
||||
{"CDB19",
|
||||
{info, "Transferring filename ~s to waste ~s"}},
|
||||
{"CDB20",
|
||||
{info, "Deleting filename ~s as no waste retention period defined"}}
|
||||
]).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue