You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2024/03/13 05:42:57 UTC

(phoenix-omid) tag 1.1.2RC0 created (now 88812c9e)

This is an automated email from the ASF dual-hosted git repository.

rajeshbabu pushed a change to tag 1.1.2RC0
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


      at 88812c9e (commit)
This tag includes the following new commits:

     new 88812c9e Preparing phoenix-omid release 1.1.2RC0; tagging and updates to CHANGES.md and RELEASENOTES.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(phoenix-omid) 01/01: Preparing phoenix-omid release 1.1.2RC0; tagging and updates to CHANGES.md and RELEASENOTES.md

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rajeshbabu pushed a commit to tag 1.1.2RC0
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git

commit 88812c9e127063f3b3016262f81ea3e8b48ec157
Author: Rajeshbabu Chintaguntla <ra...@apache.org>
AuthorDate: Wed Mar 13 05:42:53 2024 +0000

    Preparing phoenix-omid release 1.1.2RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
---
 CHANGES.md                 | 15 +++++++++++++++
 RELEASENOTES.md            | 20 ++++++++++++++++++++
 benchmarks/pom.xml         |  2 +-
 codahale-metrics/pom.xml   |  2 +-
 commit-table/pom.xml       |  2 +-
 common/pom.xml             |  2 +-
 examples/pom.xml           |  2 +-
 hbase-client/pom.xml       |  2 +-
 hbase-commit-table/pom.xml |  2 +-
 hbase-common/pom.xml       |  2 +-
 hbase-coprocessor/pom.xml  |  2 +-
 hbase-tools/pom.xml        |  2 +-
 metrics/pom.xml            |  2 +-
 pom.xml                    |  2 +-
 statemachine/pom.xml       |  2 +-
 timestamp-storage/pom.xml  |  2 +-
 transaction-client/pom.xml |  2 +-
 tso-server/pom.xml         |  2 +-
 18 files changed, 51 insertions(+), 16 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 95009280..0fc9ce52 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -18,6 +18,21 @@
 -->
 # OMID Changelog
 
+## Release 1.1.2 - Unreleased (as of 2024-03-13)
+
+
+
+### BUG FIXES:
+
+| JIRA | Summary | Priority | Component |
+|:---- |:---- | :--- |:---- |
+| [OMID-280](https://issues.apache.org/jira/browse/OMID-280) | Use Hbase 2.5 for building OMID |  Critical | . |
+| [OMID-278](https://issues.apache.org/jira/browse/OMID-278) | Change default waitStrategy to LOW\_CPU |  Major | . |
+| [OMID-266](https://issues.apache.org/jira/browse/OMID-266) | Remove and ban unrelocated Guava from Omid |  Major | . |
+| [OMID-277](https://issues.apache.org/jira/browse/OMID-277) | Omid 1.1.2 fails with Phoenix 5.2 |  Major | . |
+
+
+
 ## Release 1.1.1 - Unreleased (as of 2024-01-29)
 
 
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bd28721b..dcab85cb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -16,6 +16,26 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
+# OMID  1.1.2 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [OMID-280](https://issues.apache.org/jira/browse/OMID-280) | *Critical* | **Use Hbase 2.5 for building OMID**
+
+The Omid TSO server binary assembly now includes HBase 2.5 and Hadoop 3.2 libraries.
+
+
+---
+
+* [OMID-278](https://issues.apache.org/jira/browse/OMID-278) | *Major* | **Change default waitStrategy to LOW\_CPU**
+
+TSO server now uses LOW\_CPU waitStrategy by default.
+
+
+
 # OMID  1.1.1 Release Notes
 
 These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 9fd100fc..49ac31f4 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-benchmarks</artifactId>
diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml
index f27379d5..cda2d709 100644
--- a/codahale-metrics/pom.xml
+++ b/codahale-metrics/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/commit-table/pom.xml b/commit-table/pom.xml
index 6de06d57..1a773957 100644
--- a/commit-table/pom.xml
+++ b/commit-table/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-commit-table</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index a9439c2a..3b41fcb1 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-common</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index fecd0aec..538a1949 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-examples</artifactId>
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 67e9bad9..bdd645a5 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-hbase-client</artifactId>
diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml
index 6c22de8f..e4cee105 100644
--- a/hbase-commit-table/pom.xml
+++ b/hbase-commit-table/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-hbase-commit-table</artifactId>
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 16696674..3c68820e 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-hbase-common</artifactId>
diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml
index e0320d95..4acf8f47 100644
--- a/hbase-coprocessor/pom.xml
+++ b/hbase-coprocessor/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-hbase-coprocessor</artifactId>
diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml
index 1ba62eba..a9ea1161 100644
--- a/hbase-tools/pom.xml
+++ b/hbase-tools/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-hbase-tools</artifactId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index cbe0470c..6211ffee 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-metrics</artifactId>
diff --git a/pom.xml b/pom.xml
index db149cf2..eeaf883c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <artifactId>omid</artifactId>
     <packaging>pom</packaging>
     <!-- WARNING: do not update version manually, use mvn versions:set -->
-    <version>1.1.2-SNAPSHOT</version>
+    <version>1.1.2</version>
 
     <organization>
         <name>Apache Software Foundation</name>
diff --git a/statemachine/pom.xml b/statemachine/pom.xml
index ff5b92df..02628c98 100644
--- a/statemachine/pom.xml
+++ b/statemachine/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <name>State Machine</name>
diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml
index 5876215a..d28705dc 100644
--- a/timestamp-storage/pom.xml
+++ b/timestamp-storage/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-timestamp-storage</artifactId>
diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml
index 00621407..7cad29cc 100644
--- a/transaction-client/pom.xml
+++ b/transaction-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-transaction-client</artifactId>
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index 43d279ea..5f4ecb7d 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.omid</groupId>
         <artifactId>omid</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.1.2</version>
     </parent>
 
     <artifactId>omid-tso-server</artifactId>