Bugfix
This commit is contained in:
parent
36b76d81ed
commit
204d8fa990
@ -718,7 +718,7 @@ public class LLLocalKeyValueDatabase extends Backuppable implements LLKeyValueDa
|
|||||||
opts.setMoveFiles(true);
|
opts.setMoveFiles(true);
|
||||||
db.ingestExternalFile(columnHandle, List.of(sst.toString()), opts);
|
db.ingestExternalFile(columnHandle, List.of(sst.toString()), opts);
|
||||||
} catch (RocksDBException ex) {
|
} catch (RocksDBException ex) {
|
||||||
return new IOException("Failed to ingest SST file " + sst, ex);
|
throw new IOException("Failed to ingest SST file " + sst, ex);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
})).then();
|
})).then();
|
||||||
|
Loading…
Reference in New Issue
Block a user