klsince commented on a change in pull request #7946:
URL: https://github.com/apache/pinot/pull/7946#discussion_r774001534
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java
##########
@@ -458,7 +467,10 @@ private void processStreamEvents(MessageBatch
messagesAndOffsets, long idlePipeS
GenericRow reuse = new GenericRow();
for (int index = 0; index < messagesAndOffsets.getMessageCount(); index++)
{
- if (_shouldStop || endCriteriaReached()) {
+ if (_shouldStop) {
Review comment:
Missed endCriteriaReached()?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]