Christian Roche

Results 13 comments of Christian Roche

I'd really like to see that feature implemented too. To clarify, there is an official list of Jenkins features controlled by system properties [here](https://wiki.jenkins.io/display/JENKINS/Features+controlled+by+system+properties). Some values like `hudson.TcpSlaveAgentListener.hostName` are required...

Naive question about `pods/eviction`, this feature doesn't seem to get much love at all. Is there a possible workaround / a direct way to create ak8s_openapi [Eviction](https://docs.rs/k8s-openapi/0.11.0/k8s_openapi/api/policy/v1beta1/struct.Eviction.html)? Is there a...

Hi, attached the full [Cargo tree](https://github.com/tokio-rs/tokio/files/15496263/tree.txt).

What else do you think could help? Would having the core dump do?

For what it's worth, this is what I'm able to extract from the core file: ``` > lldb -f bin.76013 -c /cores/core.76013 (lldb) f 12 frame #12: 0x0000000106402f7c bin.76013`tokio::util::linked_list::LinkedList$LT$L$C$$LT$L$u20$as$u20$tokio..util..linked_list..Link$GT$..Target$GT$::push_front::h6e00c199c3bb503f(self=0x00007f8c19813410, val=TimerHandle...

Yes I had a feeling too that this may be the root cause. I'm going to see if I can avoid using it. Thanks!

I'm considering at the moment replacing [Mapped Futures](https://github.com/StoicDeveloper/mapped_futures/tree/master) with the more standard [StreamMap](https://docs.rs/tokio-stream/0.1.15/tokio_stream/struct.StreamMap.html). Aren't these crates basically doing the same thing? Sorry if I'm misunderstanding something, this whole Future mechanism...

Hi there, can somebody please have a look at this issue? It's quite annoying as it creates a lot of unnecessary workload on our servers. Thanks!

Hi there, can somebody help with this issue? I think the issue may be on the server side, should I submit to a different project? Thanks, Chris

I'm having the exact same issue with EKS v1.30, seems to be related to https://github.com/awslabs/amazon-eks-ami/issues/2222.