pjfanning commented on PR #8196:
URL: https://github.com/apache/hadoop/pull/8196#issuecomment-3777678954

   @steveloughran I've looked at the code again and I can't find any other 
classes that implement Step other than MoveStep. A radical solution might be to 
change NodePlan in 3.5.0 to just have `private List<MoveStep> volumeSetPlans;` 
and to then remove the JsonTypeInfo annotation. The deserialization would then 
ignore the `@class` value and assume that all serialized Steps are MoveSteps. 
Would this be a feasible solution?


-- 
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]

Reply via email to