[ 
https://issues.apache.org/jira/browse/STORM-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jungtaek Lim updated STORM-2944:
--------------------------------
    Affects Version/s: 3.0.0

> 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
>    Affects Versions: 3.0.0
>            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