Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If notifications are not being received or are not being sent, this could be due to a number of issues such as:

...

In order to debug the notifications please follow these steps:

APPLY process

No Format
bgColorCCC
dbvrep> set APPLY._NOTIFY_VERBOSE_DEBUG=1
dbvrep> set APPLY._NETWORK_TRAFFIC_DEBUG=1


Restart the APPLY process, then reproduce the issue to send the notification and inspect the APPLY log on the APPLY process.

MINE process

The same can be done for the MINE process:

No Format
bgColorCCC
dbvrep> set MINE._NOTIFY_VERBOSE_DEBUG=1
dbvrep> set MINE._NETWORK_TRAFFIC_DEBUG=1


Restart the MINE process.

Both MINE and APPLY processes

No Format
bgColorCCC
dbvrep> set _NOTIFY_VERBOSE_DEBUG=1
dbvrep> set _NETWORK_TRAFFIC_DEBUG=1


Restart both MINE and APPLY processes for these settings to take affect.

Send Notification

To manually send a test notification use the following command:

...