jtuglu1 commented on code in PR #19501:
URL: https://github.com/apache/druid/pull/19501#discussion_r3345898723
##########
processing/src/main/java/org/apache/druid/common/config/ConfigManager.java:
##########
@@ -259,10 +283,11 @@ private MetadataCASUpdate createMetadataCASUpdate(
public static class SetResult
{
- private static final SetResult SUCCESS = new SetResult(null, false);
+ private static final SetResult SUCCESS = new SetResult(null, false, false);
private final Exception exception;
private final boolean retryableException;
+ private final boolean preconditionFailed;
Review Comment:
Agreed – I'll update.
--
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]