-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Flink Go XVR tests fail on TestXLang_...: Insufficient number of network buffers #21094
Labels
Comments
This hasn't happened for a long time |
kileys
added
the
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
label
Oct 25, 2022
It happens again after switched to use Flink 1.15 for testing and being permared: Task :runners:flink:1.15:job-server:validatesCrossLanguageRunnerGoUsingJava FAILED
|
Abacn
added
P2
and removed
P3
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
labels
Nov 16, 2022
Note that TestXLang_Multi is skipped that is why it was not seen
|
It fails on other flink XLang tests:
|
lukecwik
changed the title
Flink Go XVR tests fail on TestXLang_Multi: Insufficient number of network buffers
Flink Go XVR tests fail on TestXLang_...: Insufficient number of network buffers
Nov 16, 2022
This should be generally fixed by #24228 - there's a few cleanup items left though so I'll leave this open |
This was referenced Nov 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the cross-language test suites () Flink fails on TestXLang_Multi with the following error:
This doesn't seem to be a parallelism problem (go test is run with "-p 1" as expected) and is only happening on this specific test.
Imported from Jira BEAM-12815. Original Jira may contain additional context.
Reported by: danoliveira.
The text was updated successfully, but these errors were encountered: