Uh oh!
There was an error while loading. Please reload this page.
kvm: fix/optimize propogating configs - #3911
Conversation
yadvr
commented
Mar 3, 2020
@blueorangutan package |
blueorangutan
commented
Mar 3, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Mar 3, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-984 |
DaanHoogland
commented
Mar 3, 2020
@blueorangutan test |
blueorangutan
commented
Mar 3, 2020
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
DaanHoogland
commented
Mar 3, 2020
is this an implementation for #3896 , @weizhouapache ? |
blueorangutan
commented
Mar 3, 2020
Trillian test result (tid-1175)
|
yadvr
commented
Mar 4, 2020
@nvazquez can you review? cc @DaanHoogland@andrijapanicsb |
GabrielBrascher
left a comment
There was a problem hiding this comment.
Added a minor observation. Code LGTM, though.
| if (_params.get("router.aggregation.command.each.timeout") != null) { | ||
| String value = (String)params.get("router.aggregation.command.each.timeout"); | ||
| _eachTimeout = Duration.standardSeconds(NumbersUtil.parseInt(value, 10)); | ||
| _eachTimeout = Duration.standardSeconds(NumbersUtil.parseLong(value, 600)); |
There was a problem hiding this comment.
I am +1 on externalizing 600 into a constant.
yadvr
commented
Mar 5, 2020
I'm not sure what happened, I squashed merge this PR on 4.13 and the commit now says I authored it. What just happened cc @ustcweizhou@weizhouapache@DaanHoogland@andrijapanicsb |
DaanHoogland
commented
Mar 5, 2020
no idea, @rhtyd . time skew? you stole apache code? |
yadvr
commented
Mar 5, 2020
I certainly did not steal the commit, if you see git history it clearly hints github did the squash+merge. I would blame bug in @github@DaanHoogland. I'll try and use rebase+merge in future where PRs have single commit. |
DaanHoogland
commented
Mar 5, 2020
i wouldn't worry to much @rhtyd . let's keep an eye out on it. |
Description
Make some changes based on @nvazquez 's comments in PR #3491
Fix a bug in #3491
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?