[ https://issues.apache.org/jira/browse/PHOENIX-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth resolved PHOENIX-6044. ---------------------------------- Resolution: Fixed Committed to master. (precommit always runs from master) Thanks for the review [~elserj] > Precommit script over-zealous zombie check may clobber parallel Phoenix test > ---------------------------------------------------------------------------- > > Key: PHOENIX-6044 > URL: https://issues.apache.org/jira/browse/PHOENIX-6044 > Project: Phoenix > Issue Type: Bug > Reporter: Istvan Toth > Assignee: Istvan Toth > Priority: Major > Labels: phoenix-hardening, quality-improvement > Time Spent: 20m > Remaining Estimate: 0h > > The precommit script has a zombie check, that does not take into account the > fact that there may be multiple Phoenix "mvn verify" checks running on the > same Jenkins worker. > When the mvn verify of the precommit script finishes, it checks if there are > still mvn verify jobs running for Phoenix - finds the processes for the > second job - , flags those as Zombies, and kills their processes. > test-patch.sh 899-922 lines > -- This message was sent by Atlassian Jira (v8.3.4#803005)