Josef Cacek

Results 16 issues of Josef Cacek

This commit enables Code QL scanning in the `hazelcast` repository.

Source: Internal
Module: Security
security
Team: Platform

Do proper resource cleanup in Docker-based tests. Docker volumes and exited containers are not removed after the tests and they consume system resources. ``` $ docker ps -a CONTAINER ID...

defect

Platform-specific protocol buffers Maven deps are not available for zOS (`zos-s390_64`). Hazelcast build therefore fails on IBM/zOS. ```bash export MAVEN_OPTS="-Xms3g -Xmx5g" mvn clean install -Dmaven.test.failure.ignore=true -Dcom.ibm.jsse2.overrideDefaultTLS=true \ "-DvmHeapSettings=-Xms4g -Xmx4g" \...

Type: Defect
Source: Internal
Module: Jet
Team: Platform

This PR improves the behavior of `ContainerState.getMappedPort(int)` method. Instead of the `getContainerInfo()` it uses `getCurrentContainerInfo()`. The problem with the original behavior comes when a container is disconnected from a network...

After upgrading from 2.10.0 to 2.13.0 we see a lot of error messages *"appId option is required"* in the log. ```json { "name": "cla.domain.name", "hostname": "ip-10-0-34-139.ec2.internal", "pid": 10138, "level": 50,...

The `PythonServiceTest.batchStage_mapUsingPython` failed on PR builder on `master` branch https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/13859/ Stacktrace: ``` java.util.concurrent.CompletionException: com.hazelcast.jet.JetException: PythonService initialization failed: java.lang.Exception: Initialization script finished with non-zero exit code: 1 at java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:375) at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1947)...

Type: Test-Failure
Source: Internal
Module: Jet
to-jira
Team: Integration

We have many samples that work either directly or transitively with old Hazelcast versions. It leads to runtime problems (CNFEs for instance). The following check was done for Hazelcast [tag...

bug

``` $ git grep hazelcast/hazelcast: hazelcast-integration/kubernetes/hazelcast.yaml: image: hazelcast/hazelcast:3.10.3 hazelcast-integration/openshift/hazelcast-cluster/hazelcast-openshift-origin/hazelcast.yaml: value: hazelcast/hazelcast:3.11 $ git grep hazelcast/hazelcast-enterprise: hazelcast-integration/kubernetes/hazelcast-enterprise.yaml: image: hazelcast/hazelcast-enterprise:3.10.3 hazelcast-integration/openshift/hazelcast-cluster/hazelcast-enterprise-openshift-centos/hazelcast.yaml: value: hazelcast/hazelcast-enterprise:3.11 ``` Could we come up with some improvement to...

bug

I would like to open discussion about simplifying and unifying code samples. The idea behind is to provide unified experience to users and allow QE to verify the samples in...

enhancement