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

The `FJP.commonPool` is shared with users. If they block out all threads in it, Jet jobs will be blocked. This happened with a customer recently. One case I know we're...

enhancement
core

_master_ (commit 78a61a3ba5e76264f215e21af6a3a2d1007c0154) Failed on Sonar nightly build (Oracle JDK 11): http://jenkins.hazelcast.com/job/jet-oss-master-sonar-nightly/752/testReport/ There are two failures in test but they can be related - `HazelcastInstance[[127.0.0.1]:5701] is not active!` and `Cluster...

test-failure

_master_ (commit afbeccd072bae869696cd8a576e437876ef8b64c) Failed on Zulu JDK 8: http://jenkins.hazelcast.com/job/jet-oss-master-zulu-jdk8/324/testReport/junit/com.hazelcast.jet.kinesis/KinesisIntegrationTest/com_hazelcast_jet_kinesis_KinesisIntegrationTest/ Stacktrace: ``` org.junit.runners.model.TestTimedOutException: test timed out after 900 seconds at org.testcontainers.shaded.okio.Buffer.getByte(Buffer.java:312) at org.testcontainers.shaded.okio.RealBufferedSource.readHexadecimalUnsignedLong(RealBufferedSource.java:310) at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.readChunkSize(Http1ExchangeCodec.java:492) at org.testcontainers.shaded.okhttp3.internal.http1.Http1ExchangeCodec$ChunkedSource.read(Http1ExchangeCodec.java:471) at org.testcontainers.shaded.okhttp3.internal.Util.skipAll(Util.java:204) at org.testcontainers.shaded.okhttp3.internal.Util.discard(Util.java:186)...

test-failure

Jet using Kafka `2.2.2` which includes following vulnerability: - CVE-2021-38153 - https://nvd.nist.gov/vuln/detail/CVE-2021-38153 (fixed in 2.8.1) The same CVE is in HZ 5.x - hazelcast/hazelcast#20024

security
severity:medium

Elastic 6 connector uses Elasticsearch 6.8.17 which includes following vulnerabilities: - CVE-2021-22147 - https://nvd.nist.gov/vuln/detail/CVE-2021-22147 The same CVE is in HZ 5.x - https://github.com/hazelcast/hazelcast/issues/20022

security
severity:medium

Jet uses `org.apache.hadoop:hadoop-client` which uses `commons-io:commons-io` in version `2.5` which includes following vulnerability: - CVE-2021-29425 - https://nvd.nist.gov/vuln/detail/CVE-2021-29425 (it should be fixed in version 2.7 - however is seems to currently...

security
severity:medium

Jet uses `org.apache.hadoop:hadoop-client` which uses `net.minidev:accessors-smart` in version `1.3` which includes following vulnerability: - CVE-2021-31684 - https://nvd.nist.gov/vuln/detail/CVE-2021-31684 (it's in versions 1.3 and 2.4)

security
severity:high

Jet uses `org.apache.avro:avro` and `org.apache.avro:avro-ipc-jetty` in version `1.10.2` which includes following vulnerability: - CVE-2019-17195 - https://nvd.nist.gov/vuln/detail/CVE-2019-17195

security
severity:critical

_4.5-maintenance_ (commit 48d9e46150062ecacdf2e469eddbf624ae160194) Failed on Zulu JDK 11: http://jenkins.hazelcast.com/view/Jet%20-%20Maintenance/job/jet-oss-maintenance-zulu-jdk11/235/testReport/com.hazelcast.jet.core/SuspendExecutionOnFailureTest/when_jobSuspendedDueToFailure_then_suspensionCauseDescribeProblem_0__mode_member_/ It failed with mode `[0: mode=member]`. Stacktrace: ``` java.lang.IllegalStateException: Job not suspended at com.hazelcast.jet.impl.JobCoordinationService.lambda$getJobSuspensionCause$beda4441$1(JobCoordinationService.java:462) at com.hazelcast.function.FunctionEx.apply(FunctionEx.java:47) at com.hazelcast.jet.impl.JobCoordinationService.lambda$getJobSuspensionCause$20(JobCoordinationService.java:469) at com.hazelcast.jet.impl.JobCoordinationService.lambda$callWithJob$38(JobCoordinationService.java:668) at...

test-failure