Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] feat(server): Introduce LocalFileBlackHoleWriter for test flu…
…sh ceiling performance (#2321) ### What changes were proposed in this pull request? Introduce a new implementation of FileWriter, named `LocalFileBlackHoleWriter`. ### Why are the changes needed? Drop all the data, specify `LocalFileBlackHoleWriter` for test the ceiling performance of flush event. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tested on our pressure cluster.
- Loading branch information