[jira] [Created] (THRIFT-3593) Add new IDL keyword 'signal' to be able that a server can actively send messages to all its connected clients to prevent polling

2016-02-01 Thread Sebastian Zenker (JIRA)
Sebastian Zenker created THRIFT-3593: Summary: Add new IDL keyword 'signal' to be able that a server can actively send messages to all its connected clients to prevent polling Key: THRIFT-3593 URL:

[jira] [Commented] (THRIFT-3593) Add new IDL keyword 'signal' to be able that a server can actively send messages to all its connected clients to prevent polling

2016-02-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126994#comment-15126994 ] Jens Geyer commented on THRIFT-3593: I think we already have (at least) one ticket for this and this

[jira] [Updated] (THRIFT-3593) Add new IDL keyword 'signal' to be able that a server can actively send messages to all its connected clients to prevent polling

2016-02-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3593: --- Description: In our applications, we have very often the use case, that we actively want to inform

[jira] [Commented] (THRIFT-3594) C++: refactor COB style client

2016-02-01 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15127035#comment-15127035 ] Sebastian Zenker commented on THRIFT-3594: -- I don't favor using std::future and co as this would

[jira] [Commented] (THRIFT-3593) Add new IDL keyword 'signal' to be able that a server can actively send messages to all its connected clients to prevent polling

2016-02-01 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15127046#comment-15127046 ] Sebastian Zenker commented on THRIFT-3593: -- Before adding this new Jira ticket, I was looking if

[jira] [Updated] (THRIFT-3594) C++: refactor COB style client

2016-02-01 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Zenker updated THRIFT-3594: - Description: Let's assume, we have the following thrift interface: {code} service

[jira] [Created] (THRIFT-3594) C++: refactor COB style client

2016-02-01 Thread Sebastian Zenker (JIRA)
Sebastian Zenker created THRIFT-3594: Summary: C++: refactor COB style client Key: THRIFT-3594 URL: https://issues.apache.org/jira/browse/THRIFT-3594 Project: Thrift Issue Type: Wish

[jira] [Updated] (THRIFT-3594) C++: refactor COB style client

2016-02-01 Thread Sebastian Zenker (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Zenker updated THRIFT-3594: - Description: Let's assume, we have the following thrift interface: {code} service

[jira] [Updated] (THRIFT-2287) Allow services as parameters

2016-02-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2287: --- Labels: push (was: ) > Allow services as parameters > > >

[jira] [Updated] (THRIFT-3593) Add new IDL keyword 'signal' to be able that a server can actively send messages to all its connected clients to prevent polling

2016-02-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3593: --- Labels: push (was: ) > Add new IDL keyword 'signal' to be able that a server can actively send >

[jira] [Updated] (THRIFT-1948) Add a stream type

2016-02-01 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1948: --- Labels: push (was: ) > Add a stream type > - > > Key: THRIFT-1948 >

[jira] [Commented] (THRIFT-3585) compact protocol implement of lua for thrift.

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126079#comment-15126079 ] ASF GitHub Bot commented on THRIFT-3585: Github user nsuke commented on the pull request:

[jira] [Created] (THRIFT-3590) TPipeServer: stop() does not work when clients are connected

2016-02-01 Thread Jesper Eskilson (JIRA)
Jesper Eskilson created THRIFT-3590: --- Summary: TPipeServer: stop() does not work when clients are connected Key: THRIFT-3590 URL: https://issues.apache.org/jira/browse/THRIFT-3590 Project: Thrift

[jira] [Issue Comment Deleted] (THRIFT-3590) TPipeServer: stop() does not work when clients are connected

2016-02-01 Thread Jesper Eskilson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesper Eskilson updated THRIFT-3590: Comment: was deleted (was: Attached a small(ish) test case. ) > TPipeServer: stop() does

[jira] [Updated] (THRIFT-3590) TPipeServer: stop() does not work when clients are connected

2016-02-01 Thread Jesper Eskilson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesper Eskilson updated THRIFT-3590: Attachment: ecl2092-standalone.cpp Attached a small(ish) test case. > TPipeServer:

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-01 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/828#issuecomment-177898858 @mygityf thanks for tidying things up, will look into it soon. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Updated] (THRIFT-3590) TPipeServer: stop() does not work when clients are connected

2016-02-01 Thread Jesper Eskilson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesper Eskilson updated THRIFT-3590: Attachment: thrift-3590-standalone.cpp Attached a small test case. > TPipeServer: stop()

[jira] [Updated] (THRIFT-3590) TPipeServer: stop() does not work when clients are connected

2016-02-01 Thread Jesper Eskilson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesper Eskilson updated THRIFT-3590: Attachment: (was: ecl2092-standalone.cpp) > TPipeServer: stop() does not work when

[jira] [Commented] (THRIFT-3585) compact protocol implement of lua for thrift.

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126013#comment-15126013 ] ASF GitHub Bot commented on THRIFT-3585: GitHub user mygityf opened a pull request:

[jira] [Commented] (THRIFT-3585) compact protocol implement of lua for thrift.

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126011#comment-15126011 ] ASF GitHub Bot commented on THRIFT-3585: Github user mygityf closed the pull request at:

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-01 Thread mygityf
Github user mygityf closed the pull request at: https://github.com/apache/thrift/pull/827 --- 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

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-01 Thread mygityf
GitHub user mygityf opened a pull request: https://github.com/apache/thrift/pull/828 THRIFT-3585 Lua: compact protocol implement of lua for thrift. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gityf/thrift master

[jira] [Created] (THRIFT-3591) Add Lua cross test suite

2016-02-01 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3591: Summary: Add Lua cross test suite Key: THRIFT-3591 URL: https://issues.apache.org/jira/browse/THRIFT-3591 Project: Thrift Issue Type: Improvement

[jira] [Commented] (THRIFT-3592) Add basic test client

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126209#comment-15126209 ] ASF GitHub Bot commented on THRIFT-3592: GitHub user nsuke opened a pull request:

[jira] [Created] (THRIFT-3592) Add basic test client

2016-02-01 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3592: Summary: Add basic test client Key: THRIFT-3592 URL: https://issues.apache.org/jira/browse/THRIFT-3592 Project: Thrift Issue Type: Sub-task

[GitHub] thrift pull request: THRIFT-3592 Add basic test client

2016-02-01 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/830 THRIFT-3592 Add basic test client You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift THRIFT-3592 Alternatively you can review and

[GitHub] thrift pull request: Fix CI build for THRIFT-3251 Add http transpo...

2016-02-01 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/829 Fix CI build for THRIFT-3251 Add http transport for server to Go lib You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift go-ci-fix

[jira] [Commented] (THRIFT-3251) Add http transport for server to Go lib

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126154#comment-15126154 ] ASF GitHub Bot commented on THRIFT-3251: GitHub user nsuke opened a pull request:

[jira] [Resolved] (THRIFT-3578) Make THeaderTransport detect TCompact framed and unframed

2016-02-01 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3578. -- Resolution: Fixed Fix Version/s: 0.9.4 committed > Make THeaderTransport detect

[jira] [Resolved] (THRIFT-3570) Remove duplicate instances that are added by upstream

2016-02-01 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3570. -- Resolution: Fixed Fix Version/s: 0.9.4 > Remove duplicate instances that are added by

[jira] [Resolved] (THRIFT-3420) C++: TSSLSockets are not interruptable

2016-02-01 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3420. -- Resolution: Fixed > C++: TSSLSockets are not interruptable >

[jira] [Commented] (THRIFT-3420) C++: TSSLSockets are not interruptable

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126178#comment-15126178 ] ASF GitHub Bot commented on THRIFT-3420: Github user asfgit closed the pull request at:

[GitHub] thrift pull request: THRIFT-3578 Make THeaderTransport detect TCom...

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

[GitHub] thrift pull request: THRIFT-3420 C++: TSSLSockets are not interrup...

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

[jira] [Commented] (THRIFT-3578) Make THeaderTransport detect TCompact framed and unframed

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126180#comment-15126180 ] ASF GitHub Bot commented on THRIFT-3578: Github user asfgit closed the pull request at:

[GitHub] thrift pull request: Fix CI build for THRIFT-3251 Add http transpo...

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

[jira] [Commented] (THRIFT-3251) Add http transport for server to Go lib

2016-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15126179#comment-15126179 ] ASF GitHub Bot commented on THRIFT-3251: Github user asfgit closed the pull request at:

Build failed in Jenkins: thrift #597

2016-02-01 Thread gmcdonald
See Changes: [nsuke] Fix CI build for THRIFT-3251 Add http transport for server to Go lib [nsuke] THRIFT-3420 C++: TSSLSockets are not interruptable [nsuke] THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed