Skip to content

Timestamp is not defined at GUI #2

@pmandrik

Description

@pmandrik

"run started" information is not shown for run 351011
https://mattermost.web.cern.ch/cms-online-ops/pl/pqeqcqxeaj8f9k1qeuk6mepy4y
image

Available at OMS, RR, new DQM GUI.

"(Not recorded)" entry is triggered when curStartTime <= 0:

? "(Not recorded)"

current.runstart could be == 0 if VisDQMEventNumList entry has runstart == 0

if (li->runnr == current.runnr && li->runstart >= 0 &&
li->runstart < current.runstart)
current.runstart = li->runstart;

need to find DB entry for timestamp...

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