kumaab commented on code in PR #1195:
URL: https://github.com/apache/ranger/pull/1195#discussion_r3884981884
##########
dev-support/ranger-docker/docker-compose.ranger-audit-service.yml:
##########
@@ -134,8 +134,8 @@ services:
hostname: ranger-opensearch.rangernw
volumes:
-
./scripts/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
- - opensearch-data:/usr/share/opensearch/data
Review Comment:
Sure, looks like a stale volume issue:
>./opensearch-docker-entrypoint.sh: line 60:
/usr/share/opensearch/logs/PerformanceAnalyzer.log: Permission denied
Named volumes persist across `docker compose down` so it's possible an old
state is sticking around.
Please try a fresh setup and also delete named volumes explicitly by:
~~~
docker volume rm ranger-docker_opensearch-data ranger-docker_opensearch-logs
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]