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

Add parameter to capture segment replication stats #273

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Add parameter to capture segment replication stats #273

merged 1 commit into from
Aug 15, 2023

Conversation

rishabh6788
Copy link
Collaborator

Description

This PR adds parameter to capture segment replication stats.

Issues Resolved

Related to opensearch-project/opensearch-build#3868

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #273 (bab8f59) into main (99c487d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #273   +/-   ##
=========================================
  Coverage     86.63%   86.63%           
  Complexity       27       27           
=========================================
  Files            77       77           
  Lines           202      202           
  Branches         11       11           
=========================================
  Hits            175      175           
  Misses           19       19           
  Partials          8        8           
Files Changed Coverage Δ
...ts/jenkins/jobs/BenchmarkTestMultinode_Jenkinsfile 100.00% <ø> (ø)
tests/jenkins/jobs/BenchmarkTest_Jenkinsfile 100.00% <ø> (ø)

@rishabh6788 rishabh6788 merged commit 8cede32 into opensearch-project:main Aug 15, 2023
7 checks passed
@opensearch-trigger-bot
Copy link

The backport to 5.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-5.x 5.x
# Navigate to the new working tree
pushd ../.worktrees/backport-5.x
# Create a new branch
git switch --create backport/backport-273-to-5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8cede32fbfa45f7798a59aea9930d132284fa70e
# Push it to GitHub
git push --set-upstream origin backport/backport-273-to-5.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-5.x

Then, create a pull request where the base branch is 5.x and the compare/head branch is backport/backport-273-to-5.x.

@opensearch-trigger-bot
Copy link

The backport to 5.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-5.x 5.x
# Navigate to the new working tree
pushd ../.worktrees/backport-5.x
# Create a new branch
git switch --create backport/backport-273-to-5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8cede32fbfa45f7798a59aea9930d132284fa70e
# Push it to GitHub
git push --set-upstream origin backport/backport-273-to-5.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-5.x

Then, create a pull request where the base branch is 5.x and the compare/head branch is backport/backport-273-to-5.x.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 15, 2023
Signed-off-by: Rishabh Singh <[email protected]>
(cherry picked from commit 8cede32)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants