Yukang-Lian opened a new pull request, #38265:
URL: https://github.com/apache/doris/pull/38265
## Proposed changes
<!--Describe your changes.-->
The error message is:
2024-07-23 17:30:09.300 INFO [suite-thread-1] (StreamLoadAction.groovy:201)
- Stream load elapsed 2050 ms, is http stream: true, response:
nulljava.lang.IllegalStateException: Expect frontend stream load response code
is 307, but meet 200
body: {"status":"FAILED","msg":"errCode = 2, detailMessage = Required field
'user' was not present! Struct: TMasterOpRequest(user:null, db:, sql:,
clientNodeHost:172.20.48.85, clientNodePort:9010,
groupCommitInfo:TGroupCommitInfo(getGroupCommitLoadBeId:true,
groupCommitLoadTableId:10321, isCloud:false))"}
The forward param `TMasterOpRequest`(FrontendService.thrift) has a required
field `user`, which get from ConnectContext. So we set admin_user to
ConnectContext to solve this problem.
--
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]