You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/07/31 00:21:05 UTC

[jira] [Commented] (THRIFT-3280) Initialize retry variables on construction

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

Hudson commented on THRIFT-3280:
--------------------------------

SUCCESS: Integrated in Thrift #1634 (See [https://builds.apache.org/job/Thrift/1634/])
THRIFT-3280 Initialize retry variables on construction (roger: rev 5445e3fdee66a93e04d342bc2d5d1881427be885)
* lib/nodejs/lib/thrift/connection.js


> Initialize retry variables on construction
> ------------------------------------------
>
>                 Key: THRIFT-3280
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3280
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Library
>            Reporter: Itay Duvdevani
>            Assignee: Roger Meier
>         Attachments: 0001-Initialize-retry-variables-on-construction.patch
>
>
> Currently retry variables are only initialized after a connection has been successfully established. When the initial connection fails the retry logic is broken since the state has not been properly initialized.
> To solve this, we need to initialize the retry state before the initial connect() request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)