1.0

Table Of Contents
sqlre.Prex
departure-correlation-window
The number of seconds of process failure history kept by the system for correlating the loss of
processes eligible to be the membership coordinator and the lead member.
Description
1800Default Value
connection (boot)Property Type
gemre.Prex
disable-streaming
Disables results streaming on the query node for this connection. Disabling streaming degrades performance and
requires more memory for large query results, but provides more predictable results if a SQLFire member happens
to go down while iterating over a ResultSet.
When this property is not enabled, a SQLException with state SQLF_NODE_SHUTDOWN is thrown if a
member goes ofine in the middle of ResultSet iteration; in this case, the application has to retry the query. When
Description
this property is enabled, SQLFire waits for at least one result from each member and does not group results from
members. This provides transparent failover if a member goes ofine.
falseDefault Value
connectionProperty Type
sqlre.Prex
disable-tcp
Boolean indicating whether to disable the use of TCP/IP sockets for inter-cache point-to-point
messaging. If disabled, the cache uses datagram (UDP) sockets.
Description
falseDefault Value
connection (boot)Property Type
gemre.Prex
distributed-system-id
Identier used to distinguish messages from different distributed systems.
When starting a locator, set this property to a unique value for the cluster in a multi-site (WAN) conguration.
Valid values are integers in the range -1...255. All locators for a single cluster must use the same value.
Description
-1 means no setting. Individual SQLFire members can use the setting of -1 and connect to one or more locators
that specify a unique distribute-system-id.
-1Default Value
connection (boot)Property Type
gemre.Prex
vFabric SQLFire User's Guide306
vFabric SQLFire Reference