kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-904] FSReader supporting a list of directories #990

Open rju opened 2 weeks ago

rju commented 2 weeks ago

JIRA Issue: KIEKER-904 FSReader supporting a list of directories Original Reporter: Jan Waller


The FSReader accepts a list of directories and starts a sub thread for each directory specified (even if only one). All provided records in all directories get ordered and are then delivered. This process requires a lot of inter thread communication and overhead.

Is this feature really required? As an alternative, one could simply add multiple readers, each with a different directory and add a sorting filter if desired.

This might be an interesting point for the master thesis of nie.

Checklist:

rju commented 2 weeks ago

author André van Hoorn -- Mon, 3 Jun 2013 17:32:00 +0200

Can this implementation be replaced by one using composite filters (if available)? Benefit: Creation of threads handled by framework and not by reader. Note: Composite structure known on initialization time (number of FSReaders)

rju commented 2 weeks ago

author rju -- Fri, 3 Jan 2020 11:23:48 +0100

FSReader is part of the old pipe and filter architecture and will not be used in future. Therefore, there will be no new features regarding old filters.