[GitHub] thrift pull request #975: THRIFT-3774 The generated code should have excepti...

2017-04-09 Thread laozhp
Github user laozhp closed the pull request at: https://github.com/apache/thrift/pull/975 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] thrift pull request: THRIFT-3774 The generated code should have ex...

2016-04-05 Thread laozhp
Github user laozhp commented on the pull request: https://github.com/apache/thrift/pull/975#issuecomment-206109970 @Jens-G Thanks. I think I should do this after Jenkins's certificate fixed. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] thrift pull request: THRIFT-3774 The generated code should have ex...

2016-04-05 Thread laozhp
Github user laozhp commented on the pull request: https://github.com/apache/thrift/pull/975#issuecomment-205735083 Jenkins failed with `SSL error: sslv3 alert certificate expired.` ``` src/thrift/server/simple.d:143: Client died: thrift.transport.ssl.TSSLException@src/thrift

[GitHub] thrift pull request: THRIFT-3774 The generated code should have ex...

2016-04-04 Thread laozhp
Github user laozhp commented on the pull request: https://github.com/apache/thrift/pull/975#issuecomment-205295462 Travis CI failed with ``` Broadcast message from root@testing-gce-d357df5d-d4c0-42df-9bcc-a6a7f62bb65e (unknown) at 10:58 ... The system

[GitHub] thrift pull request: THRIFT-3774 The generated code should have ex...

2016-04-04 Thread laozhp
GitHub user laozhp opened a pull request: https://github.com/apache/thrift/pull/975 THRIFT-3774 The generated code should have exception_names meta info You can merge this pull request into a Git repository by running: $ git pull https://github.com/laozhp/thrift master

[jira] [Created] (THRIFT-3774) The generated code should have exception_names meta info

2016-04-04 Thread laozhp (JIRA)
laozhp created THRIFT-3774: -- Summary: The generated code should have exception_names meta info Key: THRIFT-3774 URL: https://issues.apache.org/jira/browse/THRIFT-3774 Project: Thrift Issue Type

[jira] [Commented] (THRIFT-3689) thrift_reconnecting_client start failed when server is not available

2016-02-27 Thread laozhp (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15170780#comment-15170780 ] laozhp commented on THRIFT-3689: Patch available as pull request, https://github.com/apache/thrift/pull

[GitHub] thrift pull request: [THRIFT-3689] thrift_reconnecting_client star...

2016-02-27 Thread laozhp
Github user laozhp commented on the pull request: https://github.com/apache/thrift/pull/895#issuecomment-189755980 @nsuke OK, I have created an issue just now, [THRIFT-3689] thrift_reconnecting_client start failed when server is not available --- If your project is set up

[jira] [Created] (THRIFT-3689) thrift_reconnecting_client start failed when server is not available

2016-02-27 Thread laozhp (JIRA)
laozhp created THRIFT-3689: -- Summary: thrift_reconnecting_client start failed when server is not available Key: THRIFT-3689 URL: https://issues.apache.org/jira/browse/THRIFT-3689 Project: Thrift

[GitHub] thrift pull request: set reconn_time's default value to 0

2016-02-25 Thread laozhp
GitHub user laozhp opened a pull request: https://github.com/apache/thrift/pull/895 set reconn_time's default value to 0 When first time reconnect without a success call, line 214: Backoff = 2 * R, will cause exception, because R is undefined. Set reconn_time's default value to 0