@tedyu Sorry for late reply. > I meant that, after the move of the lock file, is there any compatibility > issue we need to consider.
I don't think so. If an app is shut down, it should free all locks. On startup, it can just use the new locking strategy. Or do I miss anything? It would only be an issue, if multiple thread (or different versions) would operate in parallel -- but this case should be be possible on a single machine and thus we should be fine? [ Full content available at: https://github.com/apache/kafka/pull/4702 ] This message was relayed via gitbox.apache.org for [email protected]
