skysiders opened a new pull request, #15381:
URL: https://github.com/apache/pulsar/pull/15381

   PULSAR-18 modify permission in RocksdbMetadataStore
   
   ### Motivation
   
   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.
   
   ### Modifications
   
   set permission for dataPath.
   
   
   - [x] `no-need-doc` 
   this is just a permission update
   


-- 
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]

Reply via email to