Terrell Russell

Results 323 comments of Terrell Russell

Interesting... this could be a helper rule engine plugin (maybe later/eventually shipped by default) - similar logic as Audit, but with regex and userlist. Logging output should also be easily...

Or even... providing an explicit `msiIndexLogicalPath(*path)` in the plugin? Hmmm, would it need any other parameters?

Oh, nice. We weren't 100% sure remote to localhost would do it. A workaround until we can trigger it a bit more automatically for 'in-rule' policy to fire.

This has come up again today for another member. Pointed them to this discussion and current workaround.

closing - no action to be taken.

bonus surprise now covered by https://github.com/irods/irods/issues/6128

I would bet this is exclusively due to serially setting all the permissions on the newly created collection. Wondering if these can be done atomically.

I don't think #4547 is related... although I suspect that if it is, it's downstream from this issue. This issue is about being slow/serial. That issue is presumably about returning...

Oh, so... you already have two additional custom indices... ---- Please have a grown-up DBA check why the query could be slow (line 4914 above): ``` insert into R_OBJT_ACCESS (object_id,...

Agreed - your indices appear good/great. So now we're looking for 'so, why 12 seconds?'. ``` cllBindVars[0] = myTime; cllBindVars[1] = myTime; cllBindVars[2] = collIdNum; ``` The first two are...