During data import, callbacks are disabled by default and no cache events are generated for WAN replication. This makes sense if you consider the case where you import data from cluster B into cluster A and don't want this imported data to be replicated again to cluster B, from which the data came.
However, in some other cases, enabling WAN replication during data import is desirable and this can be achieved by setting the '
invoke-callbacks' flag to
true in the import command.
For example:
import data --region=XXXX --file=XXX --member=XXX --invoke-callbacks=true
Note: Be aware that triggering WAN replication during a huge data import can overload the system and lead to an unstable state if not enough computing resources are allocated.