[Bro-Commits] [git/bro] fastpath: Fixed a scriptland state issue that manifested especially badly on proxies. (5c3bf14)

What was the issue? Maybe I'm reading the diff wrong, but the membership check should be implicit in the delete statement, so this change shouldn't function differently? Or if it actually does, then there's probably still a bug in the core code.

- Jon

That variable has &synchronized applied to it. It causes tons of del messages to be sent over the communication code on clusters.

Yet another *very* difficult to find problem due to ambiguities brought up from the &synchronized attribute. :slight_smile:

  .Seth

I think the core should be able to do that check generally: send out
updates only if the element is indeed part of the set. As the
assumption is that all nodes have the same version of the set, that
shouldn't break anything (though it could because in practice that
assumption does not always hold ...)

Robin

Anyway, Jon, if you're interested in making that change I think the door is open. :slight_smile:

  .Seth