Repository: accumulo Updated Branches: refs/heads/gh-pages 8a80315d6 -> 3d7c57f8d
More warning about thrift 0.9.3 upgrade Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3d7c57f8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3d7c57f8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3d7c57f8 Branch: refs/heads/gh-pages Commit: 3d7c57f8dc633f71ec82cecc1182aec6322557f7 Parents: 8a80315 Author: Michael Wall <mjw...@gmail.com> Authored: Tue Sep 6 17:28:06 2016 -0400 Committer: Michael Wall <mjw...@gmail.com> Committed: Tue Sep 6 17:28:06 2016 -0400 ---------------------------------------------------------------------- release_notes/1.8.0.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/3d7c57f8/release_notes/1.8.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.8.0.md b/release_notes/1.8.0.md index d704c5c..0fbe7b8 100644 --- a/release_notes/1.8.0.md +++ b/release_notes/1.8.0.md @@ -94,9 +94,14 @@ generated by configuring sampling on the table and compacting the table. ### Upgrade to Apache Thrift 0.9.3 -Accumulo relies on Apache Thrift to implement remote procedure calls between Accumulo services. -Ticket [ACCUMULO-4077][ACCUMULO-4077] updates our dependency to 0.9.3. See the [Apache Thrift 0.9.3 Release Notes][THRIFT-0.9.3-RN] for details -on the changes to Thrift. +Accumulo relies on Apache Thrift to implement remote procedure calls +between Accumulo services. Ticket [ACCUMULO-4077][ACCUMULO-4077] +updates our dependency to 0.9.3. See the +[Apache Thrift 0.9.3 Release Notes][THRIFT-0.9.3-RN] for details on +the changes to Thrift. Users should note that Thrift 0.9.1 and Thrift +0.9.3 are not compatible, so applications running against Accumulo 1.8 +with a Thrift 0.9.1 will not work. Developers should upgrade to +Thrift 0.9.3. ### Iterator Test Harness