hazelcast-jet icon indicating copy to clipboard operation
hazelcast-jet copied to clipboard

Distributed Stream and Batch Processing

Results 125 hazelcast-jet issues
Sort by recently updated
recently updated
newest added

We need to backport the following to Jet 4.5 - update HZ to latest - backport https://github.com/hazelcast/hazelcast-enterprise/pull/5295 (HZ-1475) - update 3rd party dependencies to fix high and critical issues

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...

dependencies
java

We are using quite old Kafka client - 2.2.0. We might want to upgrade to latest.

enhancement
kafka

paimon takes advantage of iceberg and hudi by supporting features such as java api and primary keys https://paimon.apache.org/

test-failure

Jet uses `parquet-jackson` in version `1.12.3` which shades `com.fasterxml.jackson.core:jackson-databind:2.13.2.2` which includes following vulnerabilities: - CVE-2022-42003 - https://nvd.nist.gov/vuln/detail/CVE-2022-42003 - CVE-2022-42004 - https://nvd.nist.gov/vuln/detail/CVE-2022-42004 It's the same as https://github.com/hazelcast/hazelcast/issues/22407#issuecomment-1268404278

security
severity:high

Jet elasticsearch uses `snakeyaml` in version 1.33 which includes following vulnerability: - CVE-2022-1471 - https://ossindex.sonatype.org/vulnerability/CVE-2022-1471 The same CVE is in `jmx_prometheus_javaagent-0.16.1.jar (shaded: org.yaml:snakeyaml:1.29)`.

security
severity:high

_master_ / _3.2-maintenance_ (commit 166503c66113d5fe3d7e3158f4aba87cc683a7b9) Failed on nightly build: http://jenkins.hazelcast.com/job/jet-oss-maintenance-nightly/52/testReport/junit/com.hazelcast.jet.job/JobSubmissionSlownessRegressionTest/regressionTestForPR1488/ **It fails intermittently and it is caused by nature of the test since it is not deterministic. Fix will be...

test-failure

Currently it's not very convenient to use Pipeline API Sink/Source class inside DAG API as they require casting before you can access the meta supplier methods.

enhancement
Pipeline API

Early results with sliding windows are very non-intuitive. the JavaDoc warns I will be getting many results. that's what I am observing. but I have to think very hard to...

enhancement
docs

In Jet 4.2, there is no Elvis operator for a pipeline In a stage where output goes to one of exactly two subsequent stages, the coding might be ``` StreamStage...

enhancement