How come a single worker is assigned more than one topology? I don't think it is possible by storm scheduler.
Yes, there could be multiple executors of same topology running in different threads of worker and the worker log will have a mix of these different threads. On 12/4/14, Kushan Maskey <[email protected]> wrote: > I have not and I think I will try that. I will keep you posted. > > Thanks. > > -- > Kushan Maskey > 817.403.7500 > M. Miller & Associates <http://mmillerassociates.com/> > [email protected] > > On Thu, Dec 4, 2014 at 11:30 AM, Harsha <[email protected]> wrote: > >> >> Kushan, >> Did you try modifying logback/worker.xml . Since you have >> multiple topologies if they have distinct java packages you can add per >> package log4j config to worker.xml . You probably might see duplicate >> logging in worker-port.log files additional to the topology log files. >> Thats one way I would try separating out topology logging . >> -Harsha >> >> On Thu, Dec 4, 2014, at 09:23 AM, Parth Brahmbhatt wrote: >> >> Harsha is right, if you are trying to do this as part of topology >> submission, even though the param will get accepted it will have no >> effect. >> On Dec 4, 2014, at 9:01 AM, Parth Brahmbhatt >> <[email protected]> >> wrote: >> >> >> As the error suggests it needs to be an utterable, you can add it by >> using >> the following line, the second arg must be a collection. >> *config.put(Config.SUPERVISOR_SLOTS_PORTS, Lists.newArrayList(7000));* >> >> On Dec 4, 2014, at 8:58 AM, Kushan Maskey < >> [email protected]> wrote: >> >> >> Is there a way I can set supervisor_slots_port in the config in the >> topology class? I tried to set it up like below >> >> *config.put(Config.SUPERVISOR_SLOTS_PORTS, 7000);* >> >> but I get error as below. >> >> *InvalidTopologyException(msg:Field supervisor.slots.ports must be an >> Iterable of java.lang.Number* >> Thanks. >> >> -- >> Kushan Maskey >> 817.403.7500 >> M. Miller & Associates <http://mmillerassociates.com/> >> [email protected] >> >> >> >> >> >> CONFIDENTIALITY NOTICE >> NOTICE: This message is intended for the use of the individual or entity >> to which it is addressed and may contain information that is >> confidential, >> privileged and exempt from disclosure under applicable law. If the reader >> of this message is not the intended recipient, you are hereby notified >> that >> any printing, copying, dissemination, distribution, disclosure or >> forwarding of this communication is strictly prohibited. If you have >> received this communication in error, please contact the sender >> immediately >> and delete it from your system. Thank You. >> >> >> >
