The following workarounds can be used to rectify the issues mentioned above:
When the Gateway Sender is queuing up the data and is not able to drain, perform the following steps:
stop gateway-sender --id=value
start gateway-sender --id=value
When the "
list regions" or "
list indexes" command from gfsh does not show any regions or indexes respectively, perform the following steps:
- Export the cluster configs like below from the source cluster.
Note: This may take longer depending on the number of regions, its indexes, region types, etc.
export cluster-configuration --zip-file-name=<value>
- Stop all the cache servers only on the destination cluster.
- Import the cluster configs to the destination cluster like below:
import cluster-configuration --zip-file-name=<value>
- Then, start all your cache servers.
When the "
list gateways" command shows only the sender but not the receiver information, then perform the step below:
create gateway-receiver