Skip to content

Commit

Permalink
Add WAN eviction cluster properties
Browse files Browse the repository at this point in the history
We recently added 2 new `ClusterProperty` entries for 5.4 related to the replication of eviction events with `IMap` and `ICache`.

Relevant PR: hazelcast/hazelcast#24941
  • Loading branch information
JamesHazelcast committed Jul 18, 2023
1 parent 131e321 commit d1f2429
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modules/ROOT/pages/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,16 @@ master starts forming the cluster.
|Defines the pending invocation threshold for the WAN replication implementation. Exceeding this threshold on a WAN consumer member makes the member to delay the WAN acknowledgment,
thus slowing down the WAN publishers on the source side that send WAN events to the given WAN consumer. Setting this value to negative disables the acknowledgement delaying feature.

|`hazelcast.wan.replicate.imap.evictions`
|false
|bool
|Specifies whether `IMap` objects should replicate entry evictions over WAN to target clusters. When enabled, ALL evictions (size- or expiration-driven as well as manual invocation) are replicated to targets, so this should be used with caution. Setting this property to true does not guarantee data consistency between two clusters.

|`hazelcast.wan.replicate.icache.evictions`
|false
|bool
|Specifies whether `ICache` objects should replicate entry evictions over WAN to target clusters. When enabled, ALL evictions (size- or expiration-driven as well as manual invocation) are replicated to targets, so this should be used with caution. Setting this property to true does not guarantee data consistency between two clusters.

|`tcp.channels.per.connection`
| 1
| int
Expand Down

0 comments on commit d1f2429

Please sign in to comment.