You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by ja...@apache.org on 2018/05/30 16:30:53 UTC

svn commit: r27174 - in /release/incubator/tephra/0.14.0-incubating: ./ src/

Author: jamestaylor
Date: Wed May 30 16:30:53 2018
New Revision: 27174

Log:
Release 0.14.0-incubating

Added:
    release/incubator/tephra/0.14.0-incubating/
    release/incubator/tephra/0.14.0-incubating/CHANGES.txt
    release/incubator/tephra/0.14.0-incubating/src/
    release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz   (with props)
    release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.asc
    release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.md5
    release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.sha512

Added: release/incubator/tephra/0.14.0-incubating/CHANGES.txt
==============================================================================
--- release/incubator/tephra/0.14.0-incubating/CHANGES.txt (added)
+++ release/incubator/tephra/0.14.0-incubating/CHANGES.txt Wed May 30 16:30:53 2018
@@ -0,0 +1,29 @@
+Release Notes - Tephra - Version 0.14.0-incubating
+
+** Sub-task
+    * [TEPHRA-273] - Add example module compatible with HBase-2.0
+    * [TEPHRA-274] - Handle Filters in preFlush and preCompact hooks
+    * [TEPHRA-275] - Update TransactionAwareTable to implement interface of Table
+    * [TEPHRA-276] - Update Hadoop dependency to 2.7.4
+    * [TEPHRA-277] - Update compilation to JDK 1.8
+    * [TEPHRA-289] - Update HBase 2.0 dependency to the released version
+
+
+** Bug
+    * [TEPHRA-267] - ReferenceCountedSupplier hangs during release when Error is thrown during startup
+    * [TEPHRA-282] - Travis builds fail due to timeout
+    * [TEPHRA-286] - AbstractTransactionAwareTable.ActionChange equals method always returns false
+    * [TEPHRA-287] - ActionChange.getChangeKey() not implemented correctly
+    * [TEPHRA-288] - tephra-hbase-compat-2.0 build breaks due to HBase 2.0.0-beta-1 dependency
+
+
+** New Feature
+    * [TEPHRA-278] - Support HBase 1.4
+
+
+** Improvement
+    * [TEPHRA-245] - Improve the prune debug tool
+    * [TEPHRA-266] - Identify log messages when multiple instances of Tephra run on a single HBase cluster
+    * [TEPHRA-270] - Avoid transaction state cache refresh on co-procesor startup
+    * [TEPHRA-271] - Stopping transaction state cache should wait for the refresh thread to stop
+    * [TEPHRA-272] - Add HBase 2.0 compatibility module

Added: release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.asc
==============================================================================
--- release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.asc (added)
+++ release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.asc Wed May 30 16:30:53 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEgsuRaigMAZrKh3zlMI++4GCIvg8FAlr/HMEACgkQMI++4GCI
+vg+nQQ/+IYY8LzZjDBs41ZILSFfCfQZLw033+CpECfPOZG19c3Y+jzFW+vhkMFPU
+m5t1L/AHzSIncad0OQKjX/nGZNq8IauLh+cccJ0Z6OGy3LBq7IyBKw2wm0148tyv
+Ve1qVfWLm3fbHw73fm7WZ7X+7ItR67qDkjrPn5vVVt2i3RUsIELE4LDu7BcyeQ12
+4D2w7fBc/jRIq4UosKnQ91EBf0MPD5CdYmuDVwwk1UiYynGuPfBVOTvWYz+wIFJD
++2ISL5m34unE551FGHrWv6B16/1UzPSHV8g97wQf49zxYdGRZE1Yw1YMQPWul0qt
+MjSec6JU44hJb0wuQDmHo7kYhQWbEaPzrtpKKj7EyfV9Sv+lVT+dc6vaNGJ35jgb
+FvpuqYsjq8pwGpJcGcIE1uVfD6SIZbkk3Vb0geC1rmcN3uB6aDm3aD6Pu6akEhfA
+RKLafQlU/6qf63Lq+G1P8Qks4mbZjlCuahzVR7NBurbdIHiOE0ol/0W2Z1S0zEqM
+lRYVIDBnZUB7fnqmxzv/Ma3KUkOTxB8c6Haj8WrmI/1D8/TcH/EIMX8+hWSHRk4f
+mSS2phYcfUPY8inJZtB1EqhbCr2cKbnJggXUiNnvJg/1k0n1Z9KBWRk5NfmcW0MR
+k+PF2g8LJwbKBxbo6gyCjXe+VMv2SbXNIoSR7qGPM2mpEiUumj0=
+=ckQV
+-----END PGP SIGNATURE-----

Added: release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.md5
==============================================================================
--- release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.md5 (added)
+++ release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.md5 Wed May 30 16:30:53 2018
@@ -0,0 +1 @@
+771dc8807351ed4ae4c0f5b64f931986
\ No newline at end of file

Added: release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.sha512
==============================================================================
--- release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.sha512 (added)
+++ release/incubator/tephra/0.14.0-incubating/src/apache-tephra-0.14.0-incubating-source-release.tar.gz.sha512 Wed May 30 16:30:53 2018
@@ -0,0 +1 @@
+652a1f3272a61765f2dab13a69b9bfe500403c5cd9eda2fa3a3eedded29c65a1d6050f9b6cf1da28d5114c83a5e2bb60aeb4c609c95c2a3c138e222fc59e3e6c
\ No newline at end of file