Repository: accumulo Updated Branches: refs/heads/gh-pages be3fc1b50 -> 9d65adc7a
Tweaks to release notes Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9d65adc7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9d65adc7 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9d65adc7 Branch: refs/heads/gh-pages Commit: 9d65adc7addc9af03788cffa9b731fc3728272c1 Parents: be3fc1b Author: Michael Wall <mjw...@gmail.com> Authored: Wed Sep 7 12:14:24 2016 -0400 Committer: Michael Wall <mjw...@gmail.com> Committed: Wed Sep 7 12:14:24 2016 -0400 ---------------------------------------------------------------------- release_notes/1.8.0.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/9d65adc7/release_notes/1.8.0.md ---------------------------------------------------------------------- diff --git a/release_notes/1.8.0.md b/release_notes/1.8.0.md index f025d4b..59559f5 100644 --- a/release_notes/1.8.0.md +++ b/release_notes/1.8.0.md @@ -105,7 +105,7 @@ will not work. ### Iterator Test Harness -Users often write iterators without fully understanding its limits and lifetime. Previously, Accumulo did +Users often write a new iterator without fully understanding its limits and lifetime. Previously, Accumulo did not provide any means in which a user could test iterators to catch common issues that only become apparent in multi-node production deployments. [ACCUMULO-626] provides a framework and a collection of initial tests which can be used to simulate common issues with Iterators that only appear in production deployments. This test @@ -119,8 +119,11 @@ Previously, the default port for the monitor was 50095. You will need to update port for the GC process was also changed from 50091 to 9998, although this an RPC port used internally and automatically discovered. These default ports were changed because the previous defaults fell in the Linux Ephemeral port range. This means that the operating system, when a port in this range was unusued, would allocate this port for dynamic network communication. This has the side-effect of -temporal bind issues when trying to start these services (as the operating system might have allocated them elsewhere). By moving These -defaults out of the ephemeral range, we can guarantee that the Monitor and GC will reliably start. These values are still configurable by setting `monitor.port.client`and `gc.port.client` in the accumulo-site.xml +temporal bind issues when trying to start these services (as the operating +system might have allocated them elsewhere). By moving these +defaults out of the ephemeral range, we can guarantee that the Monitor and GC +will reliably start. These values are still configurable by setting +`monitor.port.client`and `gc.port.client` in the accumulo-site.xml. ## Other Notable Changes @@ -183,5 +186,5 @@ HDFS High-Availability instances, forcing NameNode failover. [api]: https://github.com/apache/accumulo/blob/1.8/README.md#api [semver]: http://semver.org [sample]: ../1.8/examples/sample -[ITER_TEST]: https://accumulo.apache.org/1.8/accumulo_user_manual.html#_iterator_testing +[ITER_TEST]: ../1.8/accumulo_user_manual.html#_iterator_testing [RFILE_API]: ../1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html