Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp is not defined at GUI #2

Open
pmandrik opened this issue Apr 29, 2022 · 1 comment
Open

Timestamp is not defined at GUI #2

pmandrik opened this issue Apr 29, 2022 · 1 comment

Comments

@pmandrik
Copy link
Contributor

"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...

@pmandrik
Copy link
Contributor Author

pmandrik commented May 2, 2022

Timestamp is available at online old gui for finished runs including 351'011 but not for ongoing. It is same for online-test old gui but not a case for playback old gui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant