You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently done a cleanup of the configurations, and there are some parameters/whole schemas that are unused and there are also some parameters that could/should be configurable but are instead hardcoded. Overview here: config.cleanup.ods
unused schemas
weird params in used schemas
tasetsink.jsonnet
Unused ?
tpchannelfilter: keep_collection
hardcoded true in trigger_gen
faketpcreatorheartbeatmaker.jsonnet
Unused ?
tpchannelfilter: keep_induction
hardcoded true in trigger_gen
tpsetbuffercreator.jsonnet (used in replay?)
Replay ?
tpchannelfilter: max_time_over_threshold
Hardcoded 10000 in trigger_gen
triggeractivitymaker: window_time
Hardcoded 10000 in trigger_gen
triggeractivitymaker: buffer_time
calculated but multiplied by constant
triggerzipper.jsonnet: max_latency_ms
Hardcoded 1000 in trigger_gen
triggerzipper.jsonnet: tolerate_incompleteness
not set in trigger_gen, used in triggerzipper
triggerzipper.jsonnet: completeness_tolerance
not set in trigger_gen, used in triggerzipper
txbuffer.jsonnet
many hardcoded values
The text was updated successfully, but these errors were encountered:
I've recently done a cleanup of the configurations, and there are some parameters/whole schemas that are unused and there are also some parameters that could/should be configurable but are instead hardcoded. Overview here:
config.cleanup.ods
The text was updated successfully, but these errors were encountered: