fixed an issue in ARC*Clusterinfo prioritizedvalue that caused empty attributes to be rendered in XML
Fixed an issue in ARC*Clusterinfo prioritizedvalue that caused empty attributes to be rendered in XML
Description
A returned empty string in ARC1ClusterInfo prioritizedvalues function would cause the clients to print errors on empty XML attributes such as MinWallTime
The function prioritizedvalues
now always return undef if no value is set in arc.conf or if the LRMS returns no value.
This causes the rendering code not to publish the undefined attribute, so the client shows no errors any longer.