- 11 Aug, 2020 1 commit
-
-
Alessio Netti authored
-
- 21 Jul, 2020 1 commit
-
-
Alessio Netti authored
- Caching metadata information - Using a single persistent SensorDataStore instance - Now properly querying multiple weekstamps if necessary
-
- 20 Jul, 2020 1 commit
-
-
Alessio Netti authored
- CA: sensors from job operators are not cached anymore - CA: the analytics controller is now de-allocated properly - Added a "tol" parameter to the QueryEngine interface for fuzzy queries
-
- 13 Jul, 2020 1 commit
-
-
Michael Ott authored
-
- 11 Jul, 2020 1 commit
-
-
Michael Ott authored
Allow for endTime != 0 for insertion into the jobData table if the last digit is 1 as set by dcdblsurmjob start
-
- 27 Apr, 2020 1 commit
-
-
Alessio Netti authored
- Allows to quit the collectagent or dcdbpusher with a specified return code.
-
- 13 Feb, 2020 3 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
-
Alessio Netti authored
-
- 03 Feb, 2020 1 commit
-
-
Michael Ott authored
-
- 31 Jan, 2020 2 commits
-
-
Michael Ott authored
-
Michael Ott authored
Allow for actual configuration files to be specified on command line, not just configuration directories. Add exception handling to main of pusher, collectagent, grafanaserver
-
- 20 Jan, 2020 1 commit
-
-
Alessio Netti authored
- New filtering methods applies a filtering regular expression to all node names in the node list of a job; the mode of the filtered node names is then computed, and the job is processed only if this matches an arbitrary "match" string - Can be used to assign jobs to different islands in a HPC system based on the allocation of nodes
-
- 17 Jan, 2020 2 commits
-
-
Alessio Netti authored
- Allows to reduce the size of the query results considerably
-
Alessio Netti authored
- Uses an overloaded version of the querySensor() method
-
- 16 Dec, 2019 2 commits
-
-
Alessio Netti authored
- Implemented a (overloaded) publishSensor method in SensorConfig that uses a SensorMetadata object to publish metadata selectively - only columns that are set are updated, query statement is built on the fly - Changing type of operations to set of strings still pending
-
Alessio Netti authored
- Allows to encode "not set" states for single members
-
- 02 Dec, 2019 1 commit
-
-
Micha Müller authored
-sends data as JSON to CollectAgent instead of storing in Cassandra directly -adapt CA to support iob data
-
- 11 Nov, 2019 1 commit
-
-
Micha Müller authored
-
- 21 Oct, 2019 1 commit
-
-
Alessio Netti authored
-
- 19 Oct, 2019 1 commit
-
-
Micha Müller authored
-
- 18 Oct, 2019 2 commits
-
-
Micha Müller authored
-CollectAgent and Pusher adapted for special handling of event data -Handful of other fixes and improvements
-
Alessio Netti authored
-
- 10 Oct, 2019 1 commit
-
-
Alessio Netti authored
- Especially useful in Collect Agent: now there is no need to restart the CA to instantiate operator plugins after sensors have been published
-
- 09 Oct, 2019 2 commits
-
-
Alessio Netti authored
- Collectagent uses published TTL values and caches received metadata - READMEs updated accordingly
-
Alessio Netti authored
- Also added a "pattern" field to SensorMetadata class for consistency with the DCDB::PublicSensor class
-
- 07 Oct, 2019 2 commits
-
-
Alessio Netti authored
- Metadata is now parsed from config files, sent from Pushers to Collectagents as JSON, and finally written to Cassandra
-
Alessio Netti authored
- JSON metadata is sent only if a "metadata" block for the sensor is defined, else if auto-publish is enabled we only send the sensor name
-
- 04 Oct, 2019 1 commit
-
-
Alessio Netti authored
- Data is correctly parsed from DCDBPusher, sent as JSON, and received by collectagents - Integration in libdcdb is still pending
-
- 30 Aug, 2019 1 commit
-
-
Alessio Netti authored
- Fixed a bug that prevented pipelines in collectagent deployments - Incremented the tolerance threshold of fuzzy queries to 1h - Fixed the assignment of MQTT topics to job sensors
-
- 19 Aug, 2019 1 commit
-
-
Micha Müller authored
-
- 12 Aug, 2019 1 commit
-
-
Alessio Netti authored
- Fixed a bug that prevented relaxed mode from working properly for operators deployed on the collectagent - Changed the function of the "delay" parameter: it now specifies a fixed offset applied to the computation interval of each operator, useful to tune the flow of data in operator pipelines
-
- 09 Aug, 2019 3 commits
-
-
Michael Ott authored
-
Alessio Netti authored
- Now using references instead of pointers - Return type is now bool
-
Alessio Netti authored
- If users specify a single timestamp (startTs==endTs) when performing a sensor query through dcdbquery or libdcdb, a fuzzy sensor query is performed, and the closest sensor reading to the target timestamp is returned
-
- 07 Aug, 2019 1 commit
-
-
Alessio Netti authored
- A regular expression (jobFilter) can be applied to the jobs' nodelists to identify the jobs that need to be treated by each collectagent in a cluster - By default only the first node in the nodelist is considered, but this behavior can be customized
-
- 31 Jul, 2019 1 commit
-
-
Alessio Netti authored
- querySensor does not return NULL pointers anymore, but always the "buffer" input argument - the previous implementation was more descriptive of error statuses, but much more prone to leaking memory in case of improper usage - Also fixed a warning in the MSR plugin
-
- 30 Jul, 2019 1 commit
-
-
Alessio Netti authored
- Fixed a bug in the collectagent that caused the QueryEngine to not be treated correctly, due to a missing linking flag
-
- 29 Jul, 2019 1 commit
-
-
Alessio Netti authored
- Make clean might be required
-
- 01 Jul, 2019 1 commit
-
-
Micha Müller authored
-