Skip to content
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

[fix][meta] Bump jetcd to 0.7.7 #21896

Closed
wants to merge 2 commits into from

Conversation

liangyuanpeng
Copy link
Contributor

@liangyuanpeng liangyuanpeng commented Jan 14, 2024

Fixes #xyz

Main Issue: #xyz

PIP: #xyz

Motivation

Bump jetcd to 0.7.7, it's major fix two bug and Upgrade of related dependencies.

Bug fixes:

Full details: etcd-io/jetcd@jetcd-0.7.5...jetcd-0.7.7

Modifications

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository: pulsar-sigs#6

Signed-off-by: Lan Liang <gcslyp@gmail.com>
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Jan 14, 2024
@liangyuanpeng
Copy link
Contributor Author

I review this PR again. The main two bugfixes are for 0.7.6 and pulsar uses 0.7.5, so this PR can wait a little longer.

Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added review comments about mixing grpc and vertx library versions.

@@ -436,6 +436,7 @@ The Apache Software License, Version 2.0
- io.grpc-grpc-rls-1.55.3.jar
- io.grpc-grpc-servlet-1.55.3.jar
- io.grpc-grpc-servlet-jakarta-1.55.3.jar
- io.grpc-grpc-util-1.60.0.jar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mixing grpc library versions doesn't look good. grpc version is currently coupled to protobuf version and also to bookkeeper version so we cannot safely upgrade protobuf. (see thread https://lists.apache.org/thread/s9g6w31vtwzgqf162hhlcr2nx3y68gv5)

@@ -478,6 +480,7 @@ The Apache Software License, Version 2.0
- io.vertx-vertx-web-4.3.8.jar
- io.vertx-vertx-web-common-4.3.8.jar
- io.vertx-vertx-grpc-4.3.5.jar
- io.vertx-vertx-grpc-4.5.1.jar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mixing vertx libraries versions doesn't look good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants