ayushtkn commented on pull request #1746: URL: https://github.com/apache/ozone/pull/1746#issuecomment-753953517
I am even not sure about converting to string type. If the user hasn't specified, Can't we send specific constant like QUOTA_DONT_SET(Something like this is there in HdfsConstants) to distinguish. We can even just validate at client side and leave the server side as is, Like don't bother with 0. Might help for compatibility reasons. The present aim is like we don't support 0, it is not taking affect also. We just need to tell the client it won't work and save an RPC, if he tends to shoot 0. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
