Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backup): Fix the stack overflow when read large sst file (apache#…
…2059) After refactoring to use RocksDB APIs to read files from local filesystem, it may cause stack overflow when the file to read is larger than the stack size (say 8MB). This patch changes to use heap instead of stack to store the file content.
- Loading branch information