OpenSearch/server
Jason Tedor a154f9c657
Early return if no global checkpoint listeners (#53036)
When notifying global checkpoint listeners, we have an opportunity to
early return if there are not any registered listeners. This is
important since it saves some allocations, and also saves forking some
empty work to another thread. This commit adds an early return from
notifying listeners if there are not any registered.
2020-03-02 23:28:22 -05:00
..
licenses Upgrade to Lucene 8.5.0-snapshot-c4475920b08 (#52950) (#52977) 2020-02-29 09:29:16 -05:00
src Early return if no global checkpoint listeners (#53036) 2020-03-02 23:28:22 -05:00
build.gradle Upgrade to lucene-8.5.0-snapshot-3333ce7da6d (#51749) 2020-01-31 11:20:15 -05:00