Skip to content

Commit

Permalink
Close shards on IO error (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Jan 12, 2024
1 parent a3c38c0 commit 7458bbf
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 53 deletions.
1 change: 1 addition & 0 deletions quickwit/Cargo.lock

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

1 change: 1 addition & 0 deletions quickwit/quickwit-ingest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ async-trait = { workspace = true }
bytes = { workspace = true }
bytesize = { workspace = true }
dyn-clone = { workspace = true }
fail = { workspace = true }
flume = { workspace = true }
fnv = { workspace = true }
futures = { workspace = true }
Expand Down
Loading

0 comments on commit 7458bbf

Please sign in to comment.