opendal icon indicating copy to clipboard operation
opendal copied to clipboard

Yandex Disk Test is too slow (up to 30 minutes)

Open Xuanwo opened this issue 1 year ago • 1 comments

Hi, @hoslo, the test of yandex disk is so slow (up to 20 mintures). Any ideas? Can we switch to other instances?

It's first test (at https://github.com/apache/opendal/actions/runs/8043923020/job/21966828813) only takes 8 mintues, but the time grows quickly.

Xuanwo avatar Feb 26 '24 11:02 Xuanwo

Looks like network issues:

  2024-02-26T09:56:35.658634Z  WARN opendal::service: operation=Writer::close path=81176a90-fcbe-4600-b7e5-8a4197336dc7/62 -> retry after 1s: error=Unexpected (temporary) at Writer::close, context: { io_timeout: 10 } => io operation timeout reached
    at src/layers/retry.rs:259

  2024-02-26T09:56:46.660693Z  WARN opendal::service: operation=Writer::close path=81176a90-fcbe-4600-b7e5-8a4197336dc7/62 -> retry after 2s: error=Unexpected (temporary) at Writer::close, context: { io_timeout: 10 } => io operation timeout reached
    at src/layers/retry.rs:259

  2024-02-26T09:56:51.182712Z DEBUG opendal::services: service=yandex_disk operation=write path=81176a90-fcbe-4600-b7e5-8a4197336dc7/62 written=13B -> data written finished
    at src/layers/logging.rs:1338

  2024-02-26T09:56:51.182846Z DEBUG opendal::services: service=yandex_disk operation=write path=81176a90-fcbe-4600-b7e5-8a4197336dc7/63 -> started
    at src/layers/logging.rs:333

  2024-02-26T09:56:51.182903Z DEBUG opendal::services: service=yandex_disk operation=write path=81176a90-fcbe-4600-b7e5-8a4197336dc7/63 -> start writing
    at src/layers/logging.rs:345

  2024-02-26T09:56:51.182963Z TRACE opendal::services: service=yandex_disk operation=Writer::write path=81176a90-fcbe-4600-b7e5-8a4197336dc7/63 written=13B -> input data 13B, write 13B
    at src/layers/logging.rs:1274

  2024-02-26T09:57:01.184303Z  WARN opendal::service: operation=Writer::close path=81176a90-fcbe-4600-b7e5-8a4197336dc7/63 -> retry after 1s: error=Unexpected (temporary) at Writer::close, context: { io_timeout: 10 } => io operation timeout reached
    at src/layers/retry.rs:259

io timeout is abnormal for our CI.

Xuanwo avatar Feb 26 '24 11:02 Xuanwo