Re: [PR] THRIFT-5767: Go Simple JSON Protocol re-allocates memory for every escaped quote [thrift]

2024-03-18 Thread via GitHub
fishy merged PR #2946: URL: https://github.com/apache/thrift/pull/2946 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] [THRIFT-5757] Unit tests for php lib [thrift]

2024-03-18 Thread via GitHub
sveneld opened a new pull request, #2949: URL: https://github.com/apache/thrift/pull/2949 - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html),

[jira] [Resolved] (THRIFT-5769) Large messages crash Node.js client when using TFramedTransport

2024-03-18 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5769. Fix Version/s: 0.21.0 Assignee: Tuomo Jokimies Resolution: Fixed > Large messages

Re: [PR] THRIFT-5769: fix invalid size error on large messages [thrift]

2024-03-18 Thread via GitHub
Jens-G merged PR #2948: URL: https://github.com/apache/thrift/pull/2948 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] THRIFT-5769: fix invalid size error on large messages [thrift]

2024-03-18 Thread via GitHub
tuomojokimies-sc opened a new pull request, #2948: URL: https://github.com/apache/thrift/pull/2948 Fixes https://issues.apache.org/jira/browse/THRIFT-5769. Replaces `residual` `Array` with `Buffer` to fix crash caused by large messages. - [x] Did you create an

[jira] [Updated] (THRIFT-5769) Large messages crash Node.js client when using TFramedTransport

2024-03-18 Thread Tuomo Jokimies (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuomo Jokimies updated THRIFT-5769: --- Description: Large messages cause Thrift client to crash when using TFramedTransport.

[jira] [Updated] (THRIFT-5769) Large messages crash Node.js client when using TFramedTransport

2024-03-18 Thread Tuomo Jokimies (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuomo Jokimies updated THRIFT-5769: --- Environment: (was: *Stack trace for Node.js v21.7.1* (pinpoints the cause as it is using

[jira] [Updated] (THRIFT-5769) Large messages crash Node.js client when using TFramedTransport

2024-03-18 Thread Tuomo Jokimies (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuomo Jokimies updated THRIFT-5769: --- Description: Large messages cause Thrift client to crash when using TFramedTransport.

[jira] [Created] (THRIFT-5769) Large messages crash Node.js client when using TFramedTransport

2024-03-18 Thread Tuomo Jokimies (Jira)
Tuomo Jokimies created THRIFT-5769: -- Summary: Large messages crash Node.js client when using TFramedTransport Key: THRIFT-5769 URL: https://issues.apache.org/jira/browse/THRIFT-5769 Project: Thrift