Revert #6801 - breaks upgrade from 0.8#6848
Conversation
Remove noisy log, makes pilot hard to debug.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: costinm, rshriram The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Really? @douglas-reid this is going to break telemetry, and does not even fix the problem with new fields in filter configs... |
|
@hklai we can't be removing features on holidays... Changes like this need to be discussed with TOC and appropriate leads. |
|
@kyessenov upgrade from 0.8 is also critical and we cannot break that as well. By commenting these few lines, are we breaking any 1.0 P0 feature? If so, we really should have a test for it (and this should break that test). Do you have any idea how this can/should be fixed? is it possible to add a version check? |
|
I wish there were enough tests. Upgrade has no tests as well, or this would
not be a problem now...
This PR does not solve the upgrade problem. The new field is still there. I
honestly do not understand what it is trying to achieve.
Please wait for Shriram PR with version check and roll back this.
…On Thu, Jul 5, 2018, 1:03 AM Andy Lai ***@***.***> wrote:
@kyessenov <https://github.com/kyessenov> upgrade from 0.8 is also
critical and we cannot break that as well.
By commenting these few lines, are we breaking any 1.0 P0 feature? If so,
we really should have a test for it (and this should break that test). Do
you have any idea how this can/should be fixed? is it possible to add a
version check?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6848 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AJGIxhYT-osyxusOB5kkZOaWqDtWIFlXks5uDchIgaJpZM4VCwQj>
.
|
|
@hklai please revert this. It does not solve the upgrade problem... |
Reverts change breaking 0.8 upgrade test:
Can be added back in 1.1 or with some detection or in a backward-compatible way.