Skip to content

Commit

Permalink
chore(deps) bump lua-resty-dns-client to 5.2.1
Browse files Browse the repository at this point in the history
### Summary

@RyouZhang reported with #6739 that Kong starts to spin CPUs 100% with `2.3.0` when healthchecks are
enabled. @murillopaula confirmed it and gave additional information and we could reproduce it easily.

We identified an issue in lua-resty-dns-client 5.2.1 together with @Tieske and @locao, fixed it.

This PR bumps the Kong dependency to the fixed version of the library.

### Issues Resolved

Fix #6739
  • Loading branch information
bungle committed Jan 21, 2021
1 parent b8a1542 commit ccabe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong-2.3.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = {
"luasyslog == 1.0.0",
"kikito/sandbox == 1.0.1",
"lua_pack == 1.0.5",
"lua-resty-dns-client == 5.2.0",
"lua-resty-dns-client == 5.2.1",
"lua-resty-worker-events == 1.0.0",
"lua-resty-healthcheck == 1.4.0",
"lua-resty-cookie == 0.1.0",
Expand Down

0 comments on commit ccabe5e

Please sign in to comment.