TaiJuWu opened a new pull request, #18171:
URL: https://github.com/apache/kafka/pull/18171

   When `reassign_from_offset_zero` is set `False`, the system test will become 
fail.
   
   if reassign_from_offset_zero is `False`, this test create a producer in 
order to send some record for simulating offset is not from zero.
   
   Base on follow comments, this record should be deleted but it is not done. 
So I set some config to trigger this event will be triggered.
   ```
   # Since the configured check interval is 5 seconds, we wait another
   # 6 seconds to ensure that at least one more cleaning so that the last
   # segment is deleted. An altenate to using timeouts is to poll each
   # partition until the log start offset matches the end offset. The
   # latter is more robust.
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to