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 2020/03/06 14:09:31 UTC

[GitHub] [pulsar] codelipenghui opened a new pull request #6499: Start namespace service and schema registry service before start broker.

codelipenghui opened a new pull request #6499: Start namespace service and schema registry service before start broker.
URL: https://github.com/apache/pulsar/pull/6499
 
 
   ### Motivation
   
   If the broker service is started, the client can connect to the broker and send requests depends on the namespace service, so we should create the namespace service before starting the broker. Otherwise, NPE occurs.
   
   ![image](https://user-images.githubusercontent.com/12592133/76090515-a9961400-5ff6-11ea-9077-cb8e79fa27c0.png)
   
   ### Modifications
   
   Move the namespace service creation and the schema registry service creation before start broker service.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API: (no)
     - The schema: (no)
     - The default values of configurations: (no)
     - The wire protocol: (no)
     - The rest endpoints: (no)
     - The admin cli options: (no)
     - Anything that affects deployment: (no)
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (no)
   

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

[GitHub] [pulsar] sijie commented on issue #6499: Start namespace service and schema registry service before start broker.

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6499: Start namespace service and schema registry service before start broker.
URL: https://github.com/apache/pulsar/pull/6499#issuecomment-595963762
 
 
   /pulsarbot run-failure-checks

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

[GitHub] [pulsar] sijie merged pull request #6499: Start namespace service and schema registry service before start broker.

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #6499: Start namespace service and schema registry service before start broker.
URL: https://github.com/apache/pulsar/pull/6499
 
 
   

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