You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a new Kafka cluster the ansible playbook fails the first two time it are executed.
And the cause are - the file permissions on the meta.properties are set to "root:root" and not "cp-kafka:confluent".
The permission are automatically corrected the next time you run the playbook.
The issue are in both kafka_controller and kafka_brokker - and therefore do it fails two times.
I believe the issue can be fixed by moving the task "Set Permisions on Data Dir Files" down after the "get_meta.properties" but have not teste it.
The workaround for the issue are to run the ansible play 3 times, but I do not like to write in own internal documentation that the user needs to try 3 times.
Tested on Redhat 8.10 and version 7.7.0
The text was updated successfully, but these errors were encountered:
When I create a new Kafka cluster the ansible playbook fails the first two time it are executed.
And the cause are - the file permissions on the meta.properties are set to "root:root" and not "cp-kafka:confluent".
The permission are automatically corrected the next time you run the playbook.
The issue are in both kafka_controller and kafka_brokker - and therefore do it fails two times.
I believe the issue can be fixed by moving the task "Set Permisions on Data Dir Files" down after the "get_meta.properties" but have not teste it.
The workaround for the issue are to run the ansible play 3 times, but I do not like to write in own internal documentation that the user needs to try 3 times.
Tested on Redhat 8.10 and version 7.7.0
The text was updated successfully, but these errors were encountered: