Bugfix
This commit is contained in:
parent
36b76d81ed
commit
204d8fa990
@ -718,7 +718,7 @@ public class LLLocalKeyValueDatabase extends Backuppable implements LLKeyValueDa
|
||||
opts.setMoveFiles(true);
|
||||
db.ingestExternalFile(columnHandle, List.of(sst.toString()), opts);
|
||||
} 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;
|
||||
})).then();
|
||||
|
Loading…
Reference in New Issue
Block a user