Skip to content

HBASE-28388 Avoid index based field sorting in tablesorter - #6779

Merged
NihalJain merged 1 commit into
apache:masterfrom
chandrasekhar-188k:br_HBASE-28388
Mar 12, 2025
Merged

HBASE-28388 Avoid index based field sorting in tablesorter#6779
NihalJain merged 1 commit into
apache:masterfrom
chandrasekhar-188k:br_HBASE-28388

Conversation

@chandrasekhar-188k

Copy link
Copy Markdown
Contributor

No description provided.

@chandrasekhar-188k

Copy link
Copy Markdown
ContributorAuthor

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 43sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗codespell0m 0scodespell was not available.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
+1 💚mvninstall4m 11smaster passed
+1 💚spotless1m 1sbranch has no errors when running spotless:check.
_ Patch Compile Tests _
+1 💚mvninstall4m 9sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚spotless1m 4spatch has no errors when running spotless:check.
_ Other Tests _
+1 💚asflicense0m 17sThe patch does not generate ASF License warnings.
13m 1s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6779/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#6779
Optional Testsdupname asflicense javac codespell detsecrets spotless
unameLinux aaf41791e652 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 9fc0ff0
Default JavaEclipse Adoptium-17.0.11+9
Max. process+thread count83 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6779/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec0m 41sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --author-ignore-list --blanks-eol-ignore-file --blanks-tabs-ignore-file --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+1 💚mvninstall4m 59smaster passed
+1 💚javadoc0m 43smaster passed
_ Patch Compile Tests _
+1 💚mvninstall4m 45sthe patch passed
+1 💚javadoc0m 47sthe patch passed
_ Other Tests _
-1 ❌unit244m 31s/patch-unit-hbase-server.txthbase-server in the patch failed.
260m 46s
SubsystemReport/Notes
DockerClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6779/1/artifact/yetus-jdk17-hadoop3-check/output/Dockerfile
GITHUB PR#6779
Optional Testsjavac javadoc unit
unameLinux 2cc6646f1c44 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 9fc0ff0
Default JavaEclipse Adoptium-17.0.11+9
Test Resultshttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6779/1/testReport/
Max. process+thread count5748 (vs. ulimit of 30000)
modulesC: hbase-server U: hbase-server
Console outputhttps://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6779/1/console
versionsgit=2.34.1 maven=3.9.8
Powered byApache Yetus 0.15.0 https://yetus.apache.org

This message was automatically generated.

@NihalJain

Copy link
Copy Markdown
Contributor

Test failures look unrelated!

@chandrasekhar-188k

Copy link
Copy Markdown
ContributorAuthor

Test failures look unrelated!

Yes

@chandrasekhar-188k

chandrasekhar-188k commented Mar 12, 2025

Copy link
Copy Markdown
ContributorAuthor

I could cherry-pick these changes to branch-3 and branch-2 with out conflicts..
for branch-2.5 and branch-2.6 changes can't be applied directly, I have raised separate PR's for these two
#6784
#6785

@NihalJain
NihalJain merged commit 6c5786f into apache:masterMar 12, 2025
NihalJain pushed a commit that referenced this pull request Mar 12, 2025
Signed-off-by: Nihal Jain <nihaljain@apache.org>
(cherry picked from commit 6c5786f)
NihalJain pushed a commit that referenced this pull request Mar 12, 2025
Signed-off-by: Nihal Jain <nihaljain@apache.org>
(cherry picked from commit 6c5786f)
PDavid added a commit to PDavid/hbase that referenced this pull request May 25, 2025
- HBASE-28388 Avoid index based field sorting in tablesorter apache#6779
- HBASE-27802 Manage static javascript resources programatically apache#6864
mokai87 pushed a commit to mokai87/hbase that referenced this pull request Aug 7, 2025
Signed-off-by: Nihal Jain <nihaljain@apache.org>
(cherry picked from commit 6c5786f)
PDavid added a commit to PDavid/hbase that referenced this pull request Aug 15, 2025
- HBASE-28388 Avoid index based field sorting in tablesorter apache#6779
- HBASE-27802 Manage static javascript resources programatically apache#6864
PDavid added a commit to PDavid/hbase that referenced this pull request Sep 15, 2025
- HBASE-28388 Avoid index based field sorting in tablesorter apache#6779
- HBASE-27802 Manage static javascript resources programatically apache#6864
PDavid added a commit to PDavid/hbase that referenced this pull request Sep 30, 2025
- HBASE-28388 Avoid index based field sorting in tablesorter apache#6779
- HBASE-27802 Manage static javascript resources programatically apache#6864
Sign up for freeto 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.

3 participants

@chandrasekhar-188k@Apache-HBase@NihalJain