[GitHub] thrift pull request #1217: TSocket: Don't close connections when failing to ...

2017-03-19 Thread xiaosuo
GitHub user xiaosuo opened a pull request: https://github.com/apache/thrift/pull/1217 TSocket: Don't close connections when failing to read/write Sockets maybe registered to a event base of libevent, so the following epoll_ctl(2) may fail due to EBADF, or may delete other soc

[GitHub] thrift pull request #1216: TNonblockingServer: Fix using uninitialized event...

2017-03-19 Thread xiaosuo
GitHub user xiaosuo opened a pull request: https://github.com/apache/thrift/pull/1216 TNonblockingServer: Fix using uninitialized event_ When there are more than one IO threads, and we have failed to notify one IO threads, then we have to close the connection. But the event_

[GitHub] thrift pull request #1215: Thrift 4126

2017-03-19 Thread kufd
GitHub user kufd opened a pull request: https://github.com/apache/thrift/pull/1215 Thrift 4126 Hello It is a pull request with required fields validation for php extension Here is jira issue https://issues.apache.org/jira/browse/THRIFT-4126 You can merge this pull request in

[jira] [Commented] (THRIFT-4126) Validate objects in php extension

2017-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931869#comment-15931869 ] ASF GitHub Bot commented on THRIFT-4126: GitHub user kufd opened a pull request:

[jira] [Updated] (THRIFT-4126) Validate objects in php extension

2017-03-19 Thread Myroslav Kosinskyi (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myroslav Kosinskyi updated THRIFT-4126: --- Description: Now there is not validation if required fields are set when we use php

[jira] [Created] (THRIFT-4126) Validate objects in php extension

2017-03-19 Thread Myroslav Kosinskyi (JIRA)
Myroslav Kosinskyi created THRIFT-4126: -- Summary: Validate objects in php extension Key: THRIFT-4126 URL: https://issues.apache.org/jira/browse/THRIFT-4126 Project: Thrift Issue Type: Im

[jira] [Commented] (THRIFT-4039) Update of Apache Thrift .Net Core lib

2017-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931729#comment-15931729 ] ASF GitHub Bot commented on THRIFT-4039: Github user Jens-G commented on the issu

[GitHub] thrift issue #1163: THRIFT-4039: Update of Apache Thrift .Net Core lib

2017-03-19 Thread Jens-G
Github user Jens-G commented on the issue: https://github.com/apache/thrift/pull/1163 > because .Net Core generator still not included into Thrift.exe. It's included in trunk, not in 0.10. The release was already at the door so I didn't want to pollute it with a newly included