kieker-monitoring / kieker

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

[KIEKER-1540] BinaryLogReader does not use property IGNORE_UNKNOWN_RECORD_TYPES #2297

Open rju opened 2 days ago

rju commented 2 days ago

JIRA Issue: KIEKER-1540 BinaryLogReader does not use property IGNORE_UNKNOWN_RECORD_TYPES Original Reporter: Lars Blümke


The configuration property CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES is passed to BinaryLogReader but it is never used there and neither in BinaryLogReaderThread. However, in one of the corresponding test cases, BinaryUnknownTypeTest, passing true or false as CONFIG_PROPERTY_NAME_IGNORE_UNKNOWN_RECORD_TYPES is tested explicitly.

rju commented 2 days ago

author Lars Blümke -- Fri, 31 Mar 2017 10:24:52 +0200

I noticed this during the migration to TeeTime so this bug also relates to the TeeTime version of the BinaryLogReader