Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bug: unblock fs will result in EOF under concurrent read_exact #141

Closed
Xuanwo opened this issue Mar 13, 2022 · 0 comments · Fixed by #142
Closed

bug: unblock fs will result in EOF under concurrent read_exact #141

Xuanwo opened this issue Mar 13, 2022 · 0 comments · Fixed by #142
Assignees

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Mar 13, 2022

2022-03-13T14:06:31.619308Z  INFO opendal::io: object 2/1/_b/660e9f382bec4fcd91e4c84ea0ede809.parquet poll_read: size 0
2022-03-13T14:06:31.619355Z  INFO opendal::io: object 2/1/_b/400bdec484a74a31a1c701084adda0e0.parquet poll_read: size 176
2022-03-13T14:06:31.619373Z  INFO opendal::io: object 2/1/_b/c1338300274e4e1291ca4f6196517bd1.parquet poll_read: size 63
2022-03-13T14:06:31.619392Z  INFO opendal::io: object 2/1/_b/ef85ab1e5d7b4838ae649398c3f828d9.parquet poll_read: size 63
2022-03-13T14:06:31.619415Z  INFO opendal::io: object 2/1/_b/367eac4c940b4fa09c25a1ecc1309ab4.parquet poll_read: size 63
2022-03-13T14:06:31.619456Z  INFO opendal::io: object 2/1/_b/381dc82e62f745de8e14fcaccd3a05e4.parquet poll_read: size 63
2022-03-13T14:06:31.619475Z ERROR databend_query::storages::fuse::io::block_reader: read file 2/1/_b/660e9f382bec4fcd91e4c84ea0ede809.parquet total 3783 at offset 1138 size 63: unexpected end of file

It seems blocking::Unblock is buggy, we will rollback to tokio instead.

@Xuanwo Xuanwo self-assigned this Mar 13, 2022
@Xuanwo Xuanwo moved this to 📬 Cancel in Xuanwo's Work Mar 13, 2022
@Xuanwo Xuanwo moved this from 📬 Cancel to 📋 Backlog in Xuanwo's Work Mar 13, 2022
@Xuanwo Xuanwo moved this from 📋 Backlog to 🔨 In Progress in Xuanwo's Work Mar 13, 2022
@Xuanwo Xuanwo moved this from 🔨 In Progress to 📦 Done in Xuanwo's Work Mar 14, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant