-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][SDK] Adjusted frame length exceeds occurred when reporting data through the HTTP protocol #7766
Comments
@gosonzhang PTAL, thanks. |
Thanks @g0715158, got it! |
Feedback on the current situation of this problem, I plan to optimize the implementation of the Source side [1] first, and use netty to handle HTTP data access. This issue is temporarily reserved, and it will be tested and verified after integration |
Judging from this error message, there are several situations:
I found new similar problems in my environment, and I feel that there are still problems, and I need to continue to locate them |
This problem should be caused by [1] changes When the InLong-SDK obtains the access information of the DataProxy reporting node from the Manager, it needs to carry the reporting protocol that the SDK needs to adopt. If the information is not carried, the Manager will return all the reporting ports supported by the DataProxy; in this case, the SDK will Reporting failure occurs because a reporting node with inconsistent protocols is selected. I will fix this problem, set different reporting protocols according to the created Sender, and store the cached information separately |
What happened
When using dataproxy-sdk to report data through the http protocol, the following screenshots report errors:
The scenario description is as follows (SDK only reports one piece of data per startup process):
This exception will be reported for the first piece of data reported after the creation of the data stream
If the data is not reported for a long time, the first piece of data will report this exception when the data is reported again
Guess the reason for this problem is due to the DataProxy's channel management policy configuration for netty
What you expected to happen
Normal reporting of messages
How to reproduce
repair this bug
Environment
version:1.6.0
InLong version
1.6.0
InLong Component
InLong DataProxy
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: