Solr may take some time now to figure out Lock file #55
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to
With the new logic of waiting for the lock file to be deleted, the solr service might take some time to get ready...- The default timeout for a terraform resource is 20 mins..- https://www.terraform.io/plugin/sdkv2/resources/retries-and-customizable-timeouts#default-timeouts-and-deadline-exceeded-errors- The default timeout for the ecs service resource is10 mins..~ - hashicorp/terraform-provider-aws#16012 (comment)
We are setting the timeout to be a little higher; while also deregistering the old instance faster (allowing for a quicker turnaround between restarts); we need the 'wait_for_steady_state' in order to setup the admin username/password properlyQuicken deregistration_delay