Zhang Dongsheng created PULSAR-18: ------------------------------------- Summary: RocksdbMetadataStore set wrong permission for path Key: PULSAR-18 URL: https://issues.apache.org/jira/browse/PULSAR-18 Project: Pulsar Issue Type: Bug Reporter: Zhang Dongsheng
While RocksdbMetadataStore init , it will create directory from dataPath use Files.createDirectories(dataPath); this path create with too loose that any one can read file in this directory.This may cause everyone can read logs, perhaps strict permission is more safe. -- This message was sent by Atlassian Jira (v8.20.7#820007)