He-Pin(kerr)

Results 338 issues of He-Pin(kerr)

``` [ERROR] [10/12/2023 15:08:18.179] [pool-9-thread-9-ScalaTest-running-GrpcExceptionHandlerSpec] [org.apache.pekko.grpc.scaladsl.GrpcExceptionHandler(pekko://Test)] Unhandled error: [null]rpcClientSettingsSpec 0s java.lang.NullPointerException at org.apache.pekko.grpc.scaladsl.GrpcExceptionHandlerSpec.(GrpcExceptionHandlerSpec.scala:53) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:454) at sbt.TestRunner.runTest$1(TestFramework.scala:153) at sbt.TestRunner.run(TestFramework.scala:168)...

https://github.com/apache/incubator-pekko-http/actions/runs/7735744903/job/21091918104#step:8:2202 ```scala

failed

refs: https://github.com/apache/incubator-pekko-http/pull/312

https://github.com/apache/incubator-pekko-http/actions/runs/6111528161/job/16587278959?pr=320#step:8:1287 ``` - should convert streamed binary to strict binary if stream is infinite *** FAILED *** (5 seconds, 437 milliseconds) [info] java.util.concurrent.TimeoutException: Future timed out after [5 seconds] [info]...

failed

Picked from: https://discuss.lightbend.com/t/internal-server-error-triggered-by-accept-charset-header-with-unexpected-value/10427 Which expects the header to be ignored.

bug
nice-to-have (low-prio)

Motivation: Add virtual thread support Modification: 1. Run Actor on top of `ThreadPerTaskExecutor`. Result: Virtual thread support was added. Note: As `Mailbox` extends on `ForkJoinTask` and when we run on...

Artery UDP based on Aeron (hard to deploy, little used, one extra dimension in hard to stabilize remoting (and everything above like cluster, persistence etc) tests) _Originally posted by @jrudolph...

There are classes is not marked with `@DoNotInherent`, then Java user may extends that classes. We should mark it with `@DoNotInherent`. And there are some classes should be annotated with...

Motivation: When reading the code in https://github.com/apache/pekko/pull/1247 , I recall that we can improve performance with SIDM. related blog: https://richardstartin.github.io/posts/finding-bytes and for reference in Netty: https://github.com/netty/netty/pull/10737 Would you like to...

performance

Motivation: There are many `Source.from(Arrays.asList(...))` in Java, I think we can add something like `Source.multi(...)` which work as the `Flux.Just(T ...t)`. Result: Replace `Source.from(Arrays.asList(1,2,3))` to `Source.multi(1,2,3))`

t:stream