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
I was doing some log analysis on the SFX server because of an outage we had yesterday (11/7) and I noticed that these null queries appeared to have started on 10/7. I didn't' look at the modification times on the code base, but does that make sense?
It doesn't make sense to me. It looks like we added sfx numbers to the deduping service in January. That's when I would have expected it to start. I would have expected it to have been happening all along.
FYI - Keith confirmed today that the reason the null queries to the deducing service were passed through to the SFX server was from debugging code that got activated on 10/7. He removed that code last week. Still, this bug (#85) should still be fixed.
Expected behavior
Queries to the deduping service should only be made if either there is an
issns
parameter or ansfx
parameter.The following are examples of good queries:
Actual behavior
Unnecessary queries are being made to the deduping service. The unnecessary queries look like this:
These queries do not have
issns
orsfx
parameters. If neither one of these is present, a query to the sfx service should not be made.Related Files
module/UChicago/src/UChicago/AjaxHandler/GetDedupedEholdings.php
themes/phoenix/js/phoenix.js
module/UChicago/config/module.config.php
local/config/vufind/config_base.ini
The text was updated successfully, but these errors were encountered: