You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/18 09:45:41 UTC

[GitHub] [pulsar] visortelle opened a new issue, #16123: brokerClientAuthenticationPlugin param doesn't restore to default after deletion dynamic config value

visortelle opened a new issue, #16123:
URL: https://github.com/apache/pulsar/issues/16123

   **To Reproduce**
   
   You can start Pulsar in docker with: 
   
   `docker run -it -p 8080:8080 apachepulsar/pulsar:2.10.0 bin/pulsar standalone`
   
   Check the default value:
   
   <img width="673" alt="Screen Shot 2022-06-18 at 11 40 54 AM" src="https://user-images.githubusercontent.com/9302460/174432075-c99e15e8-4ddb-46f3-9eb6-62c16ce1c6d5.png">
   
   Set new value:
   
   <img width="848" alt="Screen Shot 2022-06-18 at 11 41 49 AM" src="https://user-images.githubusercontent.com/9302460/174432123-3d03e4d5-73f6-4e51-8639-06b8fbc5bf54.png">
   
   Delete dynamic config and check runtime config.
   
   My expectation is that the value should be `org.apache.pulsar.client.impl.auth.AuthenticationDisabled` again.
   
   But it's not:
   
   <img width="710" alt="Screen Shot 2022-06-18 at 11 42 43 AM" src="https://user-images.githubusercontent.com/9302460/174432158-de6a4a84-3226-4aca-8732-f869b52378ec.png">
   
   Broker's logs tell us that the value has been deleted.
   
   ```
   ### Broker logs
   
   pulsar_1  | 2022-06-18T09:42:26,274+0000 [main-EventThread] INFO  org.apache.pulsar.broker.admin.impl.BrokersBase - [null] Successfully to delete dynamic configuration brokerClientAuthenticationPlugin
   pulsar_1  | 2022-06-18T09:42:26,277+0000 [main-EventThread] INFO  org.eclipse.jetty.server.RequestLog - 172.18.0.1 - - [18/Jun/2022:09:42:26 +0000] "DELETE /admin/v2/brokers/configuration/brokerClientAuthenticationPlugin HTTP/1.1" 200 0 "-" "Pulsar-Java-v2.10.0" 12
   ```
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] liangyuanpeng commented on issue #16123: brokerClientAuthenticationPlugin param doesn't restore to default after deletion dynamic config value

Posted by GitBox <gi...@apache.org>.
liangyuanpeng commented on issue #16123:
URL: https://github.com/apache/pulsar/issues/16123#issuecomment-1159941182

   let me check it and work for it.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on issue #16123: brokerClientAuthenticationPlugin param doesn't restore to default after deletion dynamic config value

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #16123:
URL: https://github.com/apache/pulsar/issues/16123#issuecomment-1190958528

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org