[GitHub] thrift issue #1361: THRIFT-4329: Implement multiplexed processor that matche...

2017-10-11 Thread gadLinux
Github user gadLinux commented on the issue: https://github.com/apache/thrift/pull/1361 Yes, there are a couple of them on the wild. I will take a look ASAP. I had three of my servers broke at the same time this week and I'm was crazy until today to bring them up again. Give me a coup

[jira] [Commented] (THRIFT-4329) c_glib Doesn't have a multiplexed processor

2017-10-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200612#comment-16200612 ] ASF GitHub Bot commented on THRIFT-4329: Github user gadLinux commented on the is

Re: TException and cross-tests

2017-10-11 Thread Jens Geyer
There is a doc comment in the IDL file, actually: /** * Print 'testException(%s)' with arg as '%s' * @param string arg - a string indication what type of exception to throw * if arg == "Xception" throw Xception with errorCode = 1001 and message = arg * elsen if arg == "TException" t

Re: TException and cross-tests

2017-10-11 Thread Tom
Which is precisely the source of confusion. I can't throw TException over the protocol and expect it to be handled properly, since it's not defined in the IDL and sending it is not part of the standard. Randy's explanation confirms that. On Thu, Oct 12, 2017 at 12:27 AM, Jens Geyer wrote: > There

AW: TException and cross-tests

2017-10-11 Thread Jens Geyer
I can throw and catch it. What am I doing wrong? Sent from mobile device, please ignore spelling mistakes. Von: Tom Gesendet: 12.10.2017 07:22 An: dev@thrift.apache.org Betreff: Re: TException and cross-tests Which is precisely the source of confusion. I can't thr