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
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
There is a modified version of the aggregator running at 904 since Friday, so fixing this is not particularly urgent. To create this version, I simply replaced .cms with .cms904 in all the Java classes in src/main/**.
How do you propose to solve this? Do you intend to make the network a configurable option or simply create a list of supported networks? The problem with the second solution would be that the aggregator also appends the ".cms" suffix to hosts [1]. Supporting multiple TLDs at the same time would make it impossible for the aggregator to know which TLD to append (without further changes).
The DAQAggregator assumes hostnames to end with .cms in some places:
https://github.com/cmsdaq/DAQAggregator/search?l=Java&q=%22.cms%22&type=&utf8=%E2%9C%93
This caused problems in the setup for 904 and a solution for supporting at least .cms and .cms904 should be found.
The text was updated successfully, but these errors were encountered: