external-dns icon indicating copy to clipboard operation
external-dns copied to clipboard

fix(rfc2136): Use correct index for accessing UpdateOld if there are multiple chunks

Open schwajo opened this issue 5 months ago • 8 comments
trafficstars

If there are many updates to be made, UpdateNew is split into several chunks.

To get the corresponding row in UpdateOld, only the index in the current chunk is used. But UpdateOld is not splitted, to get the right element in UpdateOld (not splitted), you have to adjust the index to be in the corresponding chunk.

More

  • [ ] Yes, this PR title follows Conventional Commits
  • [ ] Yes, I added unit tests
  • [ ] Yes, I updated end user documentation accordingly

schwajo avatar Jun 19 '25 12:06 schwajo