fix(services/fs,hdfs): fix poll_close when retry
fixes #4058
Hi, @hoslo, it's best to avoid force-pushing so we can track the changes made since the last commit. We will squash all the commits while merging.
Hi, @hoslo, it's best to avoid force-pushing so we can track the changes made since the last commit. We will squash all the commits while merging.
I understand, is there anything wrong with the test I added? Never written this before.
I understand, is there anything wrong with the test I added? Never written this before.
We can add
env:
RUST_BACKTRACE: 1
before jobs so we can have backtrace while error triggered.
And our tests failed for close succeed without error which is not expected.
Hi, @hoslo, I reported the issue to tokio instead: https://github.com/tokio-rs/tokio/issues/6325
Hi, @hoslo, could you fixing the HDFS issue first? We have a user facing the exact same problem.
We can fix the fs part later.
Hi, @hoslo, could you fixing the HDFS issue first? We have a user facing the exact same problem.
We can fix the fs part later.
I created a new PR for hdfs close, plz check it.
Closed as stale, conflict and superseded.
If the fs case is yet to be resolved, we should open a new PR instead.