Isn't this doing the same check (effectively) as the one on line 2162? It is covered by the `tagTime > stampTime` and `tagDsid >= stampDsid` checks on that line. The code on line 2162 could be consolidated into this, but that's a separate observation: if (tagTime >= stampTime && tagDsid >= stampDsid)
[ Full content available at: https://github.com/apache/geode/pull/2649 ] This message was relayed via gitbox.apache.org for [email protected]
