You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ohad Edelstein <oh...@mintigo.com> on 2016/12/01 20:07:04 UTC

topology.debug always true

We see that the topology.debug set to two different values:
[cid:57BDBB53-DB37-4DF8-8B26-D9BD1874CB9D]

And:
[cid:C121FA48-8020-4B00-A6B2-0652B1EF82BE]
We set the topology.debug to false ( we know its set that way to default but we thought that, this was the problem ).
Is there a different meaning to the param in this two screens?



Re: topology.debug always true

Posted by Ambud Sharma <as...@gmail.com>.
Yes, your reasoning is correct. The topology is overriding the debug
configurations, Storm allows topology to override all of the topology
specific settings.

On Fri, Dec 2, 2016 at 3:41 AM, Mostafa Gomaa <mg...@trendak.com> wrote:

> I think nimbus configuration is what you have on your nimbus machine,
> "topology.debug" was set to false over there. Topology config are config
> values that start with the "topology." prefix in the yaml file. Your code
> was overriding the debug setting for the topology, so you were seeing two
> different values. I'm not too sure if my reasoning is correct though.
>
> On Dec 2, 2016 1:33 PM, "Ohad Edelstein" <oh...@mintigo.com> wrote:
>
>> I am embarrassed to say that you are right… thanks!
>> But what is the difference between the two?
>> Thanks
>>
>> From: Mostafa Gomaa <mg...@trendak.com>
>> Reply-To: "user@storm.apache.org" <us...@storm.apache.org>
>> Date: Friday, 2 December 2016 at 13:03
>> To: "user@storm.apache.org" <us...@storm.apache.org>
>> Cc: "dev@storm.apache.org" <de...@storm.apache.org>
>> Subject: Re: topology.debug always true
>>
>> Are you sure you're not overriding this configuration in code when
>> building the topology?
>>
>> On Dec 1, 2016 10:07 PM, "Ohad Edelstein" <oh...@mintigo.com> wrote:
>>
>>> We see that the topology.debug set to two different values:
>>>
>>> And:
>>> We set the topology.debug to false ( we know its set that way to default
>>> but we thought that, this was the problem ).
>>> Is there a different meaning to the param in this two screens?
>>>
>>>
>>>

Re: topology.debug always true

Posted by Mostafa Gomaa <mg...@trendak.com>.
I think nimbus configuration is what you have on your nimbus machine,
"topology.debug" was set to false over there. Topology config are config
values that start with the "topology." prefix in the yaml file. Your code
was overriding the debug setting for the topology, so you were seeing two
different values. I'm not too sure if my reasoning is correct though.

On Dec 2, 2016 1:33 PM, "Ohad Edelstein" <oh...@mintigo.com> wrote:

> I am embarrassed to say that you are right… thanks!
> But what is the difference between the two?
> Thanks
>
> From: Mostafa Gomaa <mg...@trendak.com>
> Reply-To: "user@storm.apache.org" <us...@storm.apache.org>
> Date: Friday, 2 December 2016 at 13:03
> To: "user@storm.apache.org" <us...@storm.apache.org>
> Cc: "dev@storm.apache.org" <de...@storm.apache.org>
> Subject: Re: topology.debug always true
>
> Are you sure you're not overriding this configuration in code when
> building the topology?
>
> On Dec 1, 2016 10:07 PM, "Ohad Edelstein" <oh...@mintigo.com> wrote:
>
>> We see that the topology.debug set to two different values:
>>
>> And:
>> We set the topology.debug to false ( we know its set that way to default
>> but we thought that, this was the problem ).
>> Is there a different meaning to the param in this two screens?
>>
>>
>>

Re: topology.debug always true

Posted by Ohad Edelstein <oh...@mintigo.com>.
I am embarrassed to say that you are right... thanks!
But what is the difference between the two?
Thanks

From: Mostafa Gomaa <mg...@trendak.com>>
Reply-To: "user@storm.apache.org<ma...@storm.apache.org>" <us...@storm.apache.org>>
Date: Friday, 2 December 2016 at 13:03
To: "user@storm.apache.org<ma...@storm.apache.org>" <us...@storm.apache.org>>
Cc: "dev@storm.apache.org<ma...@storm.apache.org>" <de...@storm.apache.org>>
Subject: Re: topology.debug always true

Are you sure you're not overriding this configuration in code when building the topology?

On Dec 1, 2016 10:07 PM, "Ohad Edelstein" <oh...@mintigo.com>> wrote:
We see that the topology.debug set to two different values:
[cid:57BDBB53-DB37-4DF8-8B26-D9BD1874CB9D]

And:
[cid:C121FA48-8020-4B00-A6B2-0652B1EF82BE]
We set the topology.debug to false ( we know its set that way to default but we thought that, this was the problem ).
Is there a different meaning to the param in this two screens?



Re: topology.debug always true

Posted by Ohad Edelstein <oh...@mintigo.com>.
I am embarrassed to say that you are right... thanks!
But what is the difference between the two?
Thanks

From: Mostafa Gomaa <mg...@trendak.com>>
Reply-To: "user@storm.apache.org<ma...@storm.apache.org>" <us...@storm.apache.org>>
Date: Friday, 2 December 2016 at 13:03
To: "user@storm.apache.org<ma...@storm.apache.org>" <us...@storm.apache.org>>
Cc: "dev@storm.apache.org<ma...@storm.apache.org>" <de...@storm.apache.org>>
Subject: Re: topology.debug always true

Are you sure you're not overriding this configuration in code when building the topology?

On Dec 1, 2016 10:07 PM, "Ohad Edelstein" <oh...@mintigo.com>> wrote:
We see that the topology.debug set to two different values:
[cid:57BDBB53-DB37-4DF8-8B26-D9BD1874CB9D]

And:
[cid:C121FA48-8020-4B00-A6B2-0652B1EF82BE]
We set the topology.debug to false ( we know its set that way to default but we thought that, this was the problem ).
Is there a different meaning to the param in this two screens?



Re: topology.debug always true

Posted by Mostafa Gomaa <mg...@trendak.com>.
Are you sure you're not overriding this configuration in code when building
the topology?

On Dec 1, 2016 10:07 PM, "Ohad Edelstein" <oh...@mintigo.com> wrote:

> We see that the topology.debug set to two different values:
>
> And:
> We set the topology.debug to false ( we know its set that way to default
> but we thought that, this was the problem ).
> Is there a different meaning to the param in this two screens?
>
>
>