-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Java] Memory leak in TestFlightSqlStreams Test class #38268
Comments
This failure looks to be similar to other tests that start a FlightServer and get streams of data back: It is likely that the FlightServer isn't shutting down quickly enough during close(), where it will only try for 6 seconds. If the timeout is exceeded the server will log a warning saying "Couldn't shutdown server, resources likely to be leaked". For now this test will be @disabled, and we can come back to this to fix the race condition. |
I've put up a new issue to track re-investigating this problem: #38318 |
Disable the TestFlightSqlStreams test case, which is currently flaky and sporadically fails with a memory leak.
### Rationale for this change The TestFlightSqlStreams test is failing sporadically in CI. ### What changes are included in this PR? Disables the tests for now. ### Are these changes tested? N/A ### Are there any user-facing changes? No. * Closes: #38268 Authored-by: James Duong <[email protected]> Signed-off-by: David Li <[email protected]>
### Rationale for this change The TestFlightSqlStreams test is failing sporadically in CI. ### What changes are included in this PR? Disables the tests for now. ### Are these changes tested? N/A ### Are there any user-facing changes? No. * Closes: apache#38268 Authored-by: James Duong <[email protected]> Signed-off-by: David Li <[email protected]>
### Rationale for this change The TestFlightSqlStreams test is failing sporadically in CI. ### What changes are included in this PR? Disables the tests for now. ### Are these changes tested? N/A ### Are there any user-facing changes? No. * Closes: apache#38268 Authored-by: James Duong <[email protected]> Signed-off-by: David Li <[email protected]>
### Rationale for this change The TestFlightSqlStreams test is failing sporadically in CI. ### What changes are included in this PR? Disables the tests for now. ### Are these changes tested? N/A ### Are there any user-facing changes? No. * Closes: apache#38268 Authored-by: James Duong <[email protected]> Signed-off-by: David Li <[email protected]>
### Rationale for this change The TestFlightSqlStreams test is failing sporadically in CI. ### What changes are included in this PR? Disables the tests for now. ### Are these changes tested? N/A ### Are there any user-facing changes? No. * Closes: apache#38268 Authored-by: James Duong <[email protected]> Signed-off-by: David Li <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
We are seeing flaky error reports of
TestFlightSqlStreams
leaking memory ontearDown
.Examles:
https://github.com/apache/arrow/actions/runs/6509901078/job/17682438616?pr=37896#step:7:12487
https://github.com/apache/arrow/actions/runs/6518489922/job/17703968625?pr=38219
Component(s)
Java
The text was updated successfully, but these errors were encountered: