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

Roshan Naik commented on STORM-2944:
------------------------------------

[~revans2] cold you add a 3.0 version in Jira so that this JIRA can be 
associated with that.

> Eliminate these deprecated methods in Storm 3
> ---------------------------------------------
>
>                 Key: STORM-2944
>                 URL: https://issues.apache.org/jira/browse/STORM-2944
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-client
>            Reporter: Roshan Naik
>            Priority: Major
>
> In Storm 2 we deprecated these methods. These methods were retained to allow 
> storm 2.x nimbus & supervisor to manage older Storm 1.x workers.  
> These are the methods in IStormClusterState.java 
> {code}
> /** @deprecated: In Storm 2.0. Retained for enabling transition from 1.x. 
> Will be removed soon. */
> @Deprecated
>  boolean topologyBackpressure(String stormId, long timeoutMs, Runnable 
> callback);
> /** @deprecated: In Storm 2.0. Retained for enabling transition from 1.x. 
> Will be removed soon. */
>  @Deprecated
>  void setupBackpressure(String stormId);
> /** @deprecated: In Storm 2.0. Retained for enabling transition from 1.x. 
> Will be removed soon. */
>  @Deprecated
>  void removeBackpressure(String stormId);
> /** @deprecated: In Storm 2.0. Retained for enabling transition from 1.x. 
> Will be removed soon. */
>  @Deprecated
>  void removeWorkerBackpressure(String stormId, String node, Long port);
> {code}



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

Reply via email to