mirror of https://github.com/apache/druid.git
Add logging to reveal reason to persist the hydrants (#16409)
This commit is contained in:
parent
621525a5cb
commit
91cd07d892
|
@ -465,6 +465,7 @@ public class StreamAppenderator implements Appenderator
|
||||||
MoreExecutors.directExecutor()
|
MoreExecutors.directExecutor()
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
log.info("Marking ready for non-incremental async persist due to reasons[%s].", persistReasons);
|
||||||
isPersistRequired = true;
|
isPersistRequired = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue