-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ZookeeperCacheTest gets stuck indefinitely #1338
Labels
Milestone
Comments
Another failure, now with the test timeout:
|
It appears this is happening after the from
|
merlimat
added a commit
to merlimat/pulsar
that referenced
this issue
Mar 6, 2018
merlimat
added a commit
that referenced
this issue
Mar 6, 2018
merlimat
pushed a commit
that referenced
this issue
Mar 6, 2018
…1332) * Move pulsar functions dependency version to root pom and remove duplicated license headers This addresses some comments in pulsar functions PR #1314 * shade worker * Fix broken master * Upgrade the bookkeeper storage client dependency to the official bookkeeper version This removes the temp dependency in `pulsar-functions-instance` * set `protobuf2.version` in pulsar-common * provide a shaded worker * include worker dependency at broker * Embeded function worker at broker * rename 'function worker' to 'functions worker' * add "--no-functions-worker" for pulsar-client-cpp tests * Integrate function cli into pulsar-admin cli - rename `pulsar-client-tools-shaded` to `pulsar-client-admin-shaded-for-functions`, because this module is used by functions only to avoid protobuf conflicts - move protobuf3 references to Utils, so it won't be referenced out side of pulsar-functions - integrate function cli into pulsar-admin cli * Merge pulsar-functions dist package into pulsar binary distribution * Fix license header issues * Fixed ZK cache test exectutor configuration. Fixes #1338
Merged
1 task
wolfstudy
pushed a commit
that referenced
this issue
Oct 29, 2020
…n instance class path (#7844) Fixes #1338 ### Motivation Currently, the function worker is using the function worker's classpath to configure the function instance (runner)'s classpath. So when the broker (function worker) is using an image that is different from the function instance (runner) for kubernetes runtime, the classpath will be wrong and the function instance is not able to load the instance classes. ### Modifications Adding an function instance class path entry into the kubernetes runtime config. And construct the function launch command accordingly. ### Verifying this change - [X] Make sure that the change passes the CI checks. This change is already covered by existing tests, such as KubernetesRuntimeTest. ### Does this pull request potentially affect one of the following parts: No ### Documentation - Does this pull request introduce a new feature? No Co-authored-by: Yong Zhang <zhangyong1025.zy@gmail.com>
wolfstudy
pushed a commit
that referenced
this issue
Oct 30, 2020
…n instance class path (#7844) Fixes #1338 ### Motivation Currently, the function worker is using the function worker's classpath to configure the function instance (runner)'s classpath. So when the broker (function worker) is using an image that is different from the function instance (runner) for kubernetes runtime, the classpath will be wrong and the function instance is not able to load the instance classes. ### Modifications Adding an function instance class path entry into the kubernetes runtime config. And construct the function launch command accordingly. ### Verifying this change - [X] Make sure that the change passes the CI checks. This change is already covered by existing tests, such as KubernetesRuntimeTest. ### Does this pull request potentially affect one of the following parts: No ### Documentation - Does this pull request introduce a new feature? No Co-authored-by: Yong Zhang <zhangyong1025.zy@gmail.com> (cherry picked from commit 7285380)
huangdx0726
pushed a commit
to huangdx0726/pulsar
that referenced
this issue
Nov 13, 2020
…n instance class path (apache#7844) Fixes apache#1338 ### Motivation Currently, the function worker is using the function worker's classpath to configure the function instance (runner)'s classpath. So when the broker (function worker) is using an image that is different from the function instance (runner) for kubernetes runtime, the classpath will be wrong and the function instance is not able to load the instance classes. ### Modifications Adding an function instance class path entry into the kubernetes runtime config. And construct the function launch command accordingly. ### Verifying this change - [X] Make sure that the change passes the CI checks. This change is already covered by existing tests, such as KubernetesRuntimeTest. ### Does this pull request potentially affect one of the following parts: No ### Documentation - Does this pull request introduce a new feature? No Co-authored-by: Yong Zhang <zhangyong1025.zy@gmail.com>
flowchartsman
pushed a commit
to flowchartsman/pulsar
that referenced
this issue
Nov 17, 2020
…n instance class path (apache#7844) Fixes apache#1338 ### Motivation Currently, the function worker is using the function worker's classpath to configure the function instance (runner)'s classpath. So when the broker (function worker) is using an image that is different from the function instance (runner) for kubernetes runtime, the classpath will be wrong and the function instance is not able to load the instance classes. ### Modifications Adding an function instance class path entry into the kubernetes runtime config. And construct the function launch command accordingly. ### Verifying this change - [X] Make sure that the change passes the CI checks. This change is already covered by existing tests, such as KubernetesRuntimeTest. ### Does this pull request potentially affect one of the following parts: No ### Documentation - Does this pull request introduce a new feature? No Co-authored-by: Yong Zhang <zhangyong1025.zy@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have noticed that since few days, few tests have started to get stuck and the build gets timed out after 100 minutes. It is happening very frequently and it was not happening before, so I suspect this is related to some recent changes.
It gets stuck mostly on
ZookeeperCacheTest
though I have also seen in other places.https://builds.apache.org/job/pulsar-pull-request/1941/console
The text was updated successfully, but these errors were encountered: