You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/31 22:30:55 UTC

[GitHub] rdhabalia opened a new pull request #739: Restrict admin access for persistent-policty

rdhabalia opened a new pull request #739: Restrict admin access for persistent-policty
URL: https://github.com/apache/incubator-pulsar/pull/739
 
 
   ### Motivation
   
   Right now, client can set `PersistencePolicies` for the namespace and `PersistencePolicies` contains `managedLedgerMaxMarkDeleteRate` which can be misconfigured by a client and it can impact broker as broker needs to make more zk calls. Therefore, `PersistencePolicies` should be only accessed by admin.
   
   ### Modifications
   
   - add admin access-right for setting namespace persistencePolicies
   - validate `PersistencePolicies` parameter while configuring it
   
   ### Result
   
   `Namespace-PersistencePolicies` can be configured by client.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services