-
Notifications
You must be signed in to change notification settings - Fork 13.7k
[hotfix] Fix the issue related to mounting the Logback configuration … #25995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/utils/Constants.java
Show resolved
Hide resolved
if (log4jFile.exists()) { | ||
localLogConfFiles.add(log4jFile); | ||
|
||
for (String fileName : CONFIG_FILE_NAME_LIST) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have a junit for this this please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your suggestions. I have made improvements. Please review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL, Please @davidradl
b7f72db
to
6715ba6
Compare
@Jam804 looks like spotless is showing format issues that need to be fixed before the CI with work. |
6715ba6
to
b16686b
Compare
Flink on Kubernetes has these configuration files mounted by default, but some are incomplete, leading to certain features being unavailable.