jihoonson commented on a change in pull request #11788:
URL: https://github.com/apache/druid/pull/11788#discussion_r725521139
##########
File path:
indexing-service/src/main/java/org/apache/druid/indexing/common/actions/TimeChunkLockTryAcquireAction.java
##########
@@ -67,21 +66,21 @@ public Interval getInterval()
}
@Override
- public TypeReference<TaskLock> getReturnTypeReference()
+ public TypeReference<LockResult> getReturnTypeReference()
{
- return new TypeReference<TaskLock>()
+ return new TypeReference<LockResult>()
{
};
}
@Override
- public TaskLock perform(Task task, TaskActionToolbox toolbox)
+ public LockResult perform(Task task, TaskActionToolbox toolbox)
Review comment:
Hmm is this an incompatible change which can break rolling upgrades?
Because the return type can mismatch in tasks and the overlord during rolling
upgrades.
--
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]