oceanbase / odc

OceanBase Developer Center(ODC), An open-source, enterprise-grade database tool for collaborative development
https://github.com/oceanbase/odc
Apache License 2.0
540 stars 57 forks source link

[Bug]: the internal file transfer timeout is too short #3759

Open yhilmare opened 3 weeks ago

yhilmare commented 3 weeks ago

ODC version

4.2.4

OB version

not related

What happened?

  1. upload a big file(more than 200MB) and startup a import task

  2. use timer executor

    截屏2024-10-30 11 08 50
  3. make sure that the machine execute this task and the file to be uploaded is different

  4. make sure that such exception is thrown

    截屏2024-10-30 11 10 15
  5. the user will find out that he/she will import nothing

a

What did you expect to happen?

import csv normally

How can we reproduce it (as minimally and precisely as possible)?

follow what happened

Anything else we need to know?

No response

yhilmare commented 3 weeks ago

the root cause of it is the timeout is too short (10s)