Skip updating CFOptions if no value to update#13140
Conversation
693aa59 to
59aeaec
Compare
59aeaec to
ee8dd79
Compare
1ebdd14 to
f2b0514
Compare
|
This is still marked "draft." Are you looking for a preliminary review, or full review? |
|
@pdillinger Right. This is not ready for the full review yet, but any suggestion / guidance would be appreciated as I'm still trying to fix the following problem. Without making any changes to the So I tried making changes to the One hacky way that I can think of is leaving If you have any suggestions or thoughts around this, please let me know. |
Summary
Similar to PR #8518 , skip updating the CFOptions when there's no real value to update.
SetOptions()API won't update the CFOptions and no new OPTIONS file will be created if the values to be updated are the same as the current cf option values.Test Plan