Laurids Reichardt
Laurids Reichardt
Just compiled the latest main branch, including this PR: [https://github.com/quickwit-oss/quickwit/pull/1717](https://github.com/quickwit-oss/quickwit/pull/1717) Doesn't solve the issue in this case, but the error message changes to the following: ```bash 2022-07-16T01:44:26.987Z ERROR fetch_docs: quickwit_search::fetch_docs:...
@evanxg852000 Yes, here are the steps to reproduce a similar setup: ```sh # download the dataset curl -O https://files.pushshift.io/reddit/comments/RC_2022-04.zst # decompress and ingest dataset via CLI zstd -d --stdout RC_2022-04.zst...