wtsi-npg/perl-irods-wrap

Avoid using -T in any icommand operations

kjsanger opened this issue · 1 comments

Discovered in iRODS 4.2.7, using -T causes the client to hang on connection renewal. See irods/irods#6227

This was discovered in a recursive iget, but affects single data object gets too.

E.g.

my @args = ('-f', '-T', $source, $target);

Fixed by #252