Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Storm not running one of the application I deployed through SAM

avatar

60526-sam.png

I am new to Streaming Analytics Manager and developed 3 applications and deployed those to Storm. The source for those Applications is same Kafka topic. When there are new messages in that Kafka topics, 2 of the applications were running but 1 is not running. There are no workers assigned to it when I see in the Storm UI. Attached Screenshot. Can someone please help me why it is not running? You can see in the SAM UI that mockaroo and FirstApplication4 has emitted few rows whereas mockaroo_strings didnt!

60527-sam.png

60525-storm.png

1 ACCEPTED SOLUTION

avatar

Figured out the solution. I just have two ports in the Ambari -> Storm -> Configs -> supervisor.slot.ports

So it was able to assign only two workers and only two of my applications were running. Modified the config to have 3 ports. Now, all my 3 applications were running.

Thanks,

Sreecharan

View solution in original post

1 REPLY 1

avatar

Figured out the solution. I just have two ports in the Ambari -> Storm -> Configs -> supervisor.slot.ports

So it was able to assign only two workers and only two of my applications were running. Modified the config to have 3 ports. Now, all my 3 applications were running.

Thanks,

Sreecharan