Github user emilianbold commented on the issue:
https://github.com/apache/jmeter/pull/300
> A third one is the following: [...]
> Search something
> Redo => Nothing happens => KO
setMarkedBySearch is called on JMeterTreeNode not on some model class like
TestElement. So, it's never actually saved by the undo/redo mechanism. Undo
clears the node because it does a refresh actually, it doesn't save/restore the
flag at all. The current design doesn't take this situation into account.
Performance could be fixed by coalescing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---