hortonworks / streamline

StreamLine - Streaming Analytics
Apache License 2.0
164 stars 96 forks source link

Sliding Interval should always be equal to or less than Window Interval #1050

Open shahsank3t opened 6 years ago

shahsank3t commented 6 years ago

Currently, we set the default value that the user has entered for Window Interval to Sliding Interval but a user can change the Sliding value and increase it more than Window Interval which can eventually end up losing some events.

@roshannaik suggested adding a UI validation where sliding interval should always be equal or less than window interval.

@arunmahadevan I believe this change should be implemented everywhere (Aggregate, as well Join processor), right?

shahsank3t commented 6 years ago

@arunmahadevan Any thoughts on this one?