You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2015/04/01 00:37:08 UTC

phoenix git commit: Prepare for 3.3.1 release

Repository: phoenix
Updated Branches:
  refs/heads/3.0 7ccd2542c -> 9615fa6d8


Prepare for 3.3.1 release


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9615fa6d
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9615fa6d
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9615fa6d

Branch: refs/heads/3.0
Commit: 9615fa6d80414c33827b3625b58ddd2466202bd1
Parents: 7ccd254
Author: Mujtaba <mu...@apache.org>
Authored: Tue Mar 31 15:36:55 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Tue Mar 31 15:36:55 2015 -0700

----------------------------------------------------------------------
 CHANGES                        | 14 +++++++++++++-
 phoenix-assembly/pom.xml       |  2 +-
 phoenix-core/pom.xml           |  2 +-
 phoenix-flume/pom.xml          |  2 +-
 phoenix-hadoop-compat/pom.xml  |  2 +-
 phoenix-hadoop1-compat/pom.xml |  2 +-
 phoenix-hadoop2-compat/pom.xml |  2 +-
 phoenix-pig/pom.xml            |  2 +-
 pom.xml                        |  2 +-
 9 files changed, 21 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index cba6f49..4f2d7e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,17 @@
+Release Notes - Phoenix - Version 3.3.1
 
-Release Notes - Phoenix - Version 3.3
+** Bug
+    * [PHOENIX-1672] - RegionScanner.nextRaw contract not implemented correctly
+    * [PHOENIX-1677] - Immutable index deadlocks when number of guideposts are one half of thread pool size
+    * [PHOENIX-1690] - IndexOutOfBoundsException during SkipScanFilter interesect
+    * [PHOENIX-1696] - Selecting column more than once fails
+    * [PHOENIX-1703] - Fail connection when server minor version is less than client minor version
+    * [PHOENIX-1709] - And expression of primary key RVCs can not compile
+    * [PHOENIX-1723] - PTinyint.isCoercibleTo fails to test -1 with type PTinyint
+    * [PHOENIX-1741] - PUnsignedTimestamp should define its codec 
+    * [PHOENIX-1753] - Query with RVC that doesn't lead with the row key can return incorrect results
+
+Release Notes - Phoenix - Version 3.3.0
 
 ** New Feature
     * [PHOENIX-1399] - Support cross joins and comma-separated table list

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 1e6a75c..7d87d8f 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-assembly</artifactId>
   <name>Phoenix Assembly</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 72bfd04..83f478b 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-core</artifactId>
   <name>Phoenix Core</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 82ce517..297b6dd 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-flume</artifactId>
   <name>Phoenix - Flume</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-hadoop-compat/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-hadoop-compat/pom.xml b/phoenix-hadoop-compat/pom.xml
index 0963ccf..8e5f8a8 100644
--- a/phoenix-hadoop-compat/pom.xml
+++ b/phoenix-hadoop-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-hadoop-compat</artifactId>
   <name>Phoenix Hadoop Compatibility</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-hadoop1-compat/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-hadoop1-compat/pom.xml b/phoenix-hadoop1-compat/pom.xml
index 022b7bd..05644be 100644
--- a/phoenix-hadoop1-compat/pom.xml
+++ b/phoenix-hadoop1-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-hadoop1-compat</artifactId>
   <name>Phoenix Hadoop1 Compatibility</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-hadoop2-compat/pom.xml b/phoenix-hadoop2-compat/pom.xml
index edface4..f3e247b 100644
--- a/phoenix-hadoop2-compat/pom.xml
+++ b/phoenix-hadoop2-compat/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-hadoop2-compat</artifactId>
   <name>Phoenix Hadoop2 Compatibility</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index c31f188..08cdf29 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>3.3.1-SNAPSHOT</version>
+    <version>3.3.1</version>
   </parent>
   <artifactId>phoenix-pig</artifactId>
   <name>Phoenix - Pig</name>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/9615fa6d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dc31b80..4a828af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.phoenix</groupId>
   <artifactId>phoenix</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.1</version>
   <packaging>pom</packaging>
   <name>Apache Phoenix</name>
   <description>A SQL layer over HBase</description>