Skip to content

[Bug] TVF 持续导入报错:java.lang.NullPointerException: Cannot invoke "org.apache.doris.qe.StmtExecutor.getSummaryProfile()" because the return value of "org.apache.doris.qe.ConnectContext.getExecutor()" is null #61897

@taoxiangquan-pacvue

Description

@taoxiangquan-pacvue

Search before asking

  • I had searched in the issues and found no similar issues.

Version

4.0.2 版本

What's Wrong?

TVF 持续导入 , 跑了很久的任务 , 突然一直报错,猜测可能与文件很多很大有关:
Cannot invoke "org.apache.doris.qe.StmtExecutor.getSummaryProfile()" because the return value of "org.apache.doris.qe.ConnectContext.getExecutor()" is null

job sql:

CREATE JOB s3_fead_sp_traffic
ON STREAMING

DO
INSERT INTO amazong_pacvue.s3_fead_tc_all
SELECT
..
FROM
S3(
"uri" = "s3://**/letter_seq/dataset_id=sp-traffic///*.gz", "s3.endpoint" = "s3.us-west-2.amazonaws.com", "format" = "json"
)

What You Expected?

task 不报错

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions