siddhantsangwan commented on PR #5200: URL: https://github.com/apache/ozone/pull/5200#issuecomment-1695439744
I have some thoughts on compatibility between different versions of ozone. With this change we won't allow quotation marks, so clients that are writing keys with quotes will start failing. Annotations defined under `InterfaceStability` dictate how an interface can evolve. `ClientProtocol` has no such annotation and thus provides no stability guarantees. This means it can change any time and doesn't require a minor or major release. We also don't support rolling upgrades right now. Considering all this, I think this change is fine and the target version for this jira can be `1.4.0`. @SaketaChalamchala, @errose28 what do you think? -- 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]
