Aviram Hassan

Results 462 comments of Aviram Hassan

Can you attach the same log as above reproduced with the new idle timeout please?

I see it fails on accessing `/workspace` because it tries to read it from remote. Can you try to add it to local path? ```json { "feature": { "fs": {...

It could be that we're attached to the debugger as well, making it a bit slower. I'd try to use the extension to see if it helps.

Hey, we can't manage to reproduce it. Can you jump on a call to share screen to debug it together please?

Need to think how to add it later in the extensions.

I don't think we can have it in the OSS - there's no way to really understand the state when using the OSS (what agent works on what target etc)...

Hazelcast uses `isReachable` which goes to this code: https://github.com/openjdk/jdk/blob/87bb66cea1b6b70fc4929e7a6e3788883f87e02d/src/java.base/unix/native/libnet/Inet4AddressImpl.c#L343

I think a temporary, patchy solution would be to emulate that connection to port 7 is always successful. If you look at the above example, `tcp_ping4` just calls `connect((host, 7))`...

In terms of flexibility/customization it is a nice option, but would make the filter display (in `mirrord operator status`) a bit difficult to understand. I think the UX around the...

Thanks for taking the lead! I think part of this should be also the CLI Extension API where currently we have buttons in some of the messages that are hardcoded...