Benjamin Allan
Benjamin Allan
Storage policies tie a group of sets to a storage plugin. Policies should be alternately definable as an expression matching set instance names rather than only schemas. This would better...
We have samplers (procstat, shm, filesingle, papi, probably others) all of which would be better off if they could create unique schema names (from some user-defined base name) and then...
The store_sos plugin assumes a set of indices which may not be satisfactory for all use cases. Ideally, the store plugin user should be able to define the indices as...
The CSV and other container oriented stores, for data sets that represent the same metrics for many entities produce unwieldy containers (very large single files). The storage policy architecture routes...
Trapping and preventing connections to self is needed. Ideally we need a daemon uuid so that if failover configuration or misconfiguration generates a loop to self by any transport path...
Various commands use interval= for time window sizes. prdcr connection retry interval= might be better retry_sec sample interval should stay the same failover ping/keepalive might be better ping_sec etc
We need to stop spurious warnings in the log about ": create_hfi_port error " that occur on systems with mixed omnipath and mlx hardware. PR #852 is an incorrect attempt...
The definition of a const MAX_TEST_CASES in rdc.h causes gcc to fail with the error below. One solution is illustrated by: ``` sed -i -e 's/^const uint32_t MAX_TEST_CASES = RDC_DIAG_TEST_LAST...
This takes care of getting the jobid to the netlink-notifier messages for the many ways in which a process can be created in slurm/lsf without receiving a resource manager environment...
When users send malformed json, we get urps such as ``` first_line : 0 last line : 0 first column : 0 last column : 5 str: a cryptic message...