[jira] [Created] (THRIFT-3431) Avoid "schemes" HashMap lookups during struct reads/writes

2015-11-19 Thread Tom Lee (JIRA)
Tom Lee created THRIFT-3431: --- Summary: Avoid "schemes" HashMap lookups during struct reads/writes Key: THRIFT-3431 URL: https://issues.apache.org/jira/browse/THRIFT-3431 Project: Thrift Issue

[jira] [Commented] (THRIFT-3431) Avoid "schemes" HashMap lookups during struct reads/writes

2015-11-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15013308#comment-15013308 ] ASF GitHub Bot commented on THRIFT-3431: GitHub user thomaslee opened a pull request:

[jira] [Commented] (THRIFT-3430) Go THttpClient does not read HTTP response body to completion when closing

2015-11-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15014421#comment-15014421 ] Hudson commented on THRIFT-3430: SUCCESS: Integrated in Thrift #1734 (See

[jira] [Created] (THRIFT-3434) Dart generator produces empty name in pubspec.yaml for includes without namespaces

2015-11-19 Thread Mark Erickson (JIRA)
Mark Erickson created THRIFT-3434: - Summary: Dart generator produces empty name in pubspec.yaml for includes without namespaces Key: THRIFT-3434 URL: https://issues.apache.org/jira/browse/THRIFT-3434

[jira] [Commented] (THRIFT-3434) Dart generator produces empty name in pubspec.yaml for includes without namespaces

2015-11-19 Thread Mark Erickson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15014800#comment-15014800 ] Mark Erickson commented on THRIFT-3434: --- Code review:

[jira] [Updated] (THRIFT-3430) Go THttpClient does not read HTTP response body to completion when closing

2015-11-19 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3430: --- Assignee: Justin Larrabee > Go THttpClient does not read HTTP response body to completion when

[jira] [Comment Edited] (THRIFT-3433) Doubles aren't interpreted correctly

2015-11-19 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15014286#comment-15014286 ] Jens Geyer edited comment on THRIFT-3433 at 11/19/15 8:19 PM: -- The byte

[GitHub] thrift pull request: THRIFT-3405

2015-11-19 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/701#issuecomment-158191235 Committed per 13ac77daf031443ebdfbee02bad528f53b6212eb, this can be closed. --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Commented] (THRIFT-3405) Go THttpClient misuses http.Client objects

2015-11-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15014304#comment-15014304 ] ASF GitHub Bot commented on THRIFT-3405: Github user Jens-G commented on the pull request:

[jira] [Commented] (THRIFT-3430) Go THttpClient does not read HTTP response body to completion when closing

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

[GitHub] thrift pull request: In go THttpClient, explicitly read response b...

2015-11-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/703 --- 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] [Resolved] (THRIFT-3430) Go THttpClient does not read HTTP response body to completion when closing

2015-11-19 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-3430. Resolution: Fixed Fix Version/s: 1.0 Committed, thank you. > Go THttpClient does not read

[jira] [Created] (THRIFT-3432) Add a TByteBuffer transport to the Java library

2015-11-19 Thread Tom Lee (JIRA)
Tom Lee created THRIFT-3432: --- Summary: Add a TByteBuffer transport to the Java library Key: THRIFT-3432 URL: https://issues.apache.org/jira/browse/THRIFT-3432 Project: Thrift Issue Type:

[GitHub] thrift pull request: THRIFT-3432 Add the TByteBuffer transport for...

2015-11-19 Thread thomaslee
GitHub user thomaslee opened a pull request: https://github.com/apache/thrift/pull/705 THRIFT-3432 Add the TByteBuffer transport for Java A bounded, in-memory, optionally off-heap transport. See https://issues.apache.org/jira/browse/THRIFT-3432 for more details. You can

[GitHub] thrift pull request: THRIFT-3431 Avoid an unnecessary HashMap look...

2015-11-19 Thread thomaslee
GitHub user thomaslee opened a pull request: https://github.com/apache/thrift/pull/704 THRIFT-3431 Avoid an unnecessary HashMap lookup The "schemes" lookup that occurs on every read/write can add up under high throughput with lots of small messages. More detail in

[jira] [Created] (THRIFT-3433) Doubles aren't interpreted correctly

2015-11-19 Thread Tom Lippincott (JIRA)
Tom Lippincott created THRIFT-3433: -- Summary: Doubles aren't interpreted correctly Key: THRIFT-3433 URL: https://issues.apache.org/jira/browse/THRIFT-3433 Project: Thrift Issue Type: Bug

[GitHub] thrift pull request: C++ transport: implement interruptable TSSLSo...

2015-11-19 Thread MartinHaimberger
Github user MartinHaimberger commented on the pull request: https://github.com/apache/thrift/pull/690#issuecomment-158115251 @jeking3 tests and nonblocking accept connect and close are implemented now --- If your project is set up for it, you can reply to this email and have your

[GitHub] thrift pull request: C++ transport: implement interruptable TSSLSo...

2015-11-19 Thread jeking3
Github user jeking3 commented on the pull request: https://github.com/apache/thrift/pull/690#issuecomment-158117682 Nice - having a test like this ensures it is working and more importantly stays working in the future. It's too bad our build infrastructure seems to be so fragile.

[jira] [Commented] (THRIFT-3429) Go THttpClient option to fully read/close HTTP response body after Flush

2015-11-19 Thread Justin Larrabee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15013952#comment-15013952 ] Justin Larrabee commented on THRIFT-3429: - Again, you don't get to re-use the same connection