The following is a sample replication from one unixfilesystem to another when the indexing plugin is loaded:
$ iput -R demoResc file
$ irepl -R otherResc file
remote addresses: 127.0.1.1 ERROR: replUtil: repl error for /tempZone/home/rods/file, status = -130000 status = -130000 SYS_INVALID_INPUT_PARAM
Level 0: resc hier is null
Indexing is trying, at this point, to launch a fresh "full text" indexing event / task. It never gets there, but we're in the post PEP so the replicate operation hasn't failed, only the new indexing attempt.
(Not fatal. replication is not prevented)
The following is a sample replication from one
unixfilesystem
to another when the indexing plugin is loaded:Indexing is trying, at this point, to launch a fresh "full text" indexing event / task. It never gets there, but we're in the post PEP so the replicate operation hasn't failed, only the new indexing attempt.