-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
64 lines (49 loc) · 2.69 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Document metadata. metadata.yaml is used by documenteer and other tools
# to build the document and index it. It should be maintained alongside the
# document in git and kept up to date.
# The series identifier. E.g. SQR, DMTN, SMTN, LDM, LSE, etc.
series: "TSTN"
# Document number, as a string. It should be three digits, padded with leading zeros
serial_number: "023"
# Serial number of the document. E.g. SQR-001
# NOTE: this field is *planned* for deprecation
doc_id: "TSTN-023"
# Title of the document, without the series/serial designation
doc_title: "DDS slow-down on large scale system."
# Author names, ordered as a list. Each author name should be formatted as 'First Last'
authors:
- "Tiago Ribeiro"
- "Michael Reuter"
- "Dave Mills"
- "Russell Owen"
# Current document revision date, YYYY-MM-DD
# Only set this field if you need to manually fix the revision date;
# the revision date is obtained from the HEAD Git commit otherwise.
# last_revised: 'YYYY-MM-DD'
# Version. Use semantic versioning, e.g., 1.0.0, including .dev, as necessary.
# This version string should correspond to the git tag when the document is
# published on Zenodo. If left commented out, the current Git branch is used
# instead version: '1.0.0'
# Digital Object Identifier (DOI). Uncomment if available.
# Keep this DOI updated as new releases are pushed to Zenodo
# doi: 10.5281/zenodo.#####
# Copyright statement
copyright: "2020, Association of Universities for Research in Astronomy, Inc. (AURA)"
# Description. A short, 1-2 sentence statemement used by document indices.
description: "When deploying the Telescope and Site systems for the main telescope at NCSA we started to experience severe startup slow downs of up to 1 minute (the timeout in waiting for DDS initialization) when starting up components.
These occurrences affected components both using SalObj and SAL (e.g. CCCamera) and manifested mainly by timeout's in getting historical data followed by the communication being seriously unstable.
With the deployment of a new cycle (with xml 6.1) we decided to take closer look at the problem.
This tech-note describes the findings, proposed solutions, and points of concern for the future deployment."
# Abstract, if available
# abstract: >
# Write your paragraph
# here with multiple lines.
#
# You can have multiple paragraphs too.
# URL where this document is published by Read the Docs. e.g. http://sqr-001.lsst.codes
url: "https://tstn-023.lsst.io"
# LSST Docushare URL, if authoritative versions of this are are stored there.
# Leave as an empty string or comment out this key if there is no Docushare URL.
docushare_url: ""
# GitHub repo URL
github_url: "https://github.com/lsst-tstn/tstn-023"