You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/09 14:04:20 UTC

[GitHub] [pulsar-manager] eolivelli opened a new pull request #334: Activate BKVM metadata reload at boot

eolivelli opened a new pull request #334:
URL: https://github.com/apache/pulsar-manager/pull/334


   Fixes #333 
   


----------------------------------------------------------------
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-manager] tuteng merged pull request #334: Activate BKVM metadata reload at boot

Posted by GitBox <gi...@apache.org>.
tuteng merged pull request #334:
URL: https://github.com/apache/pulsar-manager/pull/334


   


----------------------------------------------------------------
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-manager] eolivelli commented on a change in pull request #334: Activate BKVM metadata reload at boot

Posted by GitBox <gi...@apache.org>.
eolivelli commented on a change in pull request #334:
URL: https://github.com/apache/pulsar-manager/pull/334#discussion_r485638660



##########
File path: src/main/resources/bkvm.conf
##########
@@ -19,6 +19,10 @@ bkvm.enabled=false
 # Default value zk+null://127.0.0.1:2181/ledgers works for Pulsar Standalone
 metadataServiceUri=zk+null://127.0.0.1:2181/ledgers
 
+# Refresh BK metadata at boot.
+# BK metadata are not scanned automatically in BKVM, you have to request it from the UI
+metdata.refreshAtBoot=true

Review comment:
       it is not a typo, the accepted value is "metdata" not "metadata"




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