sguggilam commented on a change in pull request #714: PHOENIX-5607
Client-server backward compatibility tests
URL: https://github.com/apache/phoenix/pull/714#discussion_r387305047
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
##########
@@ -145,6 +146,8 @@
}
public static final String CURRENT_CLIENT_VERSION = PHOENIX_MAJOR_VERSION
+ "." + PHOENIX_MINOR_VERSION + "." + PHOENIX_PATCH_NUMBER;
+ public static final List<String> COMPATIBLE_CLIENT_VERSIONS =
Review comment:
There is no easy way to get this programatically as the number of backward
compatible versions can depend on the current versions. Sometimes the first
code cut of major version might not have any backward compatible clients as per
the doc. I have filed a JIRA to add it to the release web page :
https://issues.apache.org/jira/browse/PHOENIX-5746
----------------------------------------------------------------
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]
With regards,
Apache Git Services