-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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?
|
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? |
@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 - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@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. |
It seems changeing the relocate pattern doesn't fix the issue really. I'll try to revert the changes to see if it's an flaky case. |
Signed-off-by: tison <wander4096@gmail.com>
…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>
...ava/org/apache/flink/connector/pulsar/source/enumerator/cursor/stop/MessageIdStopCursor.java
Outdated
Show resolved
Hide resolved
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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... |
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)
)