irods / irods_capability_indexing

BSD 3-Clause "New" or "Revised" License
1 stars 11 forks source link

on repl_post, the plugin burps and gives up #87

Open d-w-moore opened 2 years ago

d-w-moore commented 2 years ago

(Not fatal. replication is not prevented)

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.

trel commented 2 years ago

Is there any more information in the rodsLog? Who's forgetting to populate the resc_hier / DEST_RESC_HIER_STR_KW?