Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken binary compatibility of THRIFT 0.13 of thrift plugin #8904

Closed
emeroad opened this issue Jun 3, 2022 · 0 comments · Fixed by #8910
Closed

Fix broken binary compatibility of THRIFT 0.13 of thrift plugin #8904

emeroad opened this issue Jun 3, 2022 · 0 comments · Fixed by #8910
Milestone

Comments

@emeroad
Copy link
Member

emeroad commented Jun 3, 2022

JDK8 binary compatibility broken in THRIFT 0.13
https://issues.apache.org/jira/browse/THRIFT-5274

06-03 11:05:04.004 [      Thread-17] DEBUG t.TNonblockingSocketConstructInterceptor -- AFTER org.apache.thrift.transport.TNonblockingSocket  args:(SocketChannelImpl, 0, null) result:null
Exception in thread "TAsyncClientManager#SelectorThread 47" java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer;
	at org.apache.thrift.async.TAsyncMethodCall.doWritingRequestBody(TAsyncMethodCall.java:263)
	at org.apache.thrift.async.TAsyncMethodCall.transition(TAsyncMethodCall.java:195)
	at org.apache.thrift.async.TAsyncClientManager$SelectThread.transitionMethods(TAsyncClientManager.java:143)
	at org.apache.thrift.async.TAsyncClientManager$SelectThread.run(TAsyncClientManager.java:113)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant