Skip to content

Commit

Permalink
chore: add grpcroute to changelog entry (#4279)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Jul 5, 2023
1 parent 1a02388 commit 96f5173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ Adding a new version? You'll need three changes:
[#4238](https://github.com/Kong/kubernetes-ingress-controller/pull/4238)
- Fixed a bug where the controller sync loop would get stuck when a number of
updates for one of Gateway API resources kinds (`HTTPRoute`, `TCPRoute`,
`UDPRoute`, `TLSRoute`) exceeded 8192. This was caused by the fact that
the controller was using a fixed-size buffer to store updates for each
resource kind and there were no consumers for the updates. The sending side
`UDPRoute`, `TLSRoute`, `GRPCRoute`) exceeded 8192. This was caused by the
fact that the controller was using a fixed-size buffer to store updates for
each resource kind and there were no consumers for the updates. The sending
was blocked after a buffer got full, resulting in a deadlock.
[#4267](https://github.com/Kong/kubernetes-ingress-controller/pull/4267)

Expand Down

0 comments on commit 96f5173

Please sign in to comment.