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 2019/10/10 10:09:45 UTC

[GitHub] [pulsar] ivankelly opened a new pull request #5355: [TIEREDSTORAGE] Don't require both region and endpoint to be specified

ivankelly opened a new pull request #5355: [TIEREDSTORAGE] Don't require both region and endpoint to be specified
URL: https://github.com/apache/pulsar/pull/5355
 
 
   There's a bug in how user metadata is attached to a block that if the
   user doesn't specify both the region and the endpoint, offloading will
   throw an exception, as you can't add a null value to an immutable
   map.
   
   This change elides null to the empty string in these cases, so that
   offloading can continue.
   

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


With regards,
Apache Git Services