Skip to content

Commit

Permalink
enhance: enable write ahead buffer for streaming service
Browse files Browse the repository at this point in the history
- Make a timetick-commit-based write ahead buffer at write side.
- Add a switchable scanner at read side to transfer the state between
  catchup and tailing read

Signed-off-by: chyezh <[email protected]>
  • Loading branch information
chyezh committed Feb 5, 2025
1 parent 2007268 commit d17833b
Show file tree
Hide file tree
Showing 32 changed files with 1,412 additions and 389 deletions.
3 changes: 3 additions & 0 deletions internal/.mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ packages:
github.com/milvus-io/milvus/internal/streamingnode/server/wal/interceptors/timetick/inspector:
interfaces:
TimeTickSyncOperator:
github.com/milvus-io/milvus/internal/streamingnode/server/wal/interceptors/wab:
interfaces:
ROWriteAheadBuffer:
google.golang.org/grpc:
interfaces:
ClientStream:
Expand Down
24 changes: 12 additions & 12 deletions internal/mocks/distributed/mock_streaming/mock_WALAccesser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d17833b

Please sign in to comment.