ArafatKhan2198 commented on PR #4054: URL: https://github.com/apache/ozone/pull/4054#issuecomment-1360921524
> Do we really need another format of pipeline information? Can same Pipeline object be used and information can be used at caller to display things required? All information is present in Pipeline, but where creating another output view in pipelineFormat. None of the metrics across ozone expose the entire objects via the JMX, and also all information given about by a single pipeline object will be cluttered and would definitely require some format refinement, and moreover jmx does not support exposing entire objects. I tried to return a single pipeline object via a getDummyData() the jmx could not register it, and threw this error ! `org.apache.hadoop.hdds.scm.pipeline.PipelineManagerMXBean: Method org.apache.hadoop.hdds.scm.pipeline.PipelineManagerMXBean.getDummyData has parameter or return type that cannot be translated into an open type` -- 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]
