Skip to content

Commit 69e9a2b

Browse files
authored
Updated refernces to TicTac AAE and added missing page (#281)
Updated refernces to TicTac AAE and added missing page
1 parent 28d4147 commit 69e9a2b

File tree

16 files changed

+98
-15
lines changed

16 files changed

+98
-15
lines changed

content/riak/kv/3.0.1/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title_supertext: "Configuring:"
3+
title: "Active Anti-Entropy"
4+
description: ""
5+
project: "riak_kv"
6+
project_version: "3.0.10"
7+
lastmod: 2022-12-30T00:00:00-00:00
8+
sitemap:
9+
priority: 0.9
10+
menu:
11+
riak_kv-3.0.10:
12+
name: "Active Anti-Entropy (AAE)"
13+
identifier: "configuring-active-anti-entropy"
14+
weight: 210
15+
parent: "configuring"
16+
toc: true
17+
commercial_offering: false
18+
version_history:
19+
in: "2.9.0p5+"
20+
since: 2.9.0p5
21+
aliases:
22+
---
23+
24+
[config legacy]: ./legacy-aae/
25+
[config tictac]: ./tictac-aae/
26+
[config tictac-repl]: ../next-gen-replication/
27+
[using aaefold]: ../../using/cluster-operations/tictac-aae-fold/
28+
[learn aae]: ../../learn/concepts/active-anti-entropy/
29+
30+
Riak's [active anti-entropy][learn aae] \(AAE) subsystem is a set of background processes that repair object inconsistencies stemming from missing or divergent object values across nodes. Riak operators can turn AAE on and off and configure and monitor its functioning.
31+
32+
Both Legacy and TicTac AAE systems can be used seperately or together.
33+
34+
If you are using the legacy AAE system, it is recommended that you migrate to the TicTac AAE system.
35+
36+
## TicTac AAE system
37+
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
40+
41+
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
42+
43+
#### [Configuring TicTac AAE][config tictac]
44+
45+
A guide covering commonly adjusted parameters for the TicTac AAE system.
46+
47+
[Learn More >>][config tictac]
48+
49+
#### [Configuring TicTac AAE's Next Gen Replication][config tictac-repl]
50+
51+
A guide covering commonly adjusted parameters for TicTac AAE's enhanced FullSync replication system.
52+
53+
[Learn More >>][config tictac-repl]
54+
55+
#### Other documentation
56+
57+
- [How to use `aae_fold`][using aaefold] to efficiently find, list and mangage keys.
58+
59+
## Legacy AAE system
60+
61+
The legacy AAE system is still present, and works exactly as before.
62+
63+
### [Configuring Legacy AAE][config legacy]
64+
65+
A guide covering commonly adjusted parameters for the legacy AAE system.
66+
67+
[Learn More >>][config legacy]
68+

content/riak/kv/3.0.11/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.12/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.13/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.14/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.15/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.16/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.2/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

content/riak/kv/3.0.3/configuring/active-anti-entropy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ If you are using the legacy AAE system, it is recommended that you migrate to th
3535

3636
## TicTac AAE system
3737

38-
The version of TicTac AAE included in 2.9 releases is a working prototype with limited testing. The intention is to full integrate the library into the KV 3.0 release.
38+
The version of TicTac AAE included in 2.9 releases was a working prototype with limited testing.
39+
TicTac AAE in KV 3.0.1+ is the release version, with full configuration options implemented.
3940

4041
TicTac Active Anti-Entropy makes two changes to the way Anti-Entropy has previously worked in Riak. The first change is to the way Merkle Trees are contructed so that they are built incrementally. The second change allows the underlying Anti-entropy key store to be key-ordered while still allowing faster access to keys via their Merkle tree location or the last modified date of the object.
4142

0 commit comments

Comments
 (0)