[jira] [Commented] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222659#comment-15222659 ] Hudson commented on THRIFT-3771: FAILURE: Integrated in Thrift-precommit #363 (See [http

Build failed in Jenkins: Thrift-precommit #363

2016-04-01 Thread Apache Jenkins Server
See Changes: [tyler.treat] THRIFT-3771 TBufferedTransport gets in invalid state on read/write -- [...truncated 6689 lines...] dmd -O -release -ofunittest/release/thrift/protocol/json -unittest -w

Build failed in Jenkins: Thrift-Compiler-Windows #1998

2016-04-01 Thread Apache Jenkins Server
See Changes: [jensg] THRIFT-3771 TBufferedTransport gets in invalid state on read/write -- [...truncated 2183 lines...] jdk1.7.0_80/db/lib/derbynet.jar jdk1.7.0_80/db/lib/derbyLocale_ja_J

[jira] [Resolved] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-3771. Resolution: Fixed Assignee: Tyler Treat (was: Jens Geyer) Fix Version/s: 0.10.0 Co

[jira] [Commented] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222169#comment-15222169 ] ASF GitHub Bot commented on THRIFT-3771: Github user asfgit closed the pull reque

[GitHub] thrift pull request: THRIFT-3771 TBufferedTransport gets in invali...

2016-04-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/973 --- 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 is enab

[jira] [Assigned] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-3771: -- Assignee: Jens Geyer > TBufferedTransport gets in invalid state on read/write errors > ---

Jenkins build is back to normal : Thrift-precommit #362

2016-04-01 Thread Apache Jenkins Server
See

[jira] [Commented] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222056#comment-15222056 ] Hudson commented on THRIFT-3771: SUCCESS: Integrated in Thrift-precommit #362 (See [http

[jira] [Commented] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221941#comment-15221941 ] ASF GitHub Bot commented on THRIFT-3771: Github user stevenosborne-wf commented o

[GitHub] thrift pull request: THRIFT-3771 TBufferedTransport gets in invali...

2016-04-01 Thread stevenosborne-wf
Github user stevenosborne-wf commented on the pull request: https://github.com/apache/thrift/pull/973#issuecomment-204463611 +1 --- 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 en

[jira] [Commented] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221934#comment-15221934 ] ASF GitHub Bot commented on THRIFT-3771: GitHub user tylertreat-wf opened a pull

[GitHub] thrift pull request: THRIFT-3771 TBufferedTransport gets in invali...

2016-04-01 Thread tylertreat-wf
GitHub user tylertreat-wf opened a pull request: https://github.com/apache/thrift/pull/973 THRIFT-3771 TBufferedTransport gets in invalid state on read/write errors Go's TBufferedTransport can enter an invalid state after an error occurs while calling read, write, or flush. This

[jira] [Created] (THRIFT-3771) TBufferedTransport gets in invalid state on read/write errors

2016-04-01 Thread Tyler Treat (JIRA)
Tyler Treat created THRIFT-3771: --- Summary: TBufferedTransport gets in invalid state on read/write errors Key: THRIFT-3771 URL: https://issues.apache.org/jira/browse/THRIFT-3771 Project: Thrift

Build failed in Jenkins: Thrift-precommit #361

2016-04-01 Thread Apache Jenkins Server
See Changes: [v.markovtsev] Add binary protocol support for asyncio -- [...truncated 48837 lines...] dmd -O -release -ofunittest/release/thrift/codegen/processor -unittest -w -wi -I../../lib/d/s

[jira] [Commented] (THRIFT-3770) Support Python 3.4+ asyncio support

2016-04-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221392#comment-15221392 ] ASF GitHub Bot commented on THRIFT-3770: Github user vmarkovtsev commented on the

[GitHub] thrift pull request: THRIFT-3770 Implement Python 3.4+ asyncio sup...

2016-04-01 Thread vmarkovtsev
Github user vmarkovtsev commented on the pull request: https://github.com/apache/thrift/pull/972#issuecomment-204311613 ``flake8 --ignore=E501 lib/py`` in Travis failed because the syntax "yield from" is Python 3.3+ and flake [does not support it](https://gitlab.com/pycqa/flake8/issue

[jira] [Commented] (THRIFT-3770) Support Python 3.4+ asyncio support

2016-04-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221342#comment-15221342 ] ASF GitHub Bot commented on THRIFT-3770: GitHub user vmarkovtsev opened a pull re

[GitHub] thrift pull request: THRIFT-3770 Implement Python 3.4+ asyncio sup...

2016-04-01 Thread vmarkovtsev
GitHub user vmarkovtsev opened a pull request: https://github.com/apache/thrift/pull/972 THRIFT-3770 Implement Python 3.4+ asyncio support I decided to take an approach which is different from Tornado implementation and do not nail supported protocols to the Framed one. My effort e

[jira] [Created] (THRIFT-3770) Support Python 3.4+ asyncio support

2016-04-01 Thread Vadim Markovtsev (JIRA)
Vadim Markovtsev created THRIFT-3770: Summary: Support Python 3.4+ asyncio support Key: THRIFT-3770 URL: https://issues.apache.org/jira/browse/THRIFT-3770 Project: Thrift Issue Type: Bug

[jira] [Commented] (THRIFT-2268) Modify TSaslTransport to ignore TCP health checks from loadbalancers

2016-04-01 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221294#comment-15221294 ] Harsh J commented on THRIFT-2268: - (Specifically, the committed version of the fix here d

[jira] [Commented] (THRIFT-2268) Modify TSaslTransport to ignore TCP health checks from loadbalancers

2016-04-01 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221291#comment-15221291 ] Harsh J commented on THRIFT-2268: - This patch does not quite work. I've filed THRIFT-3769

[jira] [Updated] (THRIFT-3769) Fix logic of THRIFT-2268

2016-04-01 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated THRIFT-3769: Attachment: THRIFT-3769.patch Attached patch checks for TTransportException instance types within the final

[jira] [Created] (THRIFT-3769) Fix logic of THRIFT-2268

2016-04-01 Thread Harsh J (JIRA)
Harsh J created THRIFT-3769: --- Summary: Fix logic of THRIFT-2268 Key: THRIFT-3769 URL: https://issues.apache.org/jira/browse/THRIFT-3769 Project: Thrift Issue Type: Bug Components: Java -