Skip to content
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

fix planexecution controller to check parameter default also #570

Merged
merged 2 commits into from
Jul 15, 2019

Conversation

zmalik
Copy link
Member

@zmalik zmalik commented Jul 12, 2019

What type of PR is this?
/kind bug

What this PR does / why we need it:
This PR fixes the issues of planexecution not passing the correct default params
and showing in logs:

PlanExecutionController: parameter cpus was required but not provided by instance zk
PlanExecutionController: parameter LOG_CLEANER_IO_BUFFER_LOAD_FACTOR was required but not provided by instance kafka

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Copy link
Contributor

@alenkacz alenkacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link
Member

@kensipe kensipe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kensipe
Copy link
Member

kensipe commented Jul 12, 2019

I still feel like we should have only "default"... and NO required. If the default is provided it is not required. If the default is not provided it is required.

Copy link
Member

@fabianbaier fabianbaier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kensipe
Copy link
Member

kensipe commented Jul 12, 2019

this PR has reference to a new param "Required" that isn't in the 0.3. We can't cherry pick into 0.3 without bringing in all the code for the new param.

@zmalik
Copy link
Member Author

zmalik commented Jul 12, 2019

@kensipe that's what I thought initially also. And how I added parameters without required :false

@alenkacz alenkacz merged commit 0b4e26e into kudobuilder:master Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants