Skip to content
New issue

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

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

Already on GitHub? # to your account

IllegalAccessError: class io.milvus.grpc.CheckHealthRequest tried to access private field com.google.protobuf.AbstractMessage.memoizedSize #558

Open
OceanicBreeze opened this issue Jul 6, 2023 · 1 comment

Comments

@OceanicBreeze
Copy link

io.milvus milvus-sdk-java 2.2.8 org.apache.hive hive-exec 1.2.2

java.lang.IllegalAccessError: class io.milvus.grpc.CheckHealthRequest tried to access private field com.google.protobuf.AbstractMessage.memoizedSize (io.milvus.grpc.CheckHealthRequest and com.google.protobuf.AbstractMessage are in unnamed module of loader 'app')
at io.milvus.grpc.CheckHealthRequest.getSerializedSize(CheckHealthRequest.java:65)
at io.grpc.protobuf.lite.ProtoInputStream.available(ProtoInputStream.java:108)
at io.grpc.internal.MessageFramer.getKnownLength(MessageFramer.java:205)
at io.grpc.internal.MessageFramer.writePayload(MessageFramer.java:137)
at io.grpc.internal.AbstractStream.writeMessage(AbstractStream.java:65)
at io.grpc.internal.ForwardingClientStream.writeMessage(ForwardingClientStream.java:37)
at io.grpc.internal.DelayedStream$6.run(DelayedStream.java:283)
at io.grpc.internal.DelayedStream.drainPendingCalls(DelayedStream.java:182)
at io.grpc.internal.DelayedStream.access$100(DelayedStream.java:44)
at io.grpc.internal.DelayedStream$4.run(DelayedStream.java:148)
at io.grpc.stub.ClientCalls$ThreadlessExecutor.runQuietly(ClientCalls.java:771)
at io.grpc.stub.ClientCalls$ThreadlessExecutor.waitAndDrain(ClientCalls.java:754)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:157)
at io.milvus.grpc.MilvusServiceGrpc$MilvusServiceBlockingStub.checkHealth(MilvusServiceGrpc.java:4523)
at io.milvus.client.AbstractMilvusGrpcClient.checkHealth(AbstractMilvusGrpcClient.java:2727)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants