Chapter 6. Cross-site replication log messages
Data Grid includes an org.infinispan.XSITE
log category to help you troubleshoot cross-site replication operations.
6.1. Data Grid log messages for cross-site replication
Find user actions for log messages related to cross-site replication.
Log level | Identifier | Message | Description |
---|---|---|---|
DEBUG | ISPN000400 | Node <site-name> was suspected | Data Grid prints this message when it cannot reach backup locations. Ensure that sites are online and check network status. |
INFO | ISPN000439 | Received new x-site view: <site-name> | Data Grid prints this message when sites join and leave the global cluster. |
INFO | ISPN100005 | Site <site-name> is online. | Data Grid prints this message when a site comes online. |
INFO | ISPN100006 | Site <site-name> is offline. | Data Grid prints this message when a site goes offline. If you did not take the site offline manually, this message could indicate a failure has occurred. Check network status and try to bring the site back online. |
WARN | ISPN000202 | Problems backing up data for cache <cache-name> to site <site-name>: | Data Grid prints this message when issues occur with state transfer operations along with the exception. If necessary adjust Data Grid logging to get more fine-grained logging messages. |
WARN | ISPN000289 | Unable to send X-Site state chunk to <site-name>. | Indicates that Data Grid cannot transfer a batch of cache entries during a state transfer operation. Ensure that sites are online and check network status. |
WARN | ISPN000291 | Unable to apply X-Site state chunk. | Indicates that Data Grid cannot apply a batch of cache entries during a state transfer operation. Ensure that sites are online and check network status. |
WARN | ISPN000322 | Unable to re-start x-site state transfer to site <site-name> | Indicates that Data Grid cannot resume a state transfer operation to a backup location. Ensure that sites are online and check network status. |
ERROR | ISPN000477 | Unable to perform operation <operation-name> for site <site-name> | Indicates that Data Grid cannot successfully complete an operation on a backup location. If necessary adjust Data Grid logging to get more fine-grained logging messages. |
FATAL | ISPN000449 | XSite state transfer timeout must be higher or equals than 1 (one). |
Results when the value of the |
FATAL | ISPN000450 | XSite state transfer waiting time between retries must be higher or equals than 1 (one). |
Results when the value of the |
FATAL | ISPN000576 | Cross-site Replication not available for local cache. | Cross-site replication does not work with the local cache mode. Either remove the backup configuration from the local cache definition or use a distributed or replicated cache mode. |