-
Notifications
You must be signed in to change notification settings - Fork 7
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
Server Log is not being created until the check is done #83
Comments
Thanks for the report! Depending on the infrastructure and how fast the Ansible controller is, there is indeed cases where the validation will ran before the service has fully started. You can add wait_for: to check that Zookeeper is indeed up (or simply delay the validation step):
Otherwise, I've added such a wait in the amq_streams_broker role, that can be can be activate (see #94). Maybe you can try it in your environment, see if it helps? |
@gbaufake can we close this issue? |
I'm still facing this issue. |
@gbaufake Oh, sorry to hear that! I assumed, wrongly, that adding the timeout/delay had worked. Can you share your playbook and some details on the target system? We need to be able to reproduce the issue in order to investigate. Thanks! |
SUMMARY
When
server_log_validation: true
, the collection fails because the server.log is not being created timely when the check is being performed.ISSUE TYPE
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: