[
https://issues.apache.org/jira/browse/HDFS-15117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17184957#comment-17184957
]
Uma Maheswara Rao G commented on HDFS-15117:
--------------------------------------------
[~ayushtkn], Thanks for checking.
I think we can't merge this patch to 3.2 because of protoBuff version
compatibility issues?
{code:java}
@Override
public GetECTopologyResultForPoliciesResponseProto
getECTopologyResultForPolicies(
RpcController controller, GetECTopologyResultForPoliciesRequestProto
req)
throws ServiceException {
try {
ProtocolStringList policies = req.getPoliciesList(); {code}
Looks like we used ProtocolStringList class which seems to be added in proto
2.6.
Since 3.2 was pointing to 2.5, this can't be compiled there.
[https://abi-laboratory.pro/?view=compat_report&lang=java&l=protobuf-java&v1=2.5.0&v2=2.6.0&obj=be7b9&kind=src]
> EC: Add getECTopologyResultForPolicies to DistributedFileSystem
> ---------------------------------------------------------------
>
> Key: HDFS-15117
> URL: https://issues.apache.org/jira/browse/HDFS-15117
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: ec
> Fix For: 3.3.0
>
> Attachments: HDFS-15117-01.patch, HDFS-15117-02.patch,
> HDFS-15117-03.patch, HDFS-15117-04.patch, HDFS-15117-05.patch,
> HDFS-15117-06.patch, HDFS-15117-07.patch, HDFS-15117-08.patch
>
>
> Add getECTopologyResultForPolicies API to distributed filesystem.
> It is as of now only present as part of ECAdmin.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]