Repository: accumulo Updated Branches: refs/heads/gh-pages 3d7c57f8d -> 3c7d97df3
Even 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/3c7d97df Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3c7d97df Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3c7d97df Branch: refs/heads/gh-pages Commit: 3c7d97df365adcbdce939ea04612cbb1700347bc Parents: 3d7c57f Author: Michael Wall <mjw...@gmail.com> Authored: Tue Sep 6 17:32:43 2016 -0400 Committer: Michael Wall <mjw...@gmail.com> Committed: Tue Sep 6 17:32:43 2016 -0400 ---------------------------------------------------------------------- release_notes/1.8.0.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/3c7d97df/release_notes/1.8.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.8.0.md b/release_notes/1.8.0.md index 0fbe7b8..0478e92 100644 --- a/release_notes/1.8.0.md +++ b/release_notes/1.8.0.md @@ -98,10 +98,9 @@ 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. +the changes to Thrift. *NOTE:* Thrift 0.9.1 and Thrift 0.9.3 are not +compatible. Applications running against Accumulo 1.8 with Thrift +0.9.1 will not work, so developers should upgrade to Thrift 0.9.3. ### Iterator Test Harness