maytasm commented on pull request #10740:
URL: https://github.com/apache/druid/pull/10740#issuecomment-759857109


   > a
   
   Modified the tests from
   1) one sink -> ingest -> check before persist -> ingest -> causes persist -> 
check
   2) multiple sink -> ingest to sink a -> check before persist -> ingest to 
sink b-> causes persist -> check
   to...
   1) one sink -> ingest -> check before persist -> ingest -> causes persist -> 
check -> ingest more -> check -> ingest more cause persist -> check
   2) multiple sink -> ingest to sink a -> check before persist -> ingest to 
sink b-> causes persist -> check -> ingest more -> check -> ingest more cause 
persist -> check
   
   now we have ingestion post the first persist and also more ingestion causing 
the second persist (resulting in multiple mmap hydrants in same sink)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to