You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which makes a couple of calls to figure out whether our DBS instance is talking to the global DBSServer instance or not, I noticed it calls getServerInfo, which does NOT exist either in the DBSReader nor in DbsApi.
@khurtado Kenyi, this one is supposed to be a simple issue. Can you please try to get it done before your day is over? I'll then add it to the next tag to be requested to Lina, tomorrow.
While looking at this code:
https://github.com/dmwm/WMCore/blob/master/src/python/WMCore/WorkQueue/DataLocationMapper.py#L24
which makes a couple of calls to figure out whether our DBS instance is talking to the
global
DBSServer instance or not, I noticed it callsgetServerInfo
, which does NOT exist either in the DBSReader nor in DbsApi.The DBSReader instance has this attribute:
while the DbsApi has
thus it's one less http request made to the DBSServer.
The text was updated successfully, but these errors were encountered: