mirror of https://github.com/hashicorp/consul
Fix agent cache incorrectly notifying unchanged protobufs. (#15866)
Fix agent cache incorrectly notifying unchanged protobufs. This change fixes a situation where the protobuf private fields would be read by reflect.DeepEqual() and indicate data was modified. This resulted in change notifications being fired every time, which could cause performance problems in proxycfg.pull/15879/head^2
parent
7747384f1f
commit
f3776894bf
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
agent: Fix issue where the agent cache would incorrectly mark protobuf objects as updated.
|
||||
```
|
Loading…
Reference in new issue