You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/05 12:23:27 UTC

[GitHub] vcosqui commented on issue #211: Controller pod shuts down with no errors after start

vcosqui commented on issue #211: Controller pod shuts down with no errors after start
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/211#issuecomment-394689113
 
 
   Probably I did, sorry
   
   here is other log example where the kafka topic creation is skipped due to previous existence.
   I have connected to kafka server and seen that logs are being fed with messages coming from controller requesting cache invalidation, I guess it confirms my suspect that they are connecting successfully, here a binary C&P log of kafka
   
   ```
   /10.32.0.44��u0cacheInvalidation%cacheInvalidation/consumer-1-5ed4c13c-2e34-4c35-8c48-777270835fc6
   consumer-1
   ```
   
   Thanks for your help David
   
   ```
   
   [2018-06-05T09:36:32.198Z] [INFO] Initializing Kamon...
   [INFO] [06/05/2018 09:36:33.017] [main] [StatsDExtension(akka://kamon)] Starting the Kamon(StatsD) extension
   [2018-06-05T09:36:33.176Z] [INFO] Slf4jLogger started
   [2018-06-05T09:36:33.224Z] [INFO] Starting remoting
   [2018-06-05T09:36:33.456Z] [INFO] Remoting started; listening on addresses :[akka.tcp://controller-actor-system@10.32.0.41:2552]
   [2018-06-05T09:36:33.460Z] [INFO] Remoting now listens on addresses: [akka.tcp://controller-actor-system@10.32.0.41:2552]
   [2018-06-05T09:36:33.482Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - Starting up...
   [2018-06-05T09:36:33.553Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - Registered cluster JMX MBean [akka:type=Cluster]
   [2018-06-05T09:36:33.554Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - Started up successfully
   [2018-06-05T09:36:33.633Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - No seed-nodes configured, manual cluster join required
   [2018-06-05T09:36:34.029Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.triggers.fires.perMinute
   [2018-06-05T09:36:34.031Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.sequence.maxLength
   [2018-06-05T09:36:34.037Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.invokes.concurrent
   [2018-06-05T09:36:34.038Z] [INFO] [#tid_sid_unknown] [Config] environment set value for controller.instances
   [2018-06-05T09:36:34.039Z] [INFO] [#tid_sid_unknown] [Config] environment set value for whisk.version.date
   [2018-06-05T09:36:34.040Z] [INFO] [#tid_sid_unknown] [Config] environment set value for whisk.version.buildno
   [2018-06-05T09:36:34.040Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.invokes.perMinute
   [2018-06-05T09:36:34.041Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.invokes.concurrentInSystem
   [2018-06-05T09:36:34.042Z] [INFO] [#tid_sid_unknown] [Config] environment set value for runtimes.manifest
   [2018-06-05T09:36:34.044Z] [INFO] [#tid_sid_unknown] [Config] environment set value for kafka.hosts
   [2018-06-05T09:36:34.045Z] [INFO] [#tid_sid_unknown] [Config] environment set value for port
   [2018-06-05T09:36:34.765Z] [INFO] [#tid_sid_unknown] [KafkaMessagingProvider] topic completed0 already existed
   [2018-06-05T09:36:35.129Z] [INFO] [#tid_sid_unknown] [KafkaMessagingProvider] topic health already existed
   [2018-06-05T09:36:35.488Z] [INFO] [#tid_sid_unknown] [KafkaMessagingProvider] topic cacheInvalidation already existed
   [2018-06-05T09:36:35.799Z] [INFO] [#tid_sid_unknown] [KafkaMessagingProvider] topic events already existed
   [2018-06-05T09:36:36.398Z] [INFO] [#tid_sid_controller] [Controller] starting controller instance 0 [marker:controller_startup0_count:2367]
   [2018-06-05T09:36:38.516Z] [INFO] [#tid_sid_dispatcher] [MessageFeed] handler capacity = 128, pipeline fill at = 128, pipeline depth = 256
   [2018-06-05T09:36:38.794Z] [INFO] [#tid_sid_loadbalancer] [ShardingContainerPoolBalancerState] blackboxFraction = 0.1
   [2018-06-05T09:36:39.158Z] [INFO] [#tid_sid_dispatcher] [MessageFeed] handler capacity = 128, pipeline fill at = 128, pipeline depth = 256
   [2018-06-05T09:36:40.120Z] [INFO] [#tid_sid_loadbalancer] [WhiskAction] [GET] serving from datastore: CacheKey(whisk.system/invokerHealthTestAction0) [marker:database_cacheMiss_count:6094]
   [2018-06-05T09:36:40.123Z] [INFO] [#tid_sid_loadbalancer] [CouchDbRestStore] [GET] 'test_whisks' finding document: 'id: whisk.system/invokerHealthTestAction0' [marker:database_getDocument_start:6097]
   [2018-06-05T09:36:46.580Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - Exiting completed
   [2018-06-05T09:36:46.584Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - Shutting down...
   [2018-06-05T09:36:46.628Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@10.32.0.41:2552] - Successfully shut down
   [2018-06-05T09:36:46.640Z] [INFO] [#tid_sid_unknown] [Controller] Shutting down Kamon with coordinated shutdown
   [2018-06-05T09:36:46.649Z] [INFO] Shutting down remote daemon.
   [2018-06-05T09:36:46.651Z] [INFO] Remote daemon shut down; proceeding with flushing remote transports.
   [2018-06-05T09:36:46.725Z] [INFO] Remoting shut down
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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