Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16ABC200BA5 for ; Wed, 5 Oct 2016 02:09:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1521C160AEF; Wed, 5 Oct 2016 00:09:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4DD45160AE8 for ; Wed, 5 Oct 2016 02:09:54 +0200 (CEST) Received: (qmail 82015 invoked by uid 500); 5 Oct 2016 00:09:53 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 82006 invoked by uid 99); 5 Oct 2016 00:09:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 00:09:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 018881805AF for ; Wed, 5 Oct 2016 00:09:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.969 X-Spam-Level: X-Spam-Status: No, score=-5.969 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id F3rr0z54IY29 for ; Wed, 5 Oct 2016 00:09:45 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 233585FC19 for ; Wed, 5 Oct 2016 00:09:44 +0000 (UTC) Received: (qmail 81354 invoked by uid 99); 5 Oct 2016 00:09:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 00:09:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8C05AE6998; Wed, 5 Oct 2016 00:09:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: dbarnes@apache.org To: commits@geode.incubator.apache.org Date: Wed, 05 Oct 2016 00:09:51 -0000 Message-Id: <0c7e522dffa54630aaf3dbdb8c0970b4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [partial] incubator-geode git commit: GEODE-1964: native client documentation (note: contains references to images in the geode-docs directories) archived-at: Wed, 05 Oct 2016 00:09:56 -0000 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ff80a931/geode-docs/reference/topics/elements_ref.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/reference/topics/elements_ref.html.md.erb b/geode-docs/reference/topics/elements_ref.html.md.erb deleted file mode 100644 index 9b13fab..0000000 --- a/geode-docs/reference/topics/elements_ref.html.md.erb +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: cache.xml Quick Reference ---- - -This section documents cache.xml file requirements and variables. It also points you to specific element sections for server, client, and WAN configuration. - -- [Cache XML Requirements](#topic_7B1CABCAD056499AA57AF3CFDBF8ABE3__section_A6B050113DCC4D12A6A9C0F250527AF8) -- [Variables in cache.xml](#topic_7B1CABCAD056499AA57AF3CFDBF8ABE3__section_5DBA12F9FC08406AAD5557E13A3DEDF2) -- [Configuration Quick Reference](elements_ref.html#topic_7B1CABCAD056499AA57AF3CFDBF8ABE3__section_2076DDF1F0464CF8894B42ABC32AE4CB) - -## Cache XML Requirements - -The cache.xml file has these requirements: - -- The contents must conform to the XML schema definition provided in cache-1.0.xsd. The schema definition file is available in the product distribution at `$GEMFIRE/schemas/geode.apache.org/schema/cache/cache-1.0.xsd`. -- The file must include a <cache> schema declaration of one of the following forms: - - Server or peer cache: - - ``` pre - - - ... - - ``` - - - Client cache: - - ``` pre - - - ... - - ``` - -- Any class name specified in the file **must have a public zero-argument constructor** and must implement the `org.apache.geode.cache.Declarable` interface. Parameters declared in the XML for the class are passed to the class init method. - -## Variables in cache.xml - -You can use variables in the `cache.xml` to customize your settings without modifying the XML file. - -Set your variables in Java system properties when you start your cache server or application process. - -Example cache.xml with variables and the gfsh `start server` command that sets the variables: - -``` pre - - - - - - - -``` - -``` pre -gfsh>start server --name=server2 --cache-xml-file=cache.xml --J=-DPORT=30333 --J=-DMAXCNXS=77 -``` - -## Configuration Quick Reference - -To configure cache servers, clients, and WAN topologies, see the following sections: - -- Server Configuration - - - [<cache> Element Reference](cache_xml.html#cache_xml_cache) - - [<cache-server>](cache_xml.html#cache-server) - - [<region>](cache_xml.html#region) - - [<region-attributes>](cache_xml.html#region-attributes) - - You can set the same server configuration properties using the `org.apache.geode.cache.server.CacheServer` and `org.apache.geode.cache.Cache` interfaces. For detailed information, see the online Java API documentation. - -- Client Configuration - - - [<client-cache> Element Reference](client-cache.html#cc-client-cache) - - [<pool>](client-cache.html#cc-pool) - - [<region>](client-cache.html#cc-region) - - You can set the same client configuration properties using the `org.apache.geode.cache.clientClientCache` and `Pool` interfaces. For detailed information, see the online Java API documentation. - -- Multi-site (WAN) Configuration and Asynchronous Event Queue Configuration - - - [<gateway-sender>](../../reference/topics/gfe_cache_xml.html#gateway-sender) - - [<gateway-receiver>](../../reference/topics/gfe_cache_xml.html#gateway-receiver) - - [<async-event-queue>](../../reference/topics/gfe_cache_xml.html#id_zrr_scq_rr) - - The gateway sender and receiver APIs in `org.apache.geode.cache.util` provide corresponding getter and setter methods for these attributes. - - http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ff80a931/geode-docs/reference/topics/gemfire_properties.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/reference/topics/gemfire_properties.html.md.erb b/geode-docs/reference/topics/gemfire_properties.html.md.erb deleted file mode 100644 index 06c72a2..0000000 --- a/geode-docs/reference/topics/gemfire_properties.html.md.erb +++ /dev/null @@ -1,623 +0,0 @@ ---- -title: gemfire.properties and gfsecurity.properties (Geode Properties) ---- - -You use the `gemfire.properties` settings to join a distributed system and configure system member behavior. Distributed system members include applications, the cache server, the locator, and other Geode processes. - -You can place any security-related (properties that begin with `security-*`) configuration properties in `gemfire.properties` into a separate `gfsecurity.properties` file. Placing these configuration settings in a separate file allows you to restrict access to security configuration data. This way, you can still allow read or write access for your `gemfire.properties` file. - -You can also define provider-specific properties ("ssl" properties) in `gfsecurity.properties` instead of defining them at the command-line or in your environment. - -You can specify non-ASCII text in your properties files by using Unicode escape sequences. See [Using Non-ASCII Strings in Apache Geode Property Files](non-ascii_strings_in_config_files.html) for more details. - -**Note:** -Unless otherwise indicated, these settings only affect activities within this distributed system - not activities between clients and servers or between a gateway sender and gateway receiver in a multi-site installation. - - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SettingDefinitionDefault
ack-severe-alert-thresholdNumber of seconds the distributed system will wait after the ack-wait-threshold for a message to be acknowledged before it issues an alert at severe level. A value of zero disables this feature.0
ack-wait-thresholdNumber of seconds a distributed message can wait for acknowledgment before it sends an alert to signal that something might be wrong with the system member that is unresponsive. -

The waiter continues to wait. The alerts are logged in the system member’s log as warnings.

-Valid values are in the range 0...2147483647
15
archive-disk-space-limitMaximum size (in megabytes) of all inactive statistic archive files combined. If this limit is exceeded, inactive archive files are deleted, oldest first, until the total size is within the limit. If set to zero, disk space use is unlimited.0
archive-file-size-limitThe maximum size (in megabytes) of a single statistic archive file. Once this limit is exceeded, a new statistic archive file is created, and the current archive file becomes inactive. If set to zero, file size is unlimited.0
async-distribution-timeoutThe number of milliseconds a process that is publishing to this process should attempt to distribute a cache operation before switching over to asynchronous messaging for this process. The switch to asynchronous messaging lasts until this process catches up, departs, or some specified limit is reached, such as async-queue-timeout or async-max-queue-size. -

To enable asynchronous messaging, the value must be set above zero. Valid values are in the range 0...60000.

-
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
0
async-max-queue-sizeAffects non-conflated asynchronous queues for members that publish to this member. This is the maximum size the queue can reach (in megabytes) before the publisher asks this member to leave the distributed system. -

Valid values are in the range 0..1024.

-
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
8
async-queue-timeoutAffects asynchronous queues for members that publish to this member. This is the maximum milliseconds the publisher should wait with no distribution to this member before it asks this member to leave the distributed system. Used for handling slow receivers. -
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
60000
bind-addressRelevant only for multi-homed hosts - machines with multiple network interface cards. Specifies the adapter card the cache binds to for peer-to-peer communication. Also specifies the default location for Geode servers to listen on, which is used unless overridden by the server-bind-address. An empty string causes the member to listen on the default card for the machine. This is a machine-wide attribute used for system member and client/server communication. It has no effect on locator location, unless the locator is embedded in a member process. -

Specify the IP address, not the hostname, because each network card may not have a unique hostname. An empty string (the default) causes the member to listen on the default card for the machine.

not set
cache-xml-fileDeclarative initialization file for the member's cache.cache.xml
cluster-configuration-dirThis property specifies the directory in which the cluster configuration related disk-store and artifacts are stored. This property is only applicable to dedicated locators that have "enable-cluster-configuration" set to true.not set
conflate-eventsUsed only by clients in a client/server installation. This is a client-side property that is passed to the server. Affects subscription queue conflation in this client's servers. Specifies whether to conflate (true setting), not conflate (false), or to use the server's conflation setting (server).server
conserve-socketsSpecifies whether sockets are shared by the system member’s threads. If true, threads share, and a minimum number of sockets are used to connect to the distributed system. If false, every application thread has its own sockets for distribution purposes. You can override this setting for individual threads inside your application. Where possible, it is better to set conserve-sockets to true and enable the use of specific extra sockets in the application code if needed. WAN deployments increase the messaging demands on a Geode system. To avoid hangs related to WAN messaging, always set conserve-sockets=false for Geode members that participate in a WAN deployment.true
delta-propagationSpecifies whether to distribute the deltas for entry updates, instead of the full values, between clients and servers and between peers.true
deploy-working-dirWorking directory used when deploying JAR application files to distributed system members. This directory can be local and unique to the member or a shared resource. -See Deploying Application JARs to Apache Geode Members for more information.. (current directory)
disable-auto-reconnectBy default, a Geode member (both locators and servers) will attempt to reconnect and reinitialize the cache after it has been forced out of the distributed system by a network partition event or has otherwise been shunned by other members. Use this property to turn off the autoreconnect behavior. -See Handling Forced Cache Disconnection Using Autoreconnect for more details.false
disable-tcpBoolean 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.false
distributed-system-idIdentifier used to distinguish messages from different distributed systems. Set this to different values for different systems in a multi-site (WAN) configuration. This is required for Portable Data eXchange (PDX) data serialization. This setting must be the same for every member in the same distributed system and unique to the distributed system within the WAN installation. -1 means no setting. Valid values are integers in the range -1...255.-1
durable-client-idUsed only for clients in a client/server installation. If set, this indicates that the client is durable and identifies the client. The ID is used by servers to reestablish any messaging that was interrupted by client downtime.not set
durable-client-timeoutUsed only for clients in a client/server installation. Number of seconds this client can remain disconnected from its server and have the server continue to accumulate durable events for it.300
enable-network-partition-detectionBoolean instructing the system to detect and handle splits in the distributed system, typically caused by a partitioning of the network (split brain) where the distributed system is running. We recommend setting this property to true. You must set this property to the same value across all your distributed system members. In addition, you must set this property to true if you are using persistent regions and configure your regions to use DISTRIBUTED_ACK or GLOBAL scope to avoid potential data conflicts.false
enable-cluster-configurationA value of "true" causes the creation of cluster configuration on dedicated locators. The cluster configuration service on dedicated locator(s) with this property set to "true" would serve the configuration to new members joining the distributed system and also save the configuration changes caused by the gfsh commands. This property is only applicable to dedicated locators..true
enable-time-statisticsBoolean instructing the system to track time-based statistics for the distributed system and caching. Disabled by default for performance reasons and not recommended for production environments. You must also configure statistics-sampling-enabled to true and specify a statistics-archive-file.false
enforce-unique-hostWhether partitioned regions will put redundant copies of the same data in different members running on the same physical machine. By default, Geode tries to put redundant copies on different machines, but it will put them on the same machine if no other machines are available. Setting this property to true prevents this and requires different machines for redundant copies.false
groupsDefines the list of groups that this member belongs to. Use commas to separate group names. Note that anything defined by the roles gemfire property will also be considered a group. -See Using Member Groups for more information.not set
http-service-bind-addressIf set, then the Geode member binds the embedded HTTP service to the specified address. If this property is not set but the HTTP service is enabled using http-service-port, then Geode binds the HTTP service to the member's local address. Used by the Geode Pulse Web application and the developer REST API service.not set
http-service-portIf non-zero, then Geode starts an embedded HTTP service that listens on this port. The HTTP service is used to host the Geode Pulse Web application and the development REST API service. If you are hosting the Pulse web app on your own Web server and are not using the development REST API service, then disable this embedded HTTP service by setting this property to zero. Ignored if jmx-manager and start-dev-rest-api are both set to false.7070
jmx-managerIf true then this member is willing to be a JMX Manager. All the other JMX Manager properties will be used when it does become a manager. If this property is false then all other jmx-manager-* properties are ignored.false (except on locators)
jmx-manager-bind-addressBy default the jmx-manager (when configured with a port) will listen on all the local host's addresses. You can use this property to configure what IP address or host name the JMX Manager will listen on for non-HTTP connections. Ignored if JMX Manager is false or jmx-manager-port is zero.not set
jmx-manager-hostname-for-clientsLets you control what hostname will be given to clients that ask the locator for the location of a JMX Manager. By default the IP address that the jmx-manager reports is used. But for clients on a different network this property allows you to configure a different hostname that will be given to clients. Ignored if jmx-manager is false or jmx-manager-port is zero.not set
jmx-manager-http-portDeprecated. Use http-service-port instead.7070
jmx-manager-portThe port this JMX Manager will listen to for client connections. If this property is set to zero then Geode will not allow remote client connections but you can alternatively use the standard system properties supported by the JVM for configuring access from remote JMX clients. Ignored if jmx-manager is false.1099
jmx-manager-startIf true then this member will start a jmx manager when it creates a cache. Management tools like gfsh can be configured to connect to the jmx-manager. In most cases you should not set this because a jmx manager will automatically be started when needed on a member that sets "jmx-manager" to true. Ignored if jmx-manager is false.false
jmx-manager-update-rateThe rate, in milliseconds, at which this member will push updates to any JMX Managers. Currently this value should be greater than or equal to the statistic-sample-rate. Setting this value too high will cause stale values to be seen by gfsh and Geode Pulse.2000
load-cluster-configuration-from-dirSetting this property to "true" causes loading of cluster configuration from "cluster_config" directory in the locator. This property is only applicable to dedicated locators that have "enable-cluster-configuration" set to true.false
locator-wait-timeThe number of seconds that a member should wait for a locator to start if a locator is not available when attempting to join the distributed system. Use this setting when you are starting locators and peers all at once. This timeout allows peers to wait for the locators to finish starting up before attempting to join the distributed system.0
locators

The list of locators used by system members. The list must be configured consistently for every member of the distributed system. If the list is empty, locators are not used.

-

For each locator, provide a host name and/or address (separated by ‘@’, if you use both), followed by a port number in brackets. Examples:

-
locators=address1[port1],address2[port2] 
-
locators=hostName1@address1[port1],hostName2@address2[port2] 
-
locators=hostName1[port1],hostName2[port2]
-
-**Note:** -

On multi-homed hosts, this last notation will use the default address. If you use bind addresses for your locators, explicitly specify the addresses in the locators list—do not use just the hostname.

-
-

If you have values specified for the locators property, the mcast-port property defaults to 0.

-
-**Note:** -

If you specify invalid DNS hostnames in this property, any locators or servers started with gfsh will not produce log files. Make sure you provide valid DNS hostnames before starting the locator or server with gfsh.

-
not set
lock-memoryWhen true, locks heap and off-heap memory into RAM to prevent the operating system from paging the memory out to disk.false
log-disk-space-limitMaximum size in megabytes of all inactive log files combined. If this limit is exceeded, inactive log files are deleted, oldest first, until the total size is within the limit. If set to zero, disk space use is unlimited.0
log-fileFile to which a running system member writes log messages. If set to null, the default is used. -

Each member type has its own default output:

-
    -
  • application: standard out
  • -
  • locator: <locator_name>.log
  • -
  • server: <server_name>.log
  • -
null
log-file-size-limitMaximum size in megabytes of a log file before it is closed and logging rolls on to a new (child) log file. If set to 0, log rolling is disabled.0
log-levelLevel of detail of the messages written to the system member’s log. Setting log-level to one of the ordered levels causes all messages of that level and greater severity to be printed. -

Valid values from lowest to highest are fine, config, info, warning, error, severe, and none.

config
max-wait-time-reconnectMaximum number of milliseconds to wait for the distributed system to reconnect on each reconnect attempt.60000
mcast-addressAddress used to discover other members of the distributed system. Only used if mcast-port is non-zero. This attribute must be consistent across the distributed system. Select different multicast addresses and different ports for different distributed systems. Do not just use different addresses. Some operating systems may not keep communication separate between systems that use unique addresses but the same port number. -

This default multicast address was assigned by IANA -(http://www.iana.org/assignments/multicast-addresses). Consult the IANA chart when selecting another multicast address to use with Geode.

-
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication. If multicast is enabled, distributed regions use it for most communication. Partitioned regions only use multicast for a few purposes, and mainly use either TCP or UDP unicast.

-

239.192.81.1 for IPv4 (the default IP version)

-

FF38::1234 for IPv6

mcast-flow-controlTuning property for flow-of-control protocol for unicast and multicast no-ack UDP messaging. Compound property made up of three settings separated by commas: byteAllowance, rechargeThreshold, and rechargeBlockMs. -

Valid values range from these minimums: 10000,0.1,500 to these maximums: no_maximum ,0.5,60000.

-
-**Note:** -

This setting controls only peer-to-peer communication, generally between distributed regions.

-
1048576,0.25, 5000
mcast-portPort used, along with the mcast-address, for multicast communication with other members of the distributed system. If zero, multicast is disabled. -
-**Note:** -

Select different multicast addresses and ports for different distributed systems. Do not just use different addresses. Some operating systems may not keep communication separate between systems that use unique addresses but the same port number.

-
-

Valid values are in the range 0..65535.

-
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
-

If you have values specified for the locators property, the mcast-port property defaults to 0.

10334
mcast-recv-buffer-sizeSize of the socket buffer used for incoming multicast transmissions. You should set this high if there will be high volumes of messages. -

Valid values are in the range 2048.. OS_maximum.

-
-**Note:** -

The default setting is higher than the default OS maximum buffer size on Unix, which should be increased to at least 1 megabyte to provide high-volume messaging on Unix systems.

-
-
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
1048576
mcast-send-buffer-sizeThe size of the socket buffer used for outgoing multicast transmissions. -

Valid values are in the range 2048.. OS_maximum.

-
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
65535
mcast-ttlHow far multicast messaging goes in your network. Lower settings may improve system performance. A setting of 0 constrains multicast messaging to the machine. -
-**Note:** -

This setting controls only peer-to-peer communication and does not apply to client/server or multi-site communication.

-
32
member-timeoutGeode uses the member-timeout server configuration, specified in milliseconds, to detect the abnormal termination of members. The configuration setting is used in two ways: 1) First it is used during the UDP heartbeat detection process. When a member detects that a heartbeat datagram is missing from the member that it is monitoring after the time interval of 2 * the value of member-timeout, the detecting member attempts to form a TCP/IP stream-socket connection with the monitored member as described in the next case. 2) The property is then used again during the TCP/IP stream-socket connection. If the suspected process does not respond to the are you alive datagram within the time period specified in member-timeout, the membership coordinator sends out a new membership view that notes the member's failure. -

Valid values are in the range 1000..600000.

5000
membership-port-rangeThe range of ports available for unicast UDP messaging and for TCP failure detection. This is specified as two integers separated by a hyphen. Different members can use different ranges. -

Geode randomly chooses at least two unique integers from this range for the member, one for UDP unicast messaging and the other for TCP failure detection messaging. If tcp-port is configured to 0, it will also randomly select a port from this range for TCP sockets used for peer-to-peer communication only.

-

Therefore, the specified range must include at least three available port numbers (UDP, FD_SOCK, and TCP DirectChannel).

-

The system uniquely identifies the member using the combined host IP address and UDP port number.

-

You may want to restrict the range of ports that Geode uses so the product can run in an environment where routers only allow traffic on certain ports.

1024-65535
memcached-portIf specified and is non-zero, sets the port number for an embedded Gemcached server and starts the Gemcached server.0
memcached-protocolSets the protocol used by an embedded Gemcached server. Valid values are BINARY and ASCII. If you omit this property, the ASCII protocol is used.ASCII
nameSymbolic name used to identify this system member.not set
off-heap-memory-sizeSpecifies the size of off-heap memory in megabytes (m) or gigabytes (g). For example: -
off-heap-memory-size=4096m
-off-heap-memory-size=120g
not set
redundancy-zoneDefines this member's redundancy zone. Used to separate member's into different groups for satisfying partitioned region redundancy. If this property is set, Geode will not put redundant copies of data in members with the same redundancy zone setting. -See Configure High Availability for a Partitioned Region for more details.not set
remote-locatorsUsed to configure the locators that a cluster will use in order to connect to a remote site in a multi-site (WAN) configuration. To use locators in a WAN configuration, you must specify a unique distributed system ID (distributed-system-id) for the local cluster and remote locator(s) for the remote clusters to which you will connect. -

For each remote locator, provide a host name and/or address (separated by ‘@’, if you use both), followed by a port number in brackets. Examples:

-
remote-locators=address1[port1],address2[port2] 
-
remote-locators=hostName1@address1[port1],hostName2@address2[port2] 
-
remote-locators=hostName1[port1],hostName2[port2]
not set
remove-unresponsive-clientWhen this property is set to true, the primary server drops unresponsive clients from all secondaries and itself. Clients are deemed unresponsive when their messaging queues become full on the server. While a client's queue is full, puts that would add to the queue block on the server.false
security-*Used for authentication. Any custom properties needed by your AuthInitialize or Authenticator callbacks. -
-**Note:** -

Any security-related (properties that begin with security-*) configuration properties that are normally configured in gemfire.properties can be moved to a separate gfsecurity.properties file. Placing these configuration settings in a separate file allows you to restrict access to security configuration data. This way, you can still allow read or write access for your gemfire.properties file.

-
not set
security-client-accessorUsed for authorization. Static creation method returning an AccessControl object, which determines authorization of client-server cache operations. This specifies the callback that should be invoked in the pre-operation phase, which is when the request for the operation is received from the client.not set
security-client-accessor-ppUsed for authorization. The callback that should be invoked in the post-operation phase, which is when the operation has completed on the server but before the result is sent to the client. The post-operation callback is also invoked for the updates that are sent from server to client through the notification channel.not set
security-client-auth-initUsed for authentication. Static creation method returning an AuthInitialize object, which obtains credentials for peers in a distributed system. The obtained credentials should be acceptable to the Authenticator specified through the security-peer-authenticator property on the peers.not set
security-client-authenticatorUsed for authentication. Static creation method returning an Authenticator object, which is used by a peer to verify the credentials of the connecting peer.not set
security-client-dhalgoUsed for authentication. For secure transmission of sensitive credentials like passwords, you can encrypt the credentials using the Diffie-Hellman key exchange algorithm. Do this by setting the security-client-dhalgo system property on the clients to the name of a valid symmetric key cipher supported by the JDK.not set
security-log-fileUsed with authentication. The log file for security log messages. If not specified, the member's regular log file is used.not set
security-log-levelUsed with authentication. Logging level detail for security log messages. -

Valid values from lowest to highest are fine, config, info, warning, error, severe, and none.

config
security-peer-auth-initUsed with authentication. Static creation method returning an AuthInitialize object, which obtains credentials for peers in a distributed system. The obtained credentials should be acceptable to the Authenticator specified through the security-peer-authenticator property on the peers.not set
security-peer-authenticatorUsed with authentication. Static creation method returning an Authenticator object, which is used by a peer to verify the credentials of the connecting peer.not set
security-peer-verifymember-timeoutUsed with authentication. Timeout in milliseconds used by a peer to verify membership of an unknown authenticated peer requesting a secure connection.1000
server-bind-addressRelevant only for multi-homed hosts - machines with multiple network interface cards. Network adapter card a Geode server binds to for client/server communication. You can use this to separate the server’s client/server communication from its peer-to-peer communication, spreading the traffic load. -

This is a machine-wide attribute used for communication with clients in client/server and multi-site installations. This setting has no effect on locator configuration.

-

Specify the IP address, not the hostname, because each network card may not have a unique hostname.

-

An empty string causes the servers to listen on the same card used for peer-to-peer communication. This is either the bind-address or, if that is not set, the machine’s default card.

not set
socket-buffer-sizeReceive buffer sizes in bytes of the TCP/IP connections used for data transmission. To minimize the buffer size allocation needed for distributing large, serializable messages, the messages are sent in chunks. This setting determines the size of the chunks. Larger buffers can handle large messages more quickly, but take up more memory.32768
socket-lease-timeTime, in milliseconds, a thread can have exclusive access to a socket it is not actively using. A value of zero causes socket leases to never expire. This property is ignored if conserve-sockets is true. -

Valid values are in the range 0..600000.

60000
ssl-enabled-componentsComponents for which to enable SSL. Comma-separated list of one or more of (cluster, gateway, http, jmx, locator, server) or "all".all
ssl-require-authenticationBoolean. Require two-way authentication for SSL-enabled components. Applies to all components except http.true
ssl-http-require-authenticationBoolean. Require two-way authentication for http component.false
ssl-default-aliasString. Default certificate name. If empty, use first certificate in key store.
ssl-component-aliasString. Certificate name for specified component, which is one of: cluster, gateway, http, jmx, locator, or server.
ssl-ciphersComma-separated list of SSL ciphers or "any"any
ssl-protocolsComma-separated list of SSL protocols or "any"any
ssl-keystore, ssl-keystore-passwordStrings. Path to key store, key store password.
ssl-truststore, ssl-truststore-passwordStrings. Path to trust store, trust store password.
start-dev-rest-apiIf set to true, then the developer REST API service will be started when cache is created. REST service can be configured using http-service-port and http-service-bind-address properties.false
start-locatorIf set, automatically starts a locator in the current process when the member connects to the distributed system and stops the locator when the member disconnects. -

To use, specify the locator with an optional address or host specification and a required port number, in one of these formats:

-
start-locator=address[port1] 
-
start-locator=port1
-If you only specify the port, the address assigned to the member is used for the locator. -

If not already there, this locator is automatically added to the list of locators in this set of gemfire properties.

not set
statistic-archive-fileThe file to which the running system member writes statistic samples. For example: "StatisticsArchiveFile.gfs". An empty string disables archiving. Adding .gz suffix to the file name causes it to be compressed.not set
statistic-sample-rateHow often to sample statistics, in milliseconds. -

Valid values are in the range 100..60000.

1000
statistic-sampling-enabledWhether to collect and archive statistics on the member. -

Statistics sampling provides valuable information for ongoing system tuning and troubleshooting purposes. Sampling statistics at the default sample rate does not impact system performance. We recommend enabling statistics sampling in production environments.

-
-**Note:** -

This setting does not apply to partitioned regions, where statistics are always enabled.

-
false
tcp-portThe TCP port to listen on for cache communications. If set to zero, the operating system selects an available port. Each process on a machine must have its own TCP port. Note that some operating systems restrict the range of ports usable by non-privileged users, and using restricted port numbers can cause runtime errors in Geode startup. -

Valid values are in the range 0..65535.

0
tombstone-gc-thresholdThe number of tombstones that can accumulate before the Geode member triggers garbage collection for tombstones. -See How Destroy and Clear Operations Are Resolved.100000
udp-fragment-sizeMaximum fragment size, in bytes, for transmission over UDP unicast or multicast sockets. Smaller messages are combined, if possible, for transmission up to the fragment size setting. -

Valid values are in the range 1000..60000.

60000
udp-recv-buffer-sizeThe size of the socket buffer used for incoming UDP point-to-point transmissions. If disable-tcp is false, a reduced buffer size of 65535 is used by default. -

The default setting of 1048576 is higher than the default OS maximum buffer size on Unix, which should be increased to at least 1 megabyte to provide high-volume messaging on Unix systems.

-

Valid values are in the range 2048.. OS_maximum.

1048576
udp-send-buffer-sizeThe size of the socket buffer used for outgoing UDP point-to-point transmissions. -

Valid values are in the range 2048..OS_maximum.

65535
use-cluster-configurationThis property is only applicable for data members (non-client and non -ocator). A value of "true" causes a member to request and use the configuration from cluster configuration services running on dedicated locators. Setting this property to "false" causes a member to not request the configuration from the configuration services running on the locator(s).true
user-command-packagesA comma separated list of Java packages that contain classes implementing the CommandMarker interface. Matching classes will be loaded when the VM starts and will be available in the GFSH command-line utility.not set
- -- **[Using Non-ASCII Strings in Apache Geode Property Files](../../reference/topics/non-ascii_strings_in_config_files.html)** - - You can specify Unicode (non-ASCII) characters in Apache Geode property files by using a `\uXXXX` escape sequence.