Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,595 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in akka/akka that received 12 comments
A fast dropping queue implementation
This is an attempt to solve #29558 for the special case of a queue with strategy dropNew.
As detailed in #29557, the current queue suffers from fut…
+328
−0
•
12
comments
- [2.5 backport] testkit: more resilient check for available loopback addresses in SocketUtil on MacOS
- testkit: more resilient check for available loopback addresses in SocketUtil on MacOS
- [2.5 backport] testkit: do not try to use 127.x.y.255 as a test localhost address
- testkit: do not try to use 127.x.y.255 as a test localhost address
Created an issue in akka/akka that received 2 comments
- Create and enforce guideline that header parsing round-trips never lose information
- Investigate performance changes due to new benchmarking server
- HTTP/2 drops a connection if frames are received on a stream that was recently closed
- HTTP/2 server aborts request when request entity is cancelled
- Add troubleshooting page with a list of useful debugging options
- Failed: RandomizedSplitBrainResolverIntegrationSpec
- Failed: akka.persistence.LeveldbPersistentActorWithRuntimePluginConfigSpec.A persistent actor must reply to the original sender() of a command, even when using persistAsync
- Failed: jdocs.discovery.DnsDiscoveryDocTest.dnsDiscoveryShouldResolveAkkaIo
- Reimplement Source.queue to remove reliance on async callbacks
- Async callback tracking in GraphStage can lead to OOM if callbacks cannot be processed fast enough