Peter Palaga

Results 252 comments of Peter Palaga

I have tested it with current master. Actually, the steps to reproduce as I have written them above may have other unrelated issues. I have reproduced it camel-quarkus tree, transforming...

quarkus-maven-plugin runs its own instance of aether, and probably keeps its own classloaders independently of Maven caches.

Could you please add some steps to reproduce?

Currently, it is not possible. There is some related discussion in https://github.com/apache/maven-mvnd/issues/496. Adding the config params for a fixed port is doable - a contribution with a test case is...

I do not think we can help with `rtMaven` specific questions. You may consider contacting `rtMaven` developers. Generally, for using mvnd on the CI: * If you expect faster builds...

Could you please check the logs in `$MVND_HOME/daemon`?

What's your operating system? Is it always reproducible?

So the daemon finishes building the request, the problem is only that the client disconnects before it is finished?

@DoPaNik seems to be like https://github.com/mvndaemon/mvnd/issues/291 Tweaking the props should be right strategy, but the ones you mention are either not properly spelled or have weird values. As step one,...

I think we should try to figure out first where the bottle neck is. Is that overall CPU contention? Or is that client threads blocking each other? Daemon threads blocking...