Repository: accumulo Updated Branches: refs/heads/1.7 965d4a8ae -> 5b76afc07 refs/heads/master e163c34b7 -> b3c131f9f
ACCUMULO-3826 Fix typo in user manual Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5b76afc0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5b76afc0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5b76afc0 Branch: refs/heads/1.7 Commit: 5b76afc071c732515825834eb9e43c9a20726048 Parents: 965d4a8 Author: Josh Elser <[email protected]> Authored: Mon May 18 16:52:13 2015 -0400 Committer: Josh Elser <[email protected]> Committed: Mon May 18 16:52:13 2015 -0400 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/administration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5b76afc0/docs/src/main/asciidoc/chapters/administration.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/administration.txt b/docs/src/main/asciidoc/chapters/administration.txt index cbe7ed2..e7f280a 100644 --- a/docs/src/main/asciidoc/chapters/administration.txt +++ b/docs/src/main/asciidoc/chapters/administration.txt @@ -826,7 +826,7 @@ maximizing stability in a VM environment, including some of the common failure modes that are more common when running in VMs. ==== Known failure modes: Setup and Troubleshooting -In addition to the general failure modes of running Sqrrl, VMs can introduce a +In addition to the general failure modes of running Accumulo, VMs can introduce a couple of environmental challenges that can affect process stability. Clock drift is something that is more common in VMs, especially when VMs are suspended and resumed. Clock drift can cause Accumulo servers to assume that
