Lenny Primak

Results 417 comments of Lenny Primak

Hi, Thomas, There is a separate arquillian module available to propagate system properties into the container (and thus remote tests) ``` fish.payara.arquillian environment-setup ${payara.arquillian.container.version} test ``` It uses Arquillian remote...

Did a bit more research, and I don't see a "download" for Arm64 Linux on Firefox' site at all. Perhaps they don't offer supported versions. Still, I think Selenium should...

I did some more research, and Mozilla is working on new distributions for Arm Linux. See https://bugzilla.mozilla.org/show_bug.cgi?id=1678342 I didn't realize that Selenium Manager is only compiled for x64, I guess...

@arodionov I think it's premature to close this for the following reasons: - There is no event sent by Hazelcast when members shut down normally and majority is lost, thus...

Thanks @arodionov All of this is already described in #24897 > there is a CP Group Availability Listeners https://docs.hazelcast.com/hazelcast/5.3/cp-subsystem/management#cp-group-availability-listeners Just want to reiterate that those listeners are **not** called when...

Please reopen. Still valid

Thank you! This was quite buried in the docs :) Is there room for enhancement here? I would think in a more 'realistic' dynamic clusters (think k8s) there is room...

I have created (with great difficulty) code that work correctly to keep CP going while restarting nodes. https://github.com/flowlogix/hazelcast-issues/blob/master/CacheTester/src/main/java/com/flowlogix/hazelcast/cachetester/CacheTester.java#L143 However, I've encountered more issues. I am in the process of recording...