kamalcph commented on PR #22394: URL: https://github.com/apache/kafka/pull/22394#issuecomment-4807226742
> Changing the default of log.remote.copy.lag.bytes to -1 will change the existing behavior of tiered storage. If user sets [log.local.retention.ms=-1 and log.local.retention.bytes=100000], after this PR, the remote copy lag will become 100000 bytes, instead of the existing behavior: immediately. I don't think this is expected, right? > Since most users care more about time than size, we could set the default value of the time lag to 0, and the size lag to -1. This trade-off was discussed in the [thread](https://github.com/apache/kafka/pull/20913#discussion_r3301880370). So, the change in behaviour is expected. -- 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]
