Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
Impala 2.12.0
-
None
-
ghx-label-9
Description
In TestGrantRevoke::test_role_update, one of the impala daemons is restarted. When the test finishes, it doesn't kill or wait for the restarted process. There are several problems of not doing so:
- When another custom cluster test attempts to kill the impala daemon, the impala daemon will become a zombie process. The PID won't go away until the py tests process exits. start-impala-cluster.py doesn't handle this case correctly and will time out. Fortunately, test_role_update is always the last test in custom cluster tests, so it doesn't break builds for now.
- It leaks PID and process information in the kernel as long as the py test process is running.
Attachments
Issue Links
- duplicates
-
IMPALA-5695 test_role_update test leaves the mini-cluster in a bad state after execution
- Resolved