Skip to content
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

Add an exception throw if waiting on transport port file fails (#37574) #38984

Merged
merged 1 commit into from
Feb 20, 2019

Conversation

jbaiera
Copy link
Member

@jbaiera jbaiera commented Feb 15, 2019

In the ClusterConfiguration class of the build source, there is an Ant waitfor block
that runs to ensure that the seed node's transport ports file is created before
trying to read it. If the wait times out, the file read fails with not much helpful info.
This just adds a timeout property to the waitfor block and throws a descriptive
exception instead.

Backports #37574

…ic#37574)

In the ClusterConfiguration class of the build source, there is an Ant waitfor block 
that runs to ensure that the seed node's transport ports file is created before 
trying to read it. If the wait times out, the file read fails with not much helpful info. 
This just adds a timeout property to the waitfor block and throws a descriptive 
exception instead.
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@jbaiera jbaiera removed the v7.2.0 label Feb 20, 2019
@jbaiera jbaiera merged commit fe9b89e into elastic:7.x Feb 20, 2019
@jbaiera jbaiera deleted the backport-7x-37574 branch February 20, 2019 16:09
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants