navinko commented on PR #10405:
URL: https://github.com/apache/ozone/pull/10405#issuecomment-4599217986
> ~+1 the change looks good.~
>
> @navinko , Could you also remove DatanodeID#getUuid?
>
> ```diff
> +++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/protocol/DatanodeID.java
> @@ -121,11 +121,4 @@ private static HddsProtos.UUID toProto(final UUID id)
{
> .setLeastSigBits(id.getLeastSignificantBits())
> .build();
> }
> -
> - // TODO: Remove this in follow-up Jira. (HDDS-12015)
> - // Exposing this temporarily to help with refactoring.
> - @Deprecated
> - public UUID getUuid() {
> - return uuid;
> - }
> }
> ```
Thanks @szetszwo
My bad , I removed it now , It was only used in HddsTestUtils , updated
changes.
--
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]