Skip to content

feat(s3stream): replace useless scheduler executor (#663) #1382

feat(s3stream): replace useless scheduler executor (#663)

feat(s3stream): replace useless scheduler executor (#663) #1382

Triggered via push November 17, 2023 07:22
Status Success
Total duration 2m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
Check dependency licenses: metadata-jdbc/pom.xml#L61
'mysql-connector-j' ('8.1.0') 'EPL-1.0' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: proxy/pom.xml#L46
Transitive dependency: 'javassist' ('3.20.0-ga') 'MPL-1.1' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: store/pom.xml#L51
'rocksdbjni' ('8.5.3') 'GPL-2.0-only' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: s3stream/pom.xml#L92
'jna' ('5.2.0') 'LGPL-2.1-only' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: store/pom.xml#L51
'rocksdbjni' ('8.5.3') 'GPL-2.0-or-later' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: s3stream/pom.xml#L92
'jna' ('5.2.0') 'GPL-3.0-only' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: metadata-jdbc/pom.xml#L61
'mysql-connector-j' ('8.1.0') 'GPL-2.0-only' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: common/pom.xml#L87
Transitive dependency: 'okhttp' ('4.11.0') 'MPL-2.0' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: broker/pom.xml#L72
'agent' ('0.12.2') 'MPL-2.0' license is in the prohibited licenses list with project license 'Apache-2.0'
Check dependency licenses: s3stream/pom.xml#L92
'jna' ('5.2.0') 'LGPL-2.1-or-later' license is in the prohibited licenses list with project license 'Apache-2.0'
AutoCloseable used without 'try'-with-resources: cli/src/main/java/com/automq/rocketmq/cli/ResetConsumeOffset.java#L59
'GrpcProxyClient' used without 'try'-with-resources statement
AutoCloseable used without 'try'-with-resources: cli/src/main/java/com/automq/rocketmq/cli/ResetConsumeOffset.java#L58
'GrpcControllerClient' used without 'try'-with-resources statement
AutoCloseable used without 'try'-with-resources: s3stream/src/main/java/com/automq/stream/s3/ObjectReader.java#L120
'ObjectReader' used without 'try'-with-resources statement
Check dependency licenses: common/pom.xml#L73
'protobuf-java' ('3.24.0') 'PROTOBUF' is not in the allowed or the prohibited licenses lists with project license 'Apache-2.0'
Check dependency licenses: proto/pom.xml#L55
'protobuf-java-util' ('3.24.0') 'PROTOBUF' is not in the allowed or the prohibited licenses lists with project license 'Apache-2.0'
Check dependency licenses: common/pom.xml#L107
Transitive dependency: 'opentelemetry-semconv' ('1.21.0-alpha') licenses cannot be recognized
Check dependency licenses: proto/pom.xml#L47
Transitive dependency: 'protobuf-java-util' ('3.24.0') 'PROTOBUF' is not in the allowed or the prohibited licenses lists with project license 'Apache-2.0'
Method can be extracted: s3stream/src/main/java/com/automq/stream/s3/wal/SlidingWindowService.java#L193
It's possible to extract method returning 'newBlock' from a long surrounding method