Correct to catch new response to snapshot request
This commit is contained in:
parent
87f2c5d7ae
commit
32cdf26ffb
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ journal_compaction(_Config) ->
|
||||||
testutil:wait_for_compaction(Bookie1),
|
testutil:wait_for_compaction(Bookie1),
|
||||||
% Start snapshot - should not stop deletions
|
% Start snapshot - should not stop deletions
|
||||||
{ok,
|
{ok,
|
||||||
{PclClone, _LdgCache},
|
PclClone,
|
||||||
InkClone} = leveled_bookie:book_snapshotstore(Bookie1,
|
InkClone} = leveled_bookie:book_snapshotstore(Bookie1,
|
||||||
self(),
|
self(),
|
||||||
300000),
|
300000),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue