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

Backport "HBASE-27814 Add support for dump and process metrics servlet in REST InfoServer" to branch-2.6 #5724

Closed
wants to merge 6,438 commits into from

Conversation

NihalJain
Copy link
Contributor

@NihalJain NihalJain commented Feb 29, 2024

Other changes:

  • Ensure info server stops during stop()
  • Extract header and footer. This would fix the log level page layout for rest web UI (See HBASE-20693)
  • Add hostname in the landing page instead of just port similar to other web UIs

Apache9 and others added 30 commits May 15, 2023 10:35
…e.SystemExitRule (apache#5238)

Signed-off-by: Liangjun He <heliangjun@apache.org>
Signed-off-by: Xin Sun <ddupgs@gmail.com>
apache#5237)

From 50^3 to 30^3, 125000 -> 27000

Signed-off-by: Liangjun He <heliangjun@apache.org>
Signed-off-by: Xin Sun <ddupgs@gmail.com>
… make the minimum replication system work (apache#4672)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
Signed-off-by: Xin Sun <ddupgs@gmail.com>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
…rations such as migration (apache#4803)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
…lication table does not exist (apache#4811)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Yu Li <liyu@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ionQueueFromZkToTableProcedure

Signed-off-by: Liangjun He <heliangjun@apache.org>
…lication queue data (apache#4901)

Signed-off-by: Liangjun He <heliangjun@apache.org>
Signed-off-by: Liangjun He <heliangjun@apache.org>
… separated HBase table design doc to git repo (apache#5197)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
… guide (apache#5203)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…not in java.base' when running UTs with jdk11 (apache#5242)

Signed-off-by: Tianhang Tang <tianhang@apache.org>
…urity (apache#5205)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…sing ImportTsv (apache#5225)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Update CycloneDX version

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…to fail (apache#5244)

Forward cherry-pick from branch-2.

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Reviewew-by: Kota-SH <shanmukhaharipriya@gmail.com>
(cherry picked from commit 0ba562a)
Signed-off-by: GeorryHuang <huangzhuoyue@apache.org>
…che#5249)

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.22.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…-tests (apache#5250)

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Move CycloneDX plugin to profile section

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Co-authored-by: Rajeshbabu Chintaguntla <rajeshbabu@apache.org>
…omplete archive side changes (apache#5240)

When HFiles are placed on a filesystem other than HDFS a rename operation can be
a non-atomic file copy operation. It can take a long time to copy a large hfile
and if interrupted there may be a partially copied file present at the destination.

If we fail to “rename” the files into the archive we will continue to fail
indefinitely. Before larger changes are considered, perhaps to StoreFileTracker, we
should mitigate this problem.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org>
apurtell and others added 20 commits December 24, 2023 09:57
Signed-off-by: Andrew Purtell <apurtell@apache.org>
…ing javadoc (apache#5600)

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Nihal Jain <nihaljain@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
….2.1 and 1.0.58 respectively (apache#5568)

- Also fix "NoMethodError: undefined method runtime for JRuby:Module" caused due to bump

Signed-off-by: Rajeshbabu Chintaguntla <rajeshbabu@apache.org>
…apache#5581)

Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Nihal Jain <nihaljain@apache.org>
Signed-off-by: Nihal Jain <nihaljain@apache.org>
)

Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…rator/OperatorCreationException (apache#5608)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…arRegionBlockCache (apache#5593)


Co-authored-by: Charles Connell <cconnell@hubspot.com>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
…o bin/hbase (apache#5610)

Signed-off-by: Nihal Jain <nihaljain@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
…castle/operator/OperatorCreationException (apache#5611)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ment (apache#5618)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
…xception (apache#5613)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
…y-tests (apache#5616)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.37...3.1.41)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ache#5617)

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.37...3.1.41)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…ts (apache#5619)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…pache#5599)

Co-authored-by: liuwenjing3 <liuwenjing3@360.cn>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
…pache#5620)

Co-authored-by: Haosen Chen <haosenchen@tencent.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
@NihalJain NihalJain added the backport This PR is a back port of some issue or issues already committed to master label Feb 29, 2024
@NihalJain
Copy link
Contributor Author

Backports #5215

FYI @ndimiduk @bbeaudreault

@NihalJain NihalJain changed the title Backport "HBASE-27814 Add support for dump and process metrics servlet in REST … Backport "HBASE-27814 Add support for dump and process metrics servlet in REST InfoServer" to branch-2.6 Feb 29, 2024
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 2s #5724 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
GITHUB PR #5724
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5724/1/console
versions git=2.17.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

1 similar comment
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 2s #5724 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
GITHUB PR #5724
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5724/1/console
versions git=2.17.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@NihalJain NihalJain changed the base branch from master to branch-2.6 February 29, 2024 14:41
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 13s #5724 does not apply to branch-2.6. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5724/1/console
versions git=2.17.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 12s #5724 does not apply to branch-2.6. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5724/1/console
versions git=2.17.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@NihalJain
Copy link
Contributor Author

Oops this seems to have messed up. Closing. Will raise a new one.

@NihalJain NihalJain closed this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport This PR is a back port of some issue or issues already committed to master
Projects
None yet
Development

Successfully merging this pull request may close these issues.