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 2019/05/16 06:25:07 UTC

[GitHub] [incubator-openwhisk] style95 commented on issue #4483: controller registered Redundant invokers

style95 commented on issue #4483: controller registered Redundant invokers
URL: https://github.com/apache/incubator-openwhisk/issues/4483#issuecomment-492934530
 
 
   Is there any chance that the controller receives any ping message via Kafka from other than your invokers?
   
   This is a similar case that I faced once.
   If controllers receive a ping message from the `invokerN`, it will populate all statuses for `invoker0 ~ invoker(N-1)` even if there is no message from them. Surely their statuses are offline.
   
   Last time, when I faced this I only had 10 invokers but statuses for invoker10 ~ 14 were also being maintained.
   And I found one debris invoker whose name is invoker14. And it kept sending Ping message to the Kafka.
   
   If you make sure there is no other invoker configured in the host file and you chose the correct target environment, I suspect you may be under the same situation.
   

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