Github user iraghumitra commented on the issue:
https://github.com/apache/metron/pull/762
@merrimanr I uncovered the issue when I was trying to integrate METRON-1189
to METRON-1123. I handled it in PR #768, the fix is to empty the selection list
whenever we get new data. This would ensure that previous selections are not
lingering around. But as for selections getting removed due to higher refresh
interval, I understand the issue the only option I see is pause refresh if any
rows are selected on the UI. If you have a better solution in mind I would be
glad to implement that too.
---