This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch delete-when-query in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 8d16e6d4 fix `make check` add 79f82fa2 Implement fadvise for large files to prevent page cache pollution (#680) add 423cb68e Merge branch 'main' into delete-when-query No new revisions were added by this update. Summary of changes: CHANGES.md | 1 + banyand/internal/test/mock_memory_protector.go | 5 ++ banyand/measure/block_writer.go | 17 +++-- banyand/measure/measure.go | 3 +- banyand/measure/merger.go | 12 ++-- banyand/measure/merger_test.go | 4 +- banyand/measure/metadata.go | 12 +++- banyand/measure/query_test.go | 15 ++-- banyand/measure/service.go | 1 + banyand/measure/snapshot_test.go | 2 + banyand/measure/tstable.go | 8 +++ banyand/protector/nop.go | 64 +++++++++++++++++ banyand/protector/protector.go | 34 +++++++++ banyand/stream/block_scanner_test.go | 8 ++- banyand/stream/block_writer.go | 15 ++-- banyand/stream/merger.go | 15 ++-- banyand/stream/merger_test.go | 4 +- banyand/stream/metadata.go | 14 +++- banyand/stream/query_by_idx_test.go | 8 ++- banyand/stream/service.go | 1 + banyand/stream/snapshot_test.go | 2 + banyand/stream/stream.go | 3 +- banyand/stream/tstable.go | 14 +++- pkg/fs/file_system.go | 10 ++- pkg/fs/local_file_system.go | 81 ++++++++++++++++++---- ...e_system_nix.go => local_file_system_darwin.go} | 23 +++++- ...le_system_nix.go => local_file_system_linux.go} | 27 +++++++- pkg/fs/local_file_system_windows.go | 23 +++++- 28 files changed, 366 insertions(+), 60 deletions(-) create mode 100644 banyand/protector/nop.go copy pkg/fs/{local_file_system_nix.go => local_file_system_darwin.go} (84%) rename pkg/fs/{local_file_system_nix.go => local_file_system_linux.go} (81%)