You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/08/26 07:16:13 UTC

[GitHub] [incubator-pinot] adriancole commented on pull request #5917: Starts Broker and Server in parallel when using ServiceManager

adriancole commented on pull request #5917:
URL: https://github.com/apache/incubator-pinot/pull/5917#issuecomment-680704778


   ok here is what it looks like now:
   
   ```
   $ docker logs pinot 2>&1|grep 'INFO.*since launch'
   07:12:45,859 INFO  [main] command.StartServiceManagerCommand (StartServiceManagerCommand.java:254) - Starting a Pinot [CONTROLLER] at 5.448s since launch
   07:12:51,703 INFO  [main] command.StartServiceManagerCommand (StartServiceManagerCommand.java:256) - Started Pinot [CONTROLLER] instance [Controller_f322d4ca725c_9000] at 11.293s since launch
   07:12:51,706 INFO  [Starting BROKER] command.StartServiceManagerCommand (StartServiceManagerCommand.java:254) - Starting a Pinot [BROKER] at 11.296s since launch
   07:12:51,706 INFO  [Starting SERVER] command.StartServiceManagerCommand (StartServiceManagerCommand.java:254) - Starting a Pinot [SERVER] at 11.296s since launch
   07:12:55,523 INFO  [Starting SERVER] command.StartServiceManagerCommand (StartServiceManagerCommand.java:256) - Started Pinot [SERVER] instance [Server_f322d4ca725c_8098] at 15.113s since launch
   07:12:55,593 INFO  [Starting BROKER] command.StartServiceManagerCommand (StartServiceManagerCommand.java:256) - Started Pinot [BROKER] instance [Broker_f322d4ca725c_8099] at 15.183s since launch
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org