[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-07-15 Thread Jungtaek Lim (JIRA)


[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544809#comment-16544809
 ] 

Jungtaek Lim commented on STORM-2947:
-

[~roshan_naik]

It make sense, but could you file a new issue since [~Srdo] already picked this 
up and raised two pull requests which one was already merged and another one is 
close to be merged? Thanks in advance!

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-07-14 Thread Roshan Naik (JIRA)


[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544325#comment-16544325
 ] 

Roshan Naik commented on STORM-2947:


At a bare minimum I think we should document the setting noted in the earlier 
comment that are no longer applicable in  2.0 release. 

If thats ok .. let me know... i can go ahead and pick this up. 

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-03-21 Thread Roshan Naik (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407593#comment-16407593
 ] 

Roshan Naik commented on STORM-2947:


[~kabhwan] .. I realized. We cannot deprecate the above noted settings in 1.x 
code base. As they are still perfectly valid there w/o alternatives. We will 
just need to make a note of old ones that are no longer used in master branch.

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-02-19 Thread Roshan Naik (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369615#comment-16369615
 ] 

Roshan Naik commented on STORM-2947:


*Notes:* 

*Settings to deprecate in 1.x :* As they have been removed in 2.x:
 - topology.sleep.spout.wait.strategy.time.ms

 - topology.backpressure.enable
 - backpressure.disruptor.high.watermark
 - backpressure.disruptor.low.watermark
 - backpressure.znode.timeout.secs
 - backpressure.znode.update.freq.secs
 - task.backpressure.poll.secs

 - topology.executor.receive.buffer.size: 1024 #batched
 - topology.executor.send.buffer.size: 1024 #individual messages
 - topology.transfer.buffer.size: 1024 # batched

 - topology.bolts.outgoing.overflow.buffer.enable: false
 - topology.disruptor.wait.timeout.millis: 1000
 - topology.disruptor.batch.size: 100
 - topology.disruptor.batch.timeout.millis:

*Classes to deprecate in 1.x:*
 - org.apache.storm.spout.SleepSpoutWaitStrategy
 - org.apache.storm.spout.ISpoutWaitStrategy
 - org.apache.storm.spout.NothingEmptyEmitStrategy

*Settings to remove in 2.x:*
 - nimbus.host
 - storm.messaging.netty.max_retries
 - storm.local.mode.zmq

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-02-18 Thread Jungtaek Lim (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16368706#comment-16368706
 ] 

Jungtaek Lim commented on STORM-2947:
-

storm.local.mode.zmq is not annotated as deprecated, but it is not used from 
fairly long ago. It was effectively deprecated.

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-02-14 Thread Jungtaek Lim (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363664#comment-16363664
 ] 

Jungtaek Lim commented on STORM-2947:
-

Many of deprecated annotation don't have deprecated javadoc tag and don't guide 
how end-users can replace the usage with others. I'm not sure we could remove 
such things for Storm 2.0.0. Other things can be reviewed and removed in Storm 
2.0.0, especially transactional API (does anyone still use it?) and ineffective 
configurations.

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STORM-2947) Review and fix/remove deprecated things in Storm 2.0.0

2018-02-13 Thread Jungtaek Lim (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363548#comment-16363548
 ] 

Jungtaek Lim commented on STORM-2947:
-

I just wrote a page "Deprecated annotation in master branch (Storm 2.0.0)" 
which enumerates all the deprecated annotations.

It doesn't enumerate the usage of deprecations.

> Review and fix/remove deprecated things in Storm 2.0.0
> --
>
> Key: STORM-2947
> URL: https://issues.apache.org/jira/browse/STORM-2947
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client, storm-hdfs, storm-kafka, storm-server, 
> storm-solr
>Affects Versions: 2.0.0
>Reporter: Jungtaek Lim
>Assignee: Jungtaek Lim
>Priority: Major
>
> We've been deprecating the things but haven't have time to replace/get rid of 
> them. It should be better if we have time to review and address them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)