keith-turner commented on code in PR #6048:
URL: https://github.com/apache/accumulo/pull/6048#discussion_r2677077469
##########
core/src/main/thrift/manager.thrift:
##########
@@ -127,6 +127,7 @@ service FateService {
1:client.ThriftSecurityException sec
2:client.ThriftTableOperationException tope
3:client.ThriftNotActiveServiceException tnase
+ 4:ThriftPropertyException tpe
Review Comment:
When changing thrift IDL in a bug fix release we need to consider how this
will impact something like a 2.1.4 client and 2.1.5 sever or visa versa. Not
really sure if this change will cause problems or not for those situations, do
you know?
--
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]