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

[DRAFT] protobuf-java 3.21 #755

Closed
wants to merge 1 commit into from
Closed

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Oct 21, 2023

causes 1 test to fail with

2023-10-21T05:57:40.8811437Z 2023-10-21 05:57:32,513 ERROR org.apache.pekko.actor.ActorSystemImpl SECURITY - Uncaught error from thread [DataCenterReplicatedShardingSpec-pekko.remote.default-remote-dispatcher-11]: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;, shutting down JVM since 'pekko.jvm-exit-on-fatal-error' is enabled for ActorSystem[DataCenterReplicatedShardingSpec] MDC: {pekkoUid=-3772597020781846367, sourceThread=DataCenterReplicatedShardingSpec-pekko.remote.default-remote-dispatcher-11, sourceActorSystem=DataCenterReplicatedShardingSpec, pekkoAddress=pekko://[email protected]:44831, pekkoSource=org.apache.pekko.actor.ActorSystemImpl(DataCenterReplicatedShardingSpec), pekkoTimestamp=05:57:32.512UTC}
2023-10-21T05:57:40.8817348Z java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
2023-10-21T05:57:40.8818918Z 	at org.apache.pekko.protobufv3.internal.CodedOutputStream$UnsafeDirectNioEncoder.writeStringNoTag(CodedOutputStream.java:2153)
2023-10-21T05:57:40.8820839Z 	at org.apache.pekko.protobufv3.internal.CodedOutputStream$UnsafeDirectNioEncoder.writeString(CodedOutputStream.java:1922)
2023-10-21T05:57:40.8822551Z 	at org.apache.pekko.protobufv3.internal.GeneratedMessageV3.writeString(GeneratedMessageV3.java:3195)
2023-10-21T05:57:40.8824395Z 	at org.apache.pekko.cluster.sharding.typed.internal.protobuf.ShardingMessages$ShardingEnvelope.writeTo(ShardingMessages.java:260)
2023-10-21T05:57:40.8826308Z 	at org.apache.pekko.cluster.sharding.typed.internal.ShardingSerializer.toBinary(ShardingSerializer.scala:76)
2023-10-21T05:57:40.8827885Z 	at org.apache.pekko.remote.MessageSerializer$.serializeForArtery(MessageSerializer.scala:97)
2023-10-21T05:57:40.8829159Z 	at org.apache.pekko.remote.artery.Encoder$$anon$1.onPush(Codecs.scala:157)
2023-10-21T05:57:40.8830455Z 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:556)
2023-10-21T05:57:40.8831922Z 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:434)
2023-10-21T05:57:40.8833496Z 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
2023-10-21T05:57:40.8835179Z 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
2023-10-21T05:57:40.8836899Z 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
2023-10-21T05:57:40.8838981Z 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
2023-10

@pjfanning pjfanning marked this pull request as draft October 21, 2023 05:00
@pjfanning pjfanning closed this Oct 21, 2023
@mdedetrich
Copy link
Contributor

I would prefer to fix the underlying problem rather than adding the incorrectly formatted filed to ignore list because otherwise updating sbt-java-formstter isn't providing any real value

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

Successfully merging this pull request may close these issues.

2 participants