[jira] [Commented] (THRIFT-5237) Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416197#comment-17416197 ] Antoine Pitrou commented on THRIFT-5237: I'm updating this now that I've read th

[jira] [Updated] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated THRIFT-5464: --- Description: First: apologies if this is a false alarm, since I'm going by my reading of the

[jira] [Commented] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416190#comment-17416190 ] Antoine Pitrou commented on THRIFT-5464: cc [~zeshuai007] [~jensg] > [C++] maxM

[jira] [Updated] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated THRIFT-5464: --- Description: First: apologies if this is a false alarm, since I'm going by my reading of the

[jira] [Commented] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416189#comment-17416189 ] Antoine Pitrou commented on THRIFT-5464: (removed sentence about the limits bein

[jira] [Commented] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416188#comment-17416188 ] Antoine Pitrou commented on THRIFT-5464: I'll also note that a {{borrow}} / {{co

[jira] [Updated] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated THRIFT-5464: --- Description: First: apologies if this is a false alarm, since I'm going by my reading of the

[jira] [Created] (THRIFT-5464) [C++] maxMessageSize possibly not correctly observed in TBufferBase

2021-09-16 Thread Antoine Pitrou (Jira)
Antoine Pitrou created THRIFT-5464: -- Summary: [C++] maxMessageSize possibly not correctly observed in TBufferBase Key: THRIFT-5464 URL: https://issues.apache.org/jira/browse/THRIFT-5464 Project: Thri

[jira] [Commented] (THRIFT-5237) Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class

2021-09-13 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17414094#comment-17414094 ] Antoine Pitrou commented on THRIFT-5237: Sorry to comment on this issue, but has

[jira] [Updated] (THRIFT-5462) [C++] Expose preprocessor macros to inspect the Thrift library version

2021-09-09 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated THRIFT-5462: --- Summary: [C++] Expose preprocessor macros to inspect the Thrift library version (was: [C++]

[jira] [Created] (THRIFT-5462) [C++] Expose preprocessor macro to inspect the Thrift version

2021-09-09 Thread Antoine Pitrou (Jira)
Antoine Pitrou created THRIFT-5462: -- Summary: [C++] Expose preprocessor macro to inspect the Thrift version Key: THRIFT-5462 URL: https://issues.apache.org/jira/browse/THRIFT-5462 Project: Thrift

[jira] [Commented] (THRIFT-5149) Limit container byte size

2020-03-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065075#comment-17065075 ] Antoine Pitrou commented on THRIFT-5149: It's the {{std::vector}} implementation

[jira] [Commented] (THRIFT-5149) Limit container byte size

2020-03-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065054#comment-17065054 ] Antoine Pitrou commented on THRIFT-5149: I suppose preallocating makes decoding

[jira] [Comment Edited] (THRIFT-5149) Limit container byte size

2020-03-23 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065054#comment-17065054 ] Antoine Pitrou edited comment on THRIFT-5149 at 3/23/20, 8:00 PM:

[jira] [Created] (THRIFT-5149) Limit container byte size

2020-03-23 Thread Antoine Pitrou (Jira)
Antoine Pitrou created THRIFT-5149: -- Summary: Limit container byte size Key: THRIFT-5149 URL: https://issues.apache.org/jira/browse/THRIFT-5149 Project: Thrift Issue Type: Wish Com

[jira] [Commented] (THRIFT-4836) [C++] Warning about deprecated use of boost endianness macros

2019-03-25 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800691#comment-16800691 ] Antoine Pitrou commented on THRIFT-4836: Apparently, boost 1.67.0 and Thrift 0.1

[jira] [Closed] (THRIFT-4837) [C++] Display summary at the end of CMake configuration

2019-03-21 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou closed THRIFT-4837. -- Resolution: Invalid Yuck, sorry, issue filed in wrong project :( > [C++] Display summary at t

[jira] [Created] (THRIFT-4837) [C++] Display summary at the end of CMake configuration

2019-03-21 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created THRIFT-4837: -- Summary: [C++] Display summary at the end of CMake configuration Key: THRIFT-4837 URL: https://issues.apache.org/jira/browse/THRIFT-4837 Project: Thrift

[jira] [Created] (THRIFT-4836) [C++] Warning about deprecated use of boost endianness macros

2019-03-21 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created THRIFT-4836: -- Summary: [C++] Warning about deprecated use of boost endianness macros Key: THRIFT-4836 URL: https://issues.apache.org/jira/browse/THRIFT-4836 Project: Thrift