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 2021/05/11 19:50:57 UTC

[GitHub] [pulsar] merlimat opened a new pull request #10542: Fixed accessing potentially empty Optional field

merlimat opened a new pull request #10542:
URL: https://github.com/apache/pulsar/pull/10542


   ### Motivation
   
   If the root logger level is set to debug the the HTTP port is disabled, there are exceptions thrown during the bundle lookup phase, because a debug statement is trying to `get()` an empty optional.
   
   ### Modification
   
   Just print the optional instead of forcing to get the value.


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

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



[GitHub] [pulsar] merlimat merged pull request #10542: Fixed accessing potentially empty Optional field

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #10542:
URL: https://github.com/apache/pulsar/pull/10542


   


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

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