Quadrupled thrift frame size#159
Open
darthskotina wants to merge 1 commit into
Open
Conversation
…ting to monitor Trino lead to stderr: org.apache.thrift.transport.TTransportException: Frame size (9853) larger than max length (8192)
|
vanburen.fallout@gmail.com seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Author
|
Hi,
My github email is
***@***.***
- I have just checked. I've also followed the link and accepted a CLA,
while being authenticated to github from this account.
What can be done about this?
Kind regards,
Pavel
…On Thu, 23 May 2024 at 00:32, CLAassistant ***@***.***> wrote:
[image: CLA assistant check]
<https://cla-assistant.io/newrelic/nrjmx?pullRequest=159>
Thank you for your submission! We really appreciate it. Like many open
source projects, we ask that you sign our Contributor License Agreement
<https://cla-assistant.io/newrelic/nrjmx?pullRequest=159> before we can
accept your contribution.
------------------------------
***@***.*** ***@***.***>* seems not to be
a GitHub user. You need a GitHub account to be able to sign the CLA. If you
have already a GitHub account, please add the email address used for this
commit to your account
<https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user/#commits-are-not-linked-to-any-user>
.
You have signed the CLA already but the status is still pending? Let us
recheck <https://cla-assistant.io/check/newrelic/nrjmx?pullRequest=159>
it.
—
Reply to this email directly, view it on GitHub
<#159 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQX7MOR6YK7HVH7LZKULZTZDUFHTAVCNFSM6AAAAABG6XK4V2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRVG44DSMRYGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
What are you changing/fixing?
When attempting to use gojmx to monitor Trino I have stumbled upon the following error:
nrjmx client error: nrjmx process exited with error: exit status 1: stderr: org.apache.thrift.transport.TTransportException: Frame size (9853) larger than max length (8192)! at org.apache.thrift.transport.layered.TFramedTransport.readFrame(TFramedTransport.java:148)\n at org.apache.thrift.transport.layered.TFramedTransport.read(TFramedTransport.java:100)\n at org.apache.thrift.transport.TTransport.readAll(TTransport.java:100)\n at org.apache.thrift.protocol.TCompactProtocol.readByte(TCompactProtocol.java:622)\n at org.apache.thrift.protocol.TCompactProtocol.readMessageBegin(TCompactProtocol.java:479)\n at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:27)\n at org.newrelic.nrjmx.v2.StandardIOServer.listen(StandardIOServer.java:55)\n at org.newrelic.nrjmx.Application.runV2(Application.java:122)\n at org.newrelic.nrjmx.Application.main(Application.java:46)\nincreasing maxLength for TFramedTransport.Factory resolves the issue
Does your Pull Request introduce breaking changes?
no
Do the users need to upgrade immediately to the new version?
no
Do you introduce new dependencies on other libraries?
no
Checklist: before you submit
build.log