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

[improve][build, broker, client, test, sql] Cherry-pick 2.10_ds improvements onto 3.1_ds (part I) #205

Merged
merged 17 commits into from
Dec 12, 2023

Conversation

nikhil-ctds
Copy link
Collaborator

@nikhil-ctds nikhil-ctds commented Dec 7, 2023

Motivation

Explain here the context, and why you're making that change. What is the problem you're trying to solve.

Modifications

Describe the modifications you've done.

  • 0944414 - Remove batch-data-generator from the test docker image
  • c6e0650 - Disable integration tests testing connector not included in the test docker image
  • 4ff4f90 - Add artifacts deployment to Sonatype
  • cc4c7be - Offloaders: fix metrics - pass the Scheduler for periodic calculations - add raw brk_ledgeroffloader_read_bytes counter - fix read latency from JClouds calculation
  • 7bba51f - [cli] Topic subscriptions visualizer ([cli] Topic subscriptions visualizer #133)
  • 65de5a0 - Move to the new datastax internal artifactory
  • b835048 - Fix NPE on subscriptions-visual-stats command

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.

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

If yes was chosen, please highlight the changes

  • Dependencies (does it add or upgrade a dependency): (yes)
  • The public API: (no)
  • The schema: (no)
  • The default values of configurations: (no)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (no)

Documentation

Check the box below or label this PR directly (if you have committer privilege).

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

nikhil-ctds and others added 14 commits December 5, 2023 17:28
- pass the Scheduler for periodic calculations
- add raw brk_ledgeroffloader_read_bytes counter
- fix read latency from JClouds calculation

(cherry picked from commit cc4c7be)

 Conflicts:
	managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/LedgerOffloaderStatsImpl.java
	pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
	tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreBackedInputStreamImpl.java
(cherry picked from commit 7bba51f)

 Conflicts:
	pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
(cherry picked from commit 65de5a0)

 Conflicts:
	buildtools/pom.xml
	pom.xml
	pulsar-sql/presto-distribution/pom.xml
@nikhil-ctds nikhil-ctds changed the title [fix][test] Test pr to trigger workflows [improve][build, broker, client, test, sql] Cherry-pick 2.10_ds improvements onto 3.1_ds (part I) Dec 7, 2023
@nikhil-ctds nikhil-ctds self-assigned this Dec 7, 2023
Copy link
Collaborator

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

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

LGTM

@srinath-ctds srinath-ctds merged commit 075be68 into 3.1_ds Dec 12, 2023
48 of 49 checks passed
@srinath-ctds srinath-ctds deleted the 3.1_ds_cherry-picks branch December 12, 2023 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants