This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new b78223c chore: change the msg when compacted happened to make it more
clear (#3439)
b78223c is described below
commit b78223c38cfe19529c0d96882dc85eb4c9e2bb54
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Jan 28 14:54:59 2021 +0800
chore: change the msg when compacted happened to make it more clear (#3439)
Fix #3438.
Signed-off-by: spacewander <[email protected]>
---
apisix/core/config_etcd.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apisix/core/config_etcd.lua b/apisix/core/config_etcd.lua
index 4f3f9d1..ee8227c 100644
--- a/apisix/core/config_etcd.lua
+++ b/apisix/core/config_etcd.lua
@@ -310,7 +310,7 @@ local function sync_data(self)
if err == "compacted" then
self.need_reload = true
log.warn("waitdir [", self.key, "] err: ", err,
- ", need to fully reload")
+ ", will read the configuration again via readdir")
return false
end