This is an automated email from the ASF dual-hosted git repository.
virajjasani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 8f5daf5acb PHOENIX-7806 Upgrade hbase versions to 2.5.14 and 2.6.5
(#2420)
8f5daf5acb is described below
commit 8f5daf5acb7f40482df1dd47145ffe28782afe94
Author: Viraj Jasani <[email protected]>
AuthorDate: Sat Apr 25 09:54:05 2026 -0700
PHOENIX-7806 Upgrade hbase versions to 2.5.14 and 2.6.5 (#2420)
---
Jenkinsfile | 2 +-
Jenkinsfile.github | 2 +-
Jenkinsfile.yetus | 2 +-
phoenix-hbase-compat-2.6.4/pom.xml | 2 +-
pom.xml | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 49a44d3766..2bdb678548 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@ pipeline {
stage('BuildAndTest') {
options {
- timeout(time: 9, unit: 'HOURS')
+ timeout(time: 11, unit: 'HOURS')
}
steps {
dir("HBASE_${HBASE_PROFILE}") {
diff --git a/Jenkinsfile.github b/Jenkinsfile.github
index cf7bd9f4fc..b2ed97be20 100644
--- a/Jenkinsfile.github
+++ b/Jenkinsfile.github
@@ -26,7 +26,7 @@ pipeline {
// N.B. this is per-branch, which means per PR
disableConcurrentBuilds()
buildDiscarder(logRotator(daysToKeepStr: '15', artifactDaysToKeepStr:
'5'))
- timeout (time: 9, unit: 'HOURS')
+ timeout (time: 11, unit: 'HOURS')
timestamps()
skipDefaultCheckout()
}
diff --git a/Jenkinsfile.yetus b/Jenkinsfile.yetus
index 7e99f45b05..28477873bc 100644
--- a/Jenkinsfile.yetus
+++ b/Jenkinsfile.yetus
@@ -37,7 +37,7 @@ pipeline {
}
options {
- timeout(time: 9, unit: 'HOURS')
+ timeout(time: 11, unit: 'HOURS')
}
steps {
diff --git a/phoenix-hbase-compat-2.6.4/pom.xml
b/phoenix-hbase-compat-2.6.4/pom.xml
index a1944187eb..27f9dcbaed 100644
--- a/phoenix-hbase-compat-2.6.4/pom.xml
+++ b/phoenix-hbase-compat-2.6.4/pom.xml
@@ -28,7 +28,7 @@
<description>Compatibility module for HBase 2.6.4+</description>
<properties>
- <hbase26.compat.version>2.6.4-hadoop3</hbase26.compat.version>
+ <hbase26.compat.version>2.6.5-hadoop3</hbase26.compat.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index ae2d2c6d79..5aab0e18f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,10 +77,10 @@
<!-- The default hbase versions to build with (override with
hbase.version) -->
<hbase-2.5.0.runtime.version>2.5.3-hadoop3</hbase-2.5.0.runtime.version>
<hbase-2.5.4.runtime.version>2.5.10-hadoop3</hbase-2.5.4.runtime.version>
- <hbase-2.5.runtime.version>2.5.13-hadoop3</hbase-2.5.runtime.version>
+ <hbase-2.5.runtime.version>2.5.14-hadoop3</hbase-2.5.runtime.version>
<hbase-2.6.0.runtime.version>2.6.1-hadoop3</hbase-2.6.0.runtime.version>
<hbase-2.6.3.runtime.version>2.6.3-hadoop3</hbase-2.6.3.runtime.version>
- <hbase-2.6.runtime.version>2.6.4-hadoop3</hbase-2.6.runtime.version>
+ <hbase-2.6.runtime.version>2.6.5-hadoop3</hbase-2.6.runtime.version>
<compileSource>1.8</compileSource>
<maven.compiler.source>${compileSource}</maven.compiler.source>