Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Having two instances of DQM square mirror running in parallel degrades the service #17

@nothingface0

Description

@nothingface0

If running two separate DQM square mirror instances, both try to get information from the P5 machines at the same time, by using the playback RUBU as an intermediate. This doesn't work well, which is why the cmsweb-test4 deployment needs to ask for updates as little as possible (currently once per half an hour).

If, for example, the service is running at the same update rate (every 30s) in two separate instances, the result is that neither is updated in time:

image

What needs to be investigated:

  • Perhaps it's the get_cluster_status endpoint which slows down the RUBU by having to open websockets to each of the FU machines?
  • Could the requests from the mirror be minimized, by aggregating them so that one request gets all the updates for one host?
  • Is it related to the fff_dqmtools service itself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions