Skip to content

Commit 061d22a

Browse files
committed
Add info on configs & metadata in replication to previous versions
1 parent c9f2d70 commit 061d22a

File tree

10 files changed

+330
-40
lines changed

10 files changed

+330
-40
lines changed

content/riak/kv/2.0.0/using/cluster-operations/v3-multi-datacenter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Display this cluster's cluster-id tuple, for use with the
285285
included when passed to `*-block-provider-redirect`.
286286

287287
* Syntax: `riak-repl show-local-cluster-id`
288-
* Example:
288+
* Example:
289289

290290
```bash
291291
riak-repl show-local-cluster-id
@@ -363,8 +363,8 @@ replication bucket hooks with the `riak-repl modes` command.
363363
`modelist` is one or both of `mode_repl12` (Version 2) or `mode_repl13`
364364
(Version 3) separated by spaces (without commas).
365365
366-
* Syntax: `riak-repl modes <modelist>`
367-
* Example:
366+
* Syntax: `riak-repl modes <modelist>`
367+
* Example:
368368
369369
```bash
370370
riak-repl modes mode_repl12 mode_repl13
@@ -378,7 +378,7 @@ replication bucket hooks with the `riak-repl modes` command.
378378
379379
To check the current replication modes:
380380
381-
* Syntax: `riak-repl modes`
381+
* Syntax: `riak-repl modes`
382382
* Example:
383383
384384
```bash
@@ -390,3 +390,32 @@ To check the current replication modes:
390390
```
391391
Current replication modes: [mode_repl12,mode_repl13]
392392
```
393+
394+
## Configurations and Metadata in Replication
395+
396+
Fullsync and Realtime replication replicates data from source clusters to sink clusters,
397+
but some configurations and metadata (such as search indices and bucket properties) will
398+
not be replicated.
399+
400+
Non-replication of certain configurations and metadata supports
401+
heterogenous cluster configurations in Replication, but there operational things you can
402+
do when you want homogeneous cluster configurations.
403+
404+
### Search Indices in Replication
405+
406+
Any search index that is created on a source cluster will _not_ be
407+
created on sink clusters as part of replication.
408+
409+
If you want search indices on a source cluster to be present on the
410+
sink clusters, you should update this data for each
411+
cluster at the same time you would change the source cluster.
412+
413+
### Buckets and Bucket Types in Replication
414+
415+
Buckets and Bucket Type properties on the source cluster
416+
will _not_ be replicated from source clusters to sink clusters.
417+
418+
If you want the properties for Buckets or Bucket Types
419+
present on the source cluster to be propagated to sink clusters
420+
you should update this data for each cluster at the same
421+
time you would change the source cluster.

content/riak/kv/2.0.1/using/cluster-operations/v3-multi-datacenter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Display this cluster's cluster-id tuple, for use with the
285285
included when passed to `*-block-provider-redirect`.
286286

287287
* Syntax: `riak-repl show-local-cluster-id`
288-
* Example:
288+
* Example:
289289

290290
```bash
291291
riak-repl show-local-cluster-id
@@ -363,8 +363,8 @@ replication bucket hooks with the `riak-repl modes` command.
363363
`modelist` is one or both of `mode_repl12` (Version 2) or `mode_repl13`
364364
(Version 3) separated by spaces (without commas).
365365
366-
* Syntax: `riak-repl modes <modelist>`
367-
* Example:
366+
* Syntax: `riak-repl modes <modelist>`
367+
* Example:
368368
369369
```bash
370370
riak-repl modes mode_repl12 mode_repl13
@@ -378,7 +378,7 @@ replication bucket hooks with the `riak-repl modes` command.
378378
379379
To check the current replication modes:
380380
381-
* Syntax: `riak-repl modes`
381+
* Syntax: `riak-repl modes`
382382
* Example:
383383
384384
```bash
@@ -390,3 +390,32 @@ To check the current replication modes:
390390
```
391391
Current replication modes: [mode_repl12,mode_repl13]
392392
```
393+
394+
## Configurations and Metadata in Replication
395+
396+
Fullsync and Realtime replication replicates data from source clusters to sink clusters,
397+
but some configurations and metadata (such as search indices and bucket properties) will
398+
not be replicated.
399+
400+
Non-replication of certain configurations and metadata supports
401+
heterogenous cluster configurations in Replication, but there operational things you can
402+
do when you want homogeneous cluster configurations.
403+
404+
### Search Indices in Replication
405+
406+
Any search index that is created on a source cluster will _not_ be
407+
created on sink clusters as part of replication.
408+
409+
If you want search indices on a source cluster to be present on the
410+
sink clusters, you should update this data for each
411+
cluster at the same time you would change the source cluster.
412+
413+
### Buckets and Bucket Types in Replication
414+
415+
Buckets and Bucket Type properties on the source cluster
416+
will _not_ be replicated from source clusters to sink clusters.
417+
418+
If you want the properties for Buckets or Bucket Types
419+
present on the source cluster to be propagated to sink clusters
420+
you should update this data for each cluster at the same
421+
time you would change the source cluster.

content/riak/kv/2.0.2/using/cluster-operations/v3-multi-datacenter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Display this cluster's cluster-id tuple, for use with the
284284
included when passed to `*-block-provider-redirect`.
285285

286286
* Syntax: `riak-repl show-local-cluster-id`
287-
* Example:
287+
* Example:
288288

289289
```bash
290290
riak-repl show-local-cluster-id
@@ -362,8 +362,8 @@ replication bucket hooks with the `riak-repl modes` command.
362362
`modelist` is one or both of `mode_repl12` (Version 2) or `mode_repl13`
363363
(Version 3) separated by spaces (without commas).
364364
365-
* Syntax: `riak-repl modes <modelist>`
366-
* Example:
365+
* Syntax: `riak-repl modes <modelist>`
366+
* Example:
367367
368368
```bash
369369
riak-repl modes mode_repl12 mode_repl13
@@ -377,7 +377,7 @@ replication bucket hooks with the `riak-repl modes` command.
377377
378378
To check the current replication modes:
379379
380-
* Syntax: `riak-repl modes`
380+
* Syntax: `riak-repl modes`
381381
* Example:
382382
383383
```bash
@@ -389,3 +389,32 @@ To check the current replication modes:
389389
```
390390
Current replication modes: [mode_repl12,mode_repl13]
391391
```
392+
393+
## Configurations and Metadata in Replication
394+
395+
Fullsync and Realtime replication replicates data from source clusters to sink clusters,
396+
but some configurations and metadata (such as search indices and bucket properties) will
397+
not be replicated.
398+
399+
Non-replication of certain configurations and metadata supports
400+
heterogenous cluster configurations in Replication, but there operational things you can
401+
do when you want homogeneous cluster configurations.
402+
403+
### Search Indices in Replication
404+
405+
Any search index that is created on a source cluster will _not_ be
406+
created on sink clusters as part of replication.
407+
408+
If you want search indices on a source cluster to be present on the
409+
sink clusters, you should update this data for each
410+
cluster at the same time you would change the source cluster.
411+
412+
### Buckets and Bucket Types in Replication
413+
414+
Buckets and Bucket Type properties on the source cluster
415+
will _not_ be replicated from source clusters to sink clusters.
416+
417+
If you want the properties for Buckets or Bucket Types
418+
present on the source cluster to be propagated to sink clusters
419+
you should update this data for each cluster at the same
420+
time you would change the source cluster.

content/riak/kv/2.0.4/using/cluster-operations/v3-multi-datacenter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Display this cluster's cluster-id tuple, for use with the
285285
included when passed to `*-block-provider-redirect`.
286286

287287
* Syntax: `riak-repl show-local-cluster-id`
288-
* Example:
288+
* Example:
289289

290290
```bash
291291
riak-repl show-local-cluster-id
@@ -363,8 +363,8 @@ replication bucket hooks with the `riak-repl modes` command.
363363
`modelist` is one or both of `mode_repl12` (Version 2) or `mode_repl13`
364364
(Version 3) separated by spaces (without commas).
365365
366-
* Syntax: `riak-repl modes <modelist>`
367-
* Example:
366+
* Syntax: `riak-repl modes <modelist>`
367+
* Example:
368368
369369
```bash
370370
riak-repl modes mode_repl12 mode_repl13
@@ -378,7 +378,7 @@ replication bucket hooks with the `riak-repl modes` command.
378378
379379
To check the current replication modes:
380380
381-
* Syntax: `riak-repl modes`
381+
* Syntax: `riak-repl modes`
382382
* Example:
383383
384384
```bash
@@ -390,3 +390,32 @@ To check the current replication modes:
390390
```
391391
Current replication modes: [mode_repl12,mode_repl13]
392392
```
393+
394+
## Configurations and Metadata in Replication
395+
396+
Fullsync and Realtime replication replicates data from source clusters to sink clusters,
397+
but some configurations and metadata (such as search indices and bucket properties) will
398+
not be replicated.
399+
400+
Non-replication of certain configurations and metadata supports
401+
heterogenous cluster configurations in Replication, but there operational things you can
402+
do when you want homogeneous cluster configurations.
403+
404+
### Search Indices in Replication
405+
406+
Any search index that is created on a source cluster will _not_ be
407+
created on sink clusters as part of replication.
408+
409+
If you want search indices on a source cluster to be present on the
410+
sink clusters, you should update this data for each
411+
cluster at the same time you would change the source cluster.
412+
413+
### Buckets and Bucket Types in Replication
414+
415+
Buckets and Bucket Type properties on the source cluster
416+
will _not_ be replicated from source clusters to sink clusters.
417+
418+
If you want the properties for Buckets or Bucket Types
419+
present on the source cluster to be propagated to sink clusters
420+
you should update this data for each cluster at the same
421+
time you would change the source cluster.

content/riak/kv/2.0.5/using/cluster-operations/v3-multi-datacenter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Display this cluster's cluster-id tuple, for use with the
285285
included when passed to `*-block-provider-redirect`.
286286

287287
* Syntax: `riak-repl show-local-cluster-id`
288-
* Example:
288+
* Example:
289289

290290
```bash
291291
riak-repl show-local-cluster-id
@@ -363,8 +363,8 @@ replication bucket hooks with the `riak-repl modes` command.
363363
`modelist` is one or both of `mode_repl12` (Version 2) or `mode_repl13`
364364
(Version 3) separated by spaces (without commas).
365365
366-
* Syntax: `riak-repl modes <modelist>`
367-
* Example:
366+
* Syntax: `riak-repl modes <modelist>`
367+
* Example:
368368
369369
```bash
370370
riak-repl modes mode_repl12 mode_repl13
@@ -378,7 +378,7 @@ replication bucket hooks with the `riak-repl modes` command.
378378
379379
To check the current replication modes:
380380
381-
* Syntax: `riak-repl modes`
381+
* Syntax: `riak-repl modes`
382382
* Example:
383383
384384
```bash
@@ -390,3 +390,32 @@ To check the current replication modes:
390390
```
391391
Current replication modes: [mode_repl12,mode_repl13]
392392
```
393+
394+
## Configurations and Metadata in Replication
395+
396+
Fullsync and Realtime replication replicates data from source clusters to sink clusters,
397+
but some configurations and metadata (such as search indices and bucket properties) will
398+
not be replicated.
399+
400+
Non-replication of certain configurations and metadata supports
401+
heterogenous cluster configurations in Replication, but there operational things you can
402+
do when you want homogeneous cluster configurations.
403+
404+
### Search Indices in Replication
405+
406+
Any search index that is created on a source cluster will _not_ be
407+
created on sink clusters as part of replication.
408+
409+
If you want search indices on a source cluster to be present on the
410+
sink clusters, you should update this data for each
411+
cluster at the same time you would change the source cluster.
412+
413+
### Buckets and Bucket Types in Replication
414+
415+
Buckets and Bucket Type properties on the source cluster
416+
will _not_ be replicated from source clusters to sink clusters.
417+
418+
If you want the properties for Buckets or Bucket Types
419+
present on the source cluster to be propagated to sink clusters
420+
you should update this data for each cluster at the same
421+
time you would change the source cluster.

content/riak/kv/2.0.6/using/cluster-operations/v3-multi-datacenter.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Display this cluster's cluster-id tuple, for use with the
285285
included when passed to `*-block-provider-redirect`.
286286

287287
* Syntax: `riak-repl show-local-cluster-id`
288-
* Example:
288+
* Example:
289289

290290
```bash
291291
riak-repl show-local-cluster-id
@@ -363,8 +363,8 @@ replication bucket hooks with the `riak-repl modes` command.
363363
`modelist` is one or both of `mode_repl12` (Version 2) or `mode_repl13`
364364
(Version 3) separated by spaces (without commas).
365365
366-
* Syntax: `riak-repl modes <modelist>`
367-
* Example:
366+
* Syntax: `riak-repl modes <modelist>`
367+
* Example:
368368
369369
```bash
370370
riak-repl modes mode_repl12 mode_repl13
@@ -378,7 +378,7 @@ replication bucket hooks with the `riak-repl modes` command.
378378
379379
To check the current replication modes:
380380
381-
* Syntax: `riak-repl modes`
381+
* Syntax: `riak-repl modes`
382382
* Example:
383383
384384
```bash
@@ -390,3 +390,32 @@ To check the current replication modes:
390390
```
391391
Current replication modes: [mode_repl12,mode_repl13]
392392
```
393+
394+
## Configurations and Metadata in Replication
395+
396+
Fullsync and Realtime replication replicates data from source clusters to sink clusters,
397+
but some configurations and metadata (such as search indices and bucket properties) will
398+
not be replicated.
399+
400+
Non-replication of certain configurations and metadata supports
401+
heterogenous cluster configurations in Replication, but there operational things you can
402+
do when you want homogeneous cluster configurations.
403+
404+
### Search Indices in Replication
405+
406+
Any search index that is created on a source cluster will _not_ be
407+
created on sink clusters as part of replication.
408+
409+
If you want search indices on a source cluster to be present on the
410+
sink clusters, you should update this data for each
411+
cluster at the same time you would change the source cluster.
412+
413+
### Buckets and Bucket Types in Replication
414+
415+
Buckets and Bucket Type properties on the source cluster
416+
will _not_ be replicated from source clusters to sink clusters.
417+
418+
If you want the properties for Buckets or Bucket Types
419+
present on the source cluster to be propagated to sink clusters
420+
you should update this data for each cluster at the same
421+
time you would change the source cluster.

0 commit comments

Comments
 (0)