I was trying to study apache storm and setup the storm on my ubuntu installed in vmware. storm version is 2.4.0 and it is running on localhost currently. When I submit the topology. Topology is submitted successfully and distributed according to default scheduler but bolts and spouts never emit any data. The value of emitted column in topology details remains 0. In Owner's Summary it gives following error: "This user's topologies are in danger of being unscheduled due to the owner's over-use of cluster resources". Similar question is already asked here but it is also not answered.
storm.yaml
owner's summary screen
I tried many things like changing yaml file trying setup on different machines but it gets the same error.
То solve this red notice you should add these config lines:
More about ResourceAwareScheduler you can find in storm 2.4.0 docs and storm 1.2.3 docs
By the way, check your worker.log at logs/worker-artifacts/your-topology-id/.
If emited tuples are 0 some bolts or spouts are dead.