can someone help , please ? why topology didn't complete processing and
stopped every time i submitted it , it stopped at size 50 KB in the result
file .
I searched a lot and couldn't figure where is the problem. I need help from
expert in STORM . Appreciate any help

On Wed, Jul 26, 2017 at 9:01 PM, sam mohel <sammoh...@gmail.com> wrote:

> Thanks so much for replying , i tried to submit topology in local mode ...
> i increased size of worker like
> conf.put(Config.TOPOLOGY_WORKER_CHILDOPTS,"-Xmx4096m" );
>
> but got in terminal
> 11920 [Thread-121-b-4] INFO  b.s.d.executor - Preparing bolt b-4:(25)
> 11935 [Thread-121-b-4] INFO  b.s.d.executor - Prepared bolt b-4:(25)
> 11920 [Thread-67-b-5] INFO  b.s.d.executor - Preparing bolt b-5:(48)
> 11936 [Thread-67-b-5] INFO  b.s.d.executor - Prepared bolt b-5:(48)
> 11919 [Thread-105-b-2] INFO  b.s.d.executor - Prepared bolt b-2:(10)
> 11915 [Thread-47-b-4] INFO  b.s.d.executor - Prepared bolt b-4:(40)
> 11912 [Thread-111-b-2] INFO  b.s.d.executor - Prepared bolt b-2:(14)
> 11934 [Thread-103-b-5] INFO  b.s.d.executor - Prepared bolt b-5:(45)
> sam@lenovo:~/first-topology$
>
> and didn't complete processing . the size of the result is 50 KB . This
> topology was working well without any problems . But when i tried to submit
> it now , i didn't get the full result
>
>
> On Wed, Jul 26, 2017 at 8:35 PM, Bobby Evans <ev...@yahoo-inc.com> wrote:
>
>> worker.childops is the default value that is set by the system
>> administrator in storm.yaml on each of the supervisor nodes.
>> topology.worker.childopts is what you set in your topology conf if you want
>> to add something more to the command line.
>>
>>
>> - Bobby
>>
>>
>>
>> On Tuesday, July 25, 2017, 11:50:04 PM CDT, sam mohel <
>> sammoh...@gmail.com> wrote:
>>
>>
>> i'm using 0.10.2 version . i tried to write in the code
>> conf.put(Config.WORKER_CHILDOPTS, "-Xmx4g");
>> conf.put(Config.SUPERVISOR_CHILDOPTS, "-Xmx4g");
>>
>> but i didn't touch any affect . Did i write the right configurations ?
>> Does this value is the largest ?
>>
>
>

Reply via email to