[FLINK-32612] Upgrade Pulsar version to 3.0.0#54
Conversation
Signed-off-by: tison <wander4096@gmail.com>
|
@zentol can we disable false positive for LicenseChecker? https://github.com/apache/flink-connector-pulsar/actions/runs/5531507804/jobs/10092293645 |
|
The issued dependency should be fine like JDK as a dependency - GPL Classpath Exception |
|
I'll try to exclude them. But generally it's a false positive. |
Signed-off-by: tison <wander4096@gmail.com>
@MartijnVisser @zentol how can I debug this CI failure then? EDIT - Resolved after a retry. But the CI tests are falsy passed, maybe the ci_utils can be still improved. |
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
How so? |
|
https://github.com/apache/flink-connector-pulsar/actions/runs/5550771150/jobs/10136213423
@zentol You're right that the sub workflow failed. Although the GitHub check suite display the overall state as passed, it should be a GitHub issue. Perhaps introduce a final required job can improve the experience, like - |
|
@eolivelli Still some loading issues. I don't know if there is some semantic changes in runtime. Currently - cc @syhily for advice :D |
a3f2e9b to
4fecf48
Compare
Signed-off-by: tison <wander4096@gmail.com>
|
Luckily all tests passed now. I'll check the details on the logs. |
|
LGTM |
|
Somehow waiting for apache/flink#23003. I'd prefer to use a consistent relocate pattern. Also will create a JIRA ticket for this patch. Hopefully we can merge this one in days. |
…r/pulsar/source/enumerator/cursor/stop/MessageIdStopCursor.java Co-authored-by: Yufan Sheng <syhily@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
This reverts commit f29bda8.
Thanks to Yufan! Signed-off-by: tison <wander4096@gmail.com> Co-authored-by: Yufan Sheng <yufan@streamnative.io>
Signed-off-by: tison <wander4096@gmail.com>
| configuration.set(JobManagerOptions.TOTAL_PROCESS_MEMORY, MemorySize.ofMebiBytes(2560)); | ||
| configuration.set(JobManagerOptions.JVM_METASPACE, MemorySize.ofMebiBytes(1024)); |
There was a problem hiding this comment.
Temporarily workaround. Hopefully we locate why JM metaspace OOM. It can be related to both the size of the final JAR ball and how we load and unload the JAR ball.
Signed-off-by: tison <wander4096@gmail.com>
|
The CNFE is a wanring that -
|
|
Pending to merge.. Other improvement will be exploring later. |
Signed-off-by: tison <wander4096@gmail.com>
|
Merging... |
This reverts commit 279a678
This reverts commit 279a678
Purpose of the change
Upgrade Pulsar client and admin version to 3.0.0 for the next development cycle.
Verifying this change
Existing CI workflows should pass.
Significant changes
@Public(Evolving))