xufenxu opened a new issue, #23153:
URL: https://github.com/apache/doris/issues/23153

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   2.0.0rc4
   
   ### What's Wrong?
   
   export a big size table into s3, the export job status  finally show 
‘cancelled’, but in fact the file is total exported into the s3 bucket.
   
   ### What You Expected?
   
   The table lineorder_felat is generated by the ssb-tools, about 60G size.
   and I see the data is all exported to the s3 bucket object, generated 198 
files, one file size is about 1G, total size about 190G,
   but the job state is always 'PENDING' util the query timeout. The finally 
status of the job is 'CANCELLED'.
   
   ### How to Reproduce?
   
   1.set query_timeout=30000;
   2.export table lineorder_flat to "s3://{bucket_name}/export_path/export"
      with s3(
         "AWS_ENDPOINT"="",
         "AWS_ACCESS_KEY"="",
         "AWS_SECRET_KEY"="",
         "AWS_REGION"="",
         "use_path_style"="true"
   );
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to