Skip to content

Instantly share code, notes, and snippets.

@Yiyiyimu
Last active August 12, 2020 04:21
Show Gist options
  • Save Yiyiyimu/f98647847ef49440454c9fff8a4f7295 to your computer and use it in GitHub Desktop.
Save Yiyiyimu/f98647847ef49440454c9fff8a4f7295 to your computer and use it in GitHub Desktop.
simple_etcd_v3_apisix
2020/08/12 12:13:30 [info] 24170#24170: [lua] core.lua:23: use config_center: etcd
2020/08/12 12:13:30 [info] 24170#24170: [lua] core.lua:24: etcd version: 
2020/08/12 12:13:30 [info] 24170#24170: [lua] init.lua:47: parse_args(): dns resolver["8.8.8.8","114.114.114.114"]
2020/08/12 12:13:30 [notice] 24170#24170: [lua] id.lua:69: init(): not found apisix uid, generate a new one: fc753c71-44be-4c8b-9ac5-a7efe221f627
2020/08/12 12:13:30 [notice] 24170#24170: using the "epoll" event method
2020/08/12 12:13:30 [notice] 24170#24170: openresty/1.17.8.2
2020/08/12 12:13:30 [notice] 24170#24170: OS: Linux 4.19.84-microsoft-standard
2020/08/12 12:13:30 [notice] 24170#24170: getrlimit(RLIMIT_NOFILE): 1024:1048576
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/ operator: <=, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] radixtree.lua:197: insert_route(): insert route path: /apisix/admin/ dataprt: 1, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/stream_routes operator: <=, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] radixtree.lua:197: insert_route(): insert route path: /apisix/admin/stream_routes dataprt: 2, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/plugins/list operator: =, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/plugins/reload operator: =, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] plugin.lua:126: load(): load plugin times: 1, context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] plugin.lua:165: load_stream(): stream plugins: [{"priority":1000,"preread":"function: 0x7f3950469a08","schema":{"properties":{"protocol_level":{"type":"integer"},"upstream":{"type":"object","properties":{"ip":{"type":"string"},"port":{"type":"number"}}},"protocol_name":{"type":"string"}},"type":"object","required":["protocol_name","protocol_level","upstream"]},"log":"function: 0x7f3950469b40","check_schema":"function: 0x7f39504697a0","name":"mqtt-proxy","version":0.1}], context: init_worker_by_lua*
2020/08/12 12:13:30 [info] 24171#24171: *1 [lua] plugin.lua:167: load_stream(): load stream plugin times: 1, context: init_worker_by_lua*
2020/08/12 12:13:30 [error] 24171#24171: *3 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *5 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *7 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *9 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *11 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *15 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *18 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *18 [lua] consumers.lua:38: check_conf(): schema: {"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"additionalProperties":false,"type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *18 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_1","plugins":{"key-auth":{"key":"auth-1"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *18 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-1"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *18 [lua] consumers.lua:78: key: /consumers/user_1, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *3 [lua] router.lua:65: filter(): filter route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"createdIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":15}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *3 [lua] config_etcd.lua:425: {
  ["1"] = 1
}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1
}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *15 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *9 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *7 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *11 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *5 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 16, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f3950434700","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"15","X-Raft-Index":"26","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_1","plugins":{"key-auth":{"key":"auth-1"}}},"dir":false,"modifiedIndex":16,"key":"\/apisix\/consumers\/user_1","createdIndex":16}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *18 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *21 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *21 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *21 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_2","plugins":{"key-auth":{"key":"auth-2"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *21 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-2"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *21 [lua] consumers.lua:78: key: /consumers/user_2, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 17, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39503c5090","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"16","X-Raft-Index":"27","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_2","plugins":{"key-auth":{"key":"auth-2"}}},"dir":false,"modifiedIndex":17,"key":"\/apisix\/consumers\/user_2","createdIndex":17}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *21 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *23 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *23 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *23 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_3","plugins":{"key-auth":{"key":"auth-3"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *23 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-3"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *23 [lua] consumers.lua:78: key: /consumers/user_3, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 18, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39503d24a8","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"17","X-Raft-Index":"28","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_3","plugins":{"key-auth":{"key":"auth-3"}}},"dir":false,"modifiedIndex":18,"key":"\/apisix\/consumers\/user_3","createdIndex":18}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *23 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *25 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *25 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *25 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_4","plugins":{"key-auth":{"key":"auth-4"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *25 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-4"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *25 [lua] consumers.lua:78: key: /consumers/user_4, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *25 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 19, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39503a1208","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"18","X-Raft-Index":"29","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_4","plugins":{"key-auth":{"key":"auth-4"}}},"dir":false,"modifiedIndex":19,"key":"\/apisix\/consumers\/user_4","createdIndex":19}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *27 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *27 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *27 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_5","plugins":{"key-auth":{"key":"auth-5"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *27 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-5"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *27 [lua] consumers.lua:78: key: /consumers/user_5, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *27 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 20, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39503b0458","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"19","X-Raft-Index":"30","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_5","plugins":{"key-auth":{"key":"auth-5"}}},"dir":false,"modifiedIndex":20,"key":"\/apisix\/consumers\/user_5","createdIndex":20}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *29 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *29 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *29 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_6","plugins":{"key-auth":{"key":"auth-6"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *29 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-6"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *29 [lua] consumers.lua:78: key: /consumers/user_6, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 21, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39503bec90","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"20","X-Raft-Index":"31","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_6","plugins":{"key-auth":{"key":"auth-6"}}},"dir":false,"modifiedIndex":21,"key":"\/apisix\/consumers\/user_6","createdIndex":21}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *29 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *31 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *31 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *31 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_7","plugins":{"key-auth":{"key":"auth-7"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *31 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-7"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *31 [lua] consumers.lua:78: key: /consumers/user_7, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 22, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f395038a3f8","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"21","X-Raft-Index":"32","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_7","plugins":{"key-auth":{"key":"auth-7"}}},"dir":false,"modifiedIndex":22,"key":"\/apisix\/consumers\/user_7","createdIndex":22}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *31 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *33 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *33 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *33 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_8","plugins":{"key-auth":{"key":"auth-8"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *33 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-8"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *33 [lua] consumers.lua:78: key: /consumers/user_8, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 23, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f395039fe60","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"23","X-Raft-Index":"34","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_8","plugins":{"key-auth":{"key":"auth-8"}}},"dir":false,"modifiedIndex":23,"key":"\/apisix\/consumers\/user_8","createdIndex":23}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *33 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *35 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *35 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *35 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_9","plugins":{"key-auth":{"key":"auth-9"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *35 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-9"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *35 [lua] consumers.lua:78: key: /consumers/user_9, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 24, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f395036e980","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"23","X-Raft-Index":"34","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_9","plugins":{"key-auth":{"key":"auth-9"}}},"dir":false,"modifiedIndex":24,"key":"\/apisix\/consumers\/user_9","createdIndex":24}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *35 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *37 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *37 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *37 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_10","plugins":{"key-auth":{"key":"auth-10"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *37 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-10"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *37 [lua] consumers.lua:78: key: /consumers/user_10, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 25, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f395037c268","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"24","X-Raft-Index":"35","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_10","plugins":{"key-auth":{"key":"auth-10"}}},"dir":false,"modifiedIndex":25,"key":"\/apisix\/consumers\/user_10","createdIndex":25}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *37 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *39 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *39 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *39 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_11","plugins":{"key-auth":{"key":"auth-11"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *39 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-11"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *39 [lua] consumers.lua:78: key: /consumers/user_11, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 26, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f3950350e00","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"25","X-Raft-Index":"36","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_11","plugins":{"key-auth":{"key":"auth-11"}}},"dir":false,"modifiedIndex":26,"key":"\/apisix\/consumers\/user_11","createdIndex":26}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *39 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *41 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *41 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *41 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_12","plugins":{"key-auth":{"key":"auth-12"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *41 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-12"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *41 [lua] consumers.lua:78: key: /consumers/user_12, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *41 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *43 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *43 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *43 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_13","plugins":{"key-auth":{"key":"auth-13"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *43 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-13"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *43 [lua] consumers.lua:78: key: /consumers/user_13, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 27, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f3950328ee8","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"27","X-Raft-Index":"38","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_12","plugins":{"key-auth":{"key":"auth-12"}}},"dir":false,"modifiedIndex":27,"key":"\/apisix\/consumers\/user_12","createdIndex":27}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *43 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *45 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *45 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *45 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_14","plugins":{"key-auth":{"key":"auth-14"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *45 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-14"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *45 [lua] consumers.lua:78: key: /consumers/user_14, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 28, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f395033a420","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"28","X-Raft-Index":"39","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_13","plugins":{"key-auth":{"key":"auth-13"}}},"dir":false,"modifiedIndex":28,"key":"\/apisix\/consumers\/user_13","createdIndex":28}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 29, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f3950306618","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"29","X-Raft-Index":"40","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_14","plugins":{"key-auth":{"key":"auth-14"}}},"dir":false,"modifiedIndex":29,"key":"\/apisix\/consumers\/user_14","createdIndex":29}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *45 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *47 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *47 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *47 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_15","plugins":{"key-auth":{"key":"auth-15"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *47 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-15"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *47 [lua] consumers.lua:78: key: /consumers/user_15, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 30, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39503168f0","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"29","X-Raft-Index":"40","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_15","plugins":{"key-auth":{"key":"auth-15"}}},"dir":false,"modifiedIndex":30,"key":"\/apisix\/consumers\/user_15","createdIndex":30}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_15 = 16,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *47 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *49 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *49 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *49 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_16","plugins":{"key-auth":{"key":"auth-16"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *49 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-16"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *49 [lua] consumers.lua:78: key: /consumers/user_16, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *49 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *51 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *51 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *51 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_17","plugins":{"key-auth":{"key":"auth-17"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *51 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-17"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *51 [lua] consumers.lua:78: key: /consumers/user_17, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 31, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39502e9160","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"30","X-Raft-Index":"41","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_16","plugins":{"key-auth":{"key":"auth-16"}}},"dir":false,"modifiedIndex":31,"key":"\/apisix\/consumers\/user_16","createdIndex":31}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_15 = 16,
  user_16 = 17,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 32, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39502fc668","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"32","X-Raft-Index":"43","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_17","plugins":{"key-auth":{"key":"auth-17"}}},"dir":false,"modifiedIndex":32,"key":"\/apisix\/consumers\/user_17","createdIndex":32}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_15 = 16,
  user_16 = 17,
  user_17 = 18,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *51 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *53 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *53 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *53 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_18","plugins":{"key-auth":{"key":"auth-18"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *53 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-18"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *53 [lua] consumers.lua:78: key: /consumers/user_18, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *53 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *55 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *55 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *55 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_19","plugins":{"key-auth":{"key":"auth-19"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *55 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-19"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *55 [lua] consumers.lua:78: key: /consumers/user_19, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 33, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39502cee20","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"32","X-Raft-Index":"43","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_18","plugins":{"key-auth":{"key":"auth-18"}}},"dir":false,"modifiedIndex":33,"key":"\/apisix\/consumers\/user_18","createdIndex":33}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_15 = 16,
  user_16 = 17,
  user_17 = 18,
  user_18 = 19,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *55 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 34, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39502a4ae0","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"34","X-Raft-Index":"45","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_19","plugins":{"key-auth":{"key":"auth-19"}}},"dir":false,"modifiedIndex":34,"key":"\/apisix\/consumers\/user_19","createdIndex":34}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_15 = 16,
  user_16 = 17,
  user_17 = 18,
  user_18 = 19,
  user_19 = 20,
  user_2 = 3,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *57 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *57 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *57 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_20","plugins":{"key-auth":{"key":"auth-20"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *57 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-20"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *57 [lua] consumers.lua:78: key: /consumers/user_20, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 35, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *13 [lua] config_etcd.lua:267: res: {"read_body":"function: 0x7f395ef93968","reason":"OK","status":200,"body_reader":"function: 0x7f39502b3430","has_body":true,"headers":{"X-Raft-Term":"2","X-Etcd-Index":"34","X-Raft-Index":"45","Content-Type":"application\/json","X-Etcd-Cluster-Id":"cdf818194e3a8c32","Date":"Wed, 12 Aug 2020 04:13:30 GMT","Transfer-Encoding":"chunked"},"body":{"action":"set","node":{"value":{"username":"user_20","plugins":{"key-auth":{"key":"auth-20"}}},"dir":false,"modifiedIndex":35,"key":"\/apisix\/consumers\/user_20","createdIndex":35}},"read_trailers":"function: 0x7f395ef93a20"}, context: ngx.timer
2020/08/12 12:13:30 [error] 24171#24171: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 11,
  user_11 = 12,
  user_12 = 13,
  user_13 = 14,
  user_14 = 15,
  user_15 = 16,
  user_16 = 17,
  user_17 = 18,
  user_18 = 19,
  user_19 = 20,
  user_2 = 3,
  user_20 = 21,
  user_3 = 4,
  user_4 = 5,
  user_5 = 6,
  user_6 = 7,
  user_7 = 8,
  user_8 = 9,
  user_9 = 10
}, context: ngx.timer
2020/08/12 12:13:30 [info] 24171#24171: *57 client 127.0.0.1 closed keepalive connection
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree_uri.lua:66: create_radixtree_router(): insert uri route: {"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree_uri.lua:87: create_radixtree_router(): route items: [{"handler":"function: 0x7f39502847e8","methods":["POST"],"paths":"\/apisix\/batch-requests"},{"handler":"function: 0x7f3950284cb0","methods":["POST"],"paths":"\/apisix\/plugin\/wolf-rbac\/login"},{"handler":"function: 0x7f3950284dd8","methods":["PUT"],"paths":"\/apisix\/plugin\/wolf-rbac\/change_pwd"},{"handler":"function: 0x7f3950284f00","methods":["GET"],"paths":"\/apisix\/plugin\/wolf-rbac\/user_info"},{"handler":"function: 0x7f3950285190","methods":["GET"],"paths":"\/apisix\/plugin\/jwt\/sign"},{"handler":"function: 0x7f3950285470","methods":["GET"],"paths":"\/apisix\/status"},{"handler":"function: 0x7f3950285700","methods":["GET"],"paths":"\/apisix\/prometheus\/metrics"},{"priority":0,"handler":"function: 0x7f3950286210","paths":"\/hello"}], client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/batch-requests operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/login operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/change_pwd operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/user_info operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/jwt/sign operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/status operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/prometheus/metrics operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /hello operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] init.lua:340: http_access_phase(): matched route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"createdIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":15}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-one"},"plugins":{"key-auth":{"key":"auth-one"}},"id":"jack","username":"jack","consumer_id":"jack"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-1"},"plugins":{"key-auth":{"key":"auth-1"}},"id":"user_1","username":"user_1","consumer_id":"user_1"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-2"},"plugins":{"key-auth":{"key":"auth-2"}},"id":"user_2","username":"user_2","consumer_id":"user_2"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-3"},"plugins":{"key-auth":{"key":"auth-3"}},"id":"user_3","username":"user_3","consumer_id":"user_3"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-4"},"plugins":{"key-auth":{"key":"auth-4"}},"id":"user_4","username":"user_4","consumer_id":"user_4"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-5"},"plugins":{"key-auth":{"key":"auth-5"}},"id":"user_5","username":"user_5","consumer_id":"user_5"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-6"},"plugins":{"key-auth":{"key":"auth-6"}},"id":"user_6","username":"user_6","consumer_id":"user_6"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-7"},"plugins":{"key-auth":{"key":"auth-7"}},"id":"user_7","username":"user_7","consumer_id":"user_7"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-8"},"plugins":{"key-auth":{"key":"auth-8"}},"id":"user_8","username":"user_8","consumer_id":"user_8"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-9"},"plugins":{"key-auth":{"key":"auth-9"}},"id":"user_9","username":"user_9","consumer_id":"user_9"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-10"},"plugins":{"key-auth":{"key":"auth-10"}},"id":"user_10","username":"user_10","consumer_id":"user_10"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-11"},"plugins":{"key-auth":{"key":"auth-11"}},"id":"user_11","username":"user_11","consumer_id":"user_11"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-12"},"plugins":{"key-auth":{"key":"auth-12"}},"id":"user_12","username":"user_12","consumer_id":"user_12"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-14"},"plugins":{"key-auth":{"key":"auth-14"}},"id":"user_14","username":"user_14","consumer_id":"user_14"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-15"},"plugins":{"key-auth":{"key":"auth-15"}},"id":"user_15","username":"user_15","consumer_id":"user_15"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-16"},"plugins":{"key-auth":{"key":"auth-16"}},"id":"user_16","username":"user_16","consumer_id":"user_16"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-17"},"plugins":{"key-auth":{"key":"auth-17"}},"id":"user_17","username":"user_17","consumer_id":"user_17"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-18"},"plugins":{"key-auth":{"key":"auth-18"}},"id":"user_18","username":"user_18","consumer_id":"user_18"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-19"},"plugins":{"key-auth":{"key":"auth-19"}},"id":"user_19","username":"user_19","consumer_id":"user_19"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-20"},"plugins":{"key-auth":{"key":"auth-20"}},"id":"user_20","username":"user_20","consumer_id":"user_20"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-one"},"plugins":{"key-auth":{"key":"auth-one"}},"id":"jack","username":"jack","consumer_id":"jack"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-1"},"plugins":{"key-auth":{"key":"auth-1"}},"id":"user_1","username":"user_1","consumer_id":"user_1"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-2"},"plugins":{"key-auth":{"key":"auth-2"}},"id":"user_2","username":"user_2","consumer_id":"user_2"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-3"},"plugins":{"key-auth":{"key":"auth-3"}},"id":"user_3","username":"user_3","consumer_id":"user_3"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-4"},"plugins":{"key-auth":{"key":"auth-4"}},"id":"user_4","username":"user_4","consumer_id":"user_4"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-5"},"plugins":{"key-auth":{"key":"auth-5"}},"id":"user_5","username":"user_5","consumer_id":"user_5"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-6"},"plugins":{"key-auth":{"key":"auth-6"}},"id":"user_6","username":"user_6","consumer_id":"user_6"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-7"},"plugins":{"key-auth":{"key":"auth-7"}},"id":"user_7","username":"user_7","consumer_id":"user_7"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-8"},"plugins":{"key-auth":{"key":"auth-8"}},"id":"user_8","username":"user_8","consumer_id":"user_8"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-9"},"plugins":{"key-auth":{"key":"auth-9"}},"id":"user_9","username":"user_9","consumer_id":"user_9"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-10"},"plugins":{"key-auth":{"key":"auth-10"}},"id":"user_10","username":"user_10","consumer_id":"user_10"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-11"},"plugins":{"key-auth":{"key":"auth-11"}},"id":"user_11","username":"user_11","consumer_id":"user_11"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-12"},"plugins":{"key-auth":{"key":"auth-12"}},"id":"user_12","username":"user_12","consumer_id":"user_12"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-14"},"plugins":{"key-auth":{"key":"auth-14"}},"id":"user_14","username":"user_14","consumer_id":"user_14"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-15"},"plugins":{"key-auth":{"key":"auth-15"}},"id":"user_15","username":"user_15","consumer_id":"user_15"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-16"},"plugins":{"key-auth":{"key":"auth-16"}},"id":"user_16","username":"user_16","consumer_id":"user_16"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-17"},"plugins":{"key-auth":{"key":"auth-17"}},"id":"user_17","username":"user_17","consumer_id":"user_17"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-18"},"plugins":{"key-auth":{"key":"auth-18"}},"id":"user_18","username":"user_18","consumer_id":"user_18"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-19"},"plugins":{"key-auth":{"key":"auth-19"}},"id":"user_19","username":"user_19","consumer_id":"user_19"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-20"},"plugins":{"key-auth":{"key":"auth-20"}},"id":"user_20","username":"user_20","consumer_id":"user_20"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:82: phase_func(): consumer: {"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] key-auth.lua:86: phase_func(): hit key-auth rewrite, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] plugin.lua:363: merge_consumer_route(): route conf: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"createdIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":15}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] plugin.lua:364: merge_consumer_route(): consumer conf: {"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] plugin.lua:357: create_obj_fun(): merged conf : {"value":{"priority":0,"plugins":{"key-auth":{"key":"auth-13"}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"createdIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":15}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] balancer.lua:160: pick_server(): route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"createdIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":15} while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] balancer.lua:161: pick_server(): ctx: {"conf_id":"1","consumer":{"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":"table: 0x7f395033ab88"},"id":"user_13","username":"user_13","consumer_id":"user_13"},"var":{"host":"localhost","request_method":"GET","uri":"\/hello","remote_addr":"127.0.0.1","_request":"cdata<void *>: 0x55a14d357aa0"},"upstream_version":15,"upstream_key":"roundrobin#route_1","plugins":[{"priority":2500,"type":"auth","version":0.1,"name":"key-auth","check_schema":"function: 0x7f3950790290","schema":{"properties":{"key":{"type":"string"}},"type":"object","id":"root:\/"},"rewrite":"function: 0x7f395077af30"},"table: 0x7f395033ab88"],"upstream_healthcheck_parent":{"value":{"priority":0,"plugins":{"key-auth":"table: 0x7f395033ab88"},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":15},"conf_type":"route","conf_version":15,"upstream_conf":"table: 0x7f3950291a18","headers":{"host":"localhost","connection":"close","apikey":"auth-13"},"matched_route":{"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"createdIndex":15,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":15},"consumer_id":"user_13"} while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:30 [info] 24171#24171: *2 [lua] balancer.lua:264: load_balancer(): proxy request to 127.0.0.1:1980 while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:13:31 [notice] 24171#24171: signal 15 (SIGTERM) received from 24137, exiting
2020/08/12 12:13:31 [notice] 24171#24171: signal 3 (SIGQUIT) received from 24137, shutting down
2020/08/12 12:13:31 [info] 24171#24171: epoll_wait() failed (4: Interrupted system call)
2020/08/12 12:13:31 [notice] 24171#24171: exiting
2020/08/12 12:13:31 [notice] 24171#24171: exit
2020/08/12 12:17:36 [info] 25725#25725: [lua] core.lua:23: use config_center: etcd
2020/08/12 12:17:36 [info] 25725#25725: [lua] core.lua:24: etcd version: _v3
2020/08/12 12:17:36 [info] 25725#25725: [lua] init.lua:47: parse_args(): dns resolver["8.8.8.8","114.114.114.114"]
2020/08/12 12:17:36 [notice] 25725#25725: [lua] id.lua:69: init(): not found apisix uid, generate a new one: 98666150-94dc-4391-b423-269787c36a1c
2020/08/12 12:17:36 [notice] 25725#25725: using the "epoll" event method
2020/08/12 12:17:36 [notice] 25725#25725: openresty/1.17.8.2
2020/08/12 12:17:36 [notice] 25725#25725: OS: Linux 4.19.84-microsoft-standard
2020/08/12 12:17:36 [notice] 25725#25725: getrlimit(RLIMIT_NOFILE): 1024:1048576
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/ operator: <=, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] radixtree.lua:197: insert_route(): insert route path: /apisix/admin/ dataprt: 1, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/stream_routes operator: <=, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] radixtree.lua:197: insert_route(): insert route path: /apisix/admin/stream_routes dataprt: 2, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/plugins/list operator: =, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/plugins/reload operator: =, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] plugin.lua:126: load(): load plugin times: 1, context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] plugin.lua:165: load_stream(): stream plugins: [{"priority":1000,"preread":"function: 0x7fb5f8fa7988","schema":{"properties":{"protocol_level":{"type":"integer"},"upstream":{"type":"object","properties":{"ip":{"type":"string"},"port":{"type":"number"}}},"protocol_name":{"type":"string"}},"type":"object","required":["protocol_name","protocol_level","upstream"]},"log":"function: 0x7fb5f8fa7ac0","check_schema":"function: 0x7fb5f8fa7720","name":"mqtt-proxy","version":0.1}], context: init_worker_by_lua*
2020/08/12 12:17:36 [info] 25726#25726: *1 [lua] plugin.lua:167: load_stream(): load stream plugin times: 1, context: init_worker_by_lua*
2020/08/12 12:17:36 [error] 25726#25726: *3 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *5 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *7 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *9 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *11 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *13 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *15 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *9 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *7 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:17:36 [info] 25726#25726: *3 [lua] router.lua:65: filter(): filter route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":13,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13}, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *3 [lua] config_etcd.lua:425: {
  ["1"] = 1
}, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *11 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *5 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:17:36 [info] 25726#25726: *18 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *18 [lua] consumers.lua:38: check_conf(): schema: {"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"additionalProperties":false,"type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *18 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_1","plugins":{"key-auth":{"key":"auth-1"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *18 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-1"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *18 [lua] consumers.lua:78: key: /consumers/user_1, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [error] 25726#25726: *13 [lua] config_etcd.lua:425: {
  jack = 1
}, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *15 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:17:36 [info] 25726#25726: *18 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *21 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *21 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *21 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_2","plugins":{"key-auth":{"key":"auth-2"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *21 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-2"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *21 [lua] consumers.lua:78: key: /consumers/user_2, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *21 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *23 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *23 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *23 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_3","plugins":{"key-auth":{"key":"auth-3"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *23 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-3"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *23 [lua] consumers.lua:78: key: /consumers/user_3, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *23 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *25 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *25 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *25 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_4","plugins":{"key-auth":{"key":"auth-4"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *25 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-4"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *25 [lua] consumers.lua:78: key: /consumers/user_4, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *25 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *27 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *27 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *27 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_5","plugins":{"key-auth":{"key":"auth-5"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *27 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-5"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *27 [lua] consumers.lua:78: key: /consumers/user_5, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *27 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *29 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *29 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *29 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_6","plugins":{"key-auth":{"key":"auth-6"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *29 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-6"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *29 [lua] consumers.lua:78: key: /consumers/user_6, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *29 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *31 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *31 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *31 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_7","plugins":{"key-auth":{"key":"auth-7"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *31 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-7"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *31 [lua] consumers.lua:78: key: /consumers/user_7, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *31 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *33 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *33 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *33 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_8","plugins":{"key-auth":{"key":"auth-8"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *33 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-8"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *33 [lua] consumers.lua:78: key: /consumers/user_8, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *33 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *35 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *35 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *35 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_9","plugins":{"key-auth":{"key":"auth-9"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *35 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-9"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *35 [lua] consumers.lua:78: key: /consumers/user_9, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *35 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *37 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *37 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *37 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_10","plugins":{"key-auth":{"key":"auth-10"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *37 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-10"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *37 [lua] consumers.lua:78: key: /consumers/user_10, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *37 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *39 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *39 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *39 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_11","plugins":{"key-auth":{"key":"auth-11"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *39 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-11"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *39 [lua] consumers.lua:78: key: /consumers/user_11, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *39 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *41 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *41 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *41 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_12","plugins":{"key-auth":{"key":"auth-12"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *41 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-12"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *41 [lua] consumers.lua:78: key: /consumers/user_12, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *41 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *43 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *43 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *43 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_13","plugins":{"key-auth":{"key":"auth-13"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *43 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-13"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *43 [lua] consumers.lua:78: key: /consumers/user_13, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *43 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *45 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *45 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *45 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_14","plugins":{"key-auth":{"key":"auth-14"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *45 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-14"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *45 [lua] consumers.lua:78: key: /consumers/user_14, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *45 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *47 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *47 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *47 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_15","plugins":{"key-auth":{"key":"auth-15"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *47 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-15"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *47 [lua] consumers.lua:78: key: /consumers/user_15, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *47 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *49 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *49 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *49 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_16","plugins":{"key-auth":{"key":"auth-16"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *49 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-16"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *49 [lua] consumers.lua:78: key: /consumers/user_16, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *49 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *51 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *51 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *51 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_17","plugins":{"key-auth":{"key":"auth-17"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *51 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-17"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *51 [lua] consumers.lua:78: key: /consumers/user_17, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *51 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *53 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *53 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *53 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_18","plugins":{"key-auth":{"key":"auth-18"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *53 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-18"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *53 [lua] consumers.lua:78: key: /consumers/user_18, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *53 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *55 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *55 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *55 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_19","plugins":{"key-auth":{"key":"auth-19"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *55 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-19"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *55 [lua] consumers.lua:78: key: /consumers/user_19, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *55 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *57 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *57 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *57 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_20","plugins":{"key-auth":{"key":"auth-20"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *57 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-20"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *57 [lua] consumers.lua:78: key: /consumers/user_20, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:17:36 [info] 25726#25726: *57 client 127.0.0.1 closed keepalive connection
2020/08/12 12:17:36 [info] 25726#25726: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 14, context: ngx.timer
2020/08/12 12:17:36 [info] 25726#25726: *13 [lua] config_etcd.lua:267: res: {"body":{"node":{"value":{"username":"user_1","plugins":{"key-auth":{"key":"auth-1"}}},"createdIndex":14,"key":"\/apisix\/consumers\/user_1","modifiedIndex":14}},"headers":{"X-Etcd-Index":"33"}}, context: ngx.timer
2020/08/12 12:17:36 [error] 25726#25726: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2
}, context: ngx.timer
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree_uri.lua:66: create_radixtree_router(): insert uri route: {"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree_uri.lua:87: create_radixtree_router(): route items: [{"handler":"function: 0x7fb5f8e943e8","methods":["POST"],"paths":"\/apisix\/batch-requests"},{"handler":"function: 0x7fb5f8e948b0","methods":["POST"],"paths":"\/apisix\/plugin\/wolf-rbac\/login"},{"handler":"function: 0x7fb5f8e949d8","methods":["PUT"],"paths":"\/apisix\/plugin\/wolf-rbac\/change_pwd"},{"handler":"function: 0x7fb5f8e94b00","methods":["GET"],"paths":"\/apisix\/plugin\/wolf-rbac\/user_info"},{"handler":"function: 0x7fb5f8e94d90","methods":["GET"],"paths":"\/apisix\/plugin\/jwt\/sign"},{"handler":"function: 0x7fb5f8e95070","methods":["GET"],"paths":"\/apisix\/status"},{"handler":"function: 0x7fb5f8e95300","methods":["GET"],"paths":"\/apisix\/prometheus\/metrics"},{"priority":0,"handler":"function: 0x7fb5f8e95da8","paths":"\/hello"}], client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/batch-requests operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/login operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/change_pwd operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/user_info operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/jwt/sign operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/status operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/prometheus/metrics operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] radixtree.lua:301: pre_insert_route(): path: /hello operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] init.lua:340: http_access_phase(): matched route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":13,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-one"},"plugins":{"key-auth":{"key":"auth-one"}},"id":"jack","username":"jack","consumer_id":"jack"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-1"},"plugins":{"key-auth":{"key":"auth-1"}},"id":"user_1","username":"user_1","consumer_id":"user_1"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-one"},"plugins":{"key-auth":{"key":"auth-one"}},"id":"jack","username":"jack","consumer_id":"jack"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *2 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-1"},"plugins":{"key-auth":{"key":"auth-1"}},"id":"user_1","username":"user_1","consumer_id":"user_1"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:17:37 [info] 25726#25726: *13 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 15, context: ngx.timer
2020/08/12 12:17:37 [info] 25726#25726: *13 [lua] config_etcd.lua:267: res: {"body":{"node":{"value":{"username":"user_2","plugins":{"key-auth":{"key":"auth-2"}}},"createdIndex":15,"key":"\/apisix\/consumers\/user_2","modifiedIndex":15}},"headers":{"X-Etcd-Index":"33"}}, context: ngx.timer
2020/08/12 12:17:37 [error] 25726#25726: *13 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_2 = 3
}, context: ngx.timer
2020/08/12 12:17:37 [notice] 25726#25726: signal 15 (SIGTERM) received from 25691, exiting
2020/08/12 12:17:37 [notice] 25726#25726: signal 3 (SIGQUIT) received from 25691, shutting down
2020/08/12 12:17:37 [info] 25726#25726: epoll_wait() failed (4: Interrupted system call)
2020/08/12 12:17:37 [notice] 25726#25726: exiting
2020/08/12 12:17:37 [notice] 25726#25726: exit
2020/08/12 12:20:32 [info] 26129#26129: [lua] core.lua:23: use config_center: etcd
2020/08/12 12:20:32 [info] 26129#26129: [lua] core.lua:24: etcd version: _v3
2020/08/12 12:20:32 [info] 26129#26129: [lua] init.lua:47: parse_args(): dns resolver["8.8.8.8","114.114.114.114"]
2020/08/12 12:20:32 [notice] 26129#26129: [lua] id.lua:69: init(): not found apisix uid, generate a new one: cf31e13f-815a-4792-b4bc-a14d5327ba2b
2020/08/12 12:20:32 [notice] 26129#26129: using the "epoll" event method
2020/08/12 12:20:32 [notice] 26129#26129: openresty/1.17.8.2
2020/08/12 12:20:32 [notice] 26129#26129: OS: Linux 4.19.84-microsoft-standard
2020/08/12 12:20:32 [notice] 26129#26129: getrlimit(RLIMIT_NOFILE): 1024:1048576
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/ operator: <=, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] radixtree.lua:197: insert_route(): insert route path: /apisix/admin/ dataprt: 1, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/stream_routes operator: <=, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] radixtree.lua:197: insert_route(): insert route path: /apisix/admin/stream_routes dataprt: 2, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/plugins/list operator: =, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/admin/plugins/reload operator: =, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] plugin.lua:126: load(): load plugin times: 1, context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] plugin.lua:165: load_stream(): stream plugins: [{"priority":1000,"preread":"function: 0x7f5d580335a0","schema":{"properties":{"protocol_level":{"type":"integer"},"upstream":{"type":"object","properties":{"ip":{"type":"string"},"port":{"type":"number"}}},"protocol_name":{"type":"string"}},"type":"object","required":["protocol_name","protocol_level","upstream"]},"log":"function: 0x7f5d495bcc68","check_schema":"function: 0x7f5d495bb140","name":"mqtt-proxy","version":0.1}], context: init_worker_by_lua*
2020/08/12 12:20:32 [info] 26130#26130: *1 [lua] plugin.lua:167: load_stream(): load stream plugin times: 1, context: init_worker_by_lua*
2020/08/12 12:20:32 [error] 26130#26130: *2 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *4 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *6 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *8 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *10 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *12 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *14 [lua] config_etcd.lua:425: nil, context: ngx.timer
2020/08/12 12:20:32 [info] 26130#26130: *2 [lua] router.lua:65: filter(): filter route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":35,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *2 [lua] config_etcd.lua:425: {
  ["1"] = 1
}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *8 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *4 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *6 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *14 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *10 [lua] config_etcd.lua:425: {}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *12 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 3,
  user_11 = 4,
  user_12 = 5,
  user_13 = 6,
  user_14 = 7,
  user_15 = 8,
  user_16 = 9,
  user_17 = 10,
  user_18 = 11,
  user_19 = 12,
  user_2 = 13,
  user_20 = 14,
  user_3 = 15,
  user_4 = 16,
  user_5 = 17,
  user_6 = 18,
  user_7 = 19,
  user_8 = 20,
  user_9 = 21
}, context: ngx.timer
2020/08/12 12:20:32 [info] 26130#26130: *18 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *18 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *18 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_1","plugins":{"key-auth":{"key":"auth-1"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *18 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-1"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *18 [lua] consumers.lua:78: key: /consumers/user_1, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *18 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *12 [lua] config_etcd.lua:266: waitdir key: /apisix/consumers prev_index: 36, context: ngx.timer
2020/08/12 12:20:32 [info] 26130#26130: *12 [lua] config_etcd.lua:267: res: {"body":{"node":{"value":{"username":"user_1","plugins":{"key-auth":{"key":"auth-1"}}},"createdIndex":14,"key":"\/apisix\/consumers\/user_1","modifiedIndex":36}},"headers":{"X-Etcd-Index":"36"}}, context: ngx.timer
2020/08/12 12:20:32 [error] 26130#26130: *12 [lua] config_etcd.lua:425: {
  jack = 1,
  user_1 = 2,
  user_10 = 3,
  user_11 = 4,
  user_12 = 5,
  user_13 = 6,
  user_14 = 7,
  user_15 = 8,
  user_16 = 9,
  user_17 = 10,
  user_18 = 11,
  user_19 = 12,
  user_2 = 13,
  user_20 = 14,
  user_3 = 15,
  user_4 = 16,
  user_5 = 17,
  user_6 = 18,
  user_7 = 19,
  user_8 = 20,
  user_9 = 21
}, context: ngx.timer
2020/08/12 12:20:32 [info] 26130#26130: *21 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *21 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *21 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_2","plugins":{"key-auth":{"key":"auth-2"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *21 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-2"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *21 [lua] consumers.lua:78: key: /consumers/user_2, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *21 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *24 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *24 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *24 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_3","plugins":{"key-auth":{"key":"auth-3"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *24 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-3"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *24 [lua] consumers.lua:78: key: /consumers/user_3, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *24 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *26 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *26 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *26 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_4","plugins":{"key-auth":{"key":"auth-4"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *26 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-4"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *26 [lua] consumers.lua:78: key: /consumers/user_4, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *26 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *28 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *28 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *28 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_5","plugins":{"key-auth":{"key":"auth-5"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *28 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-5"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *28 [lua] consumers.lua:78: key: /consumers/user_5, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *28 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *30 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *30 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *30 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_6","plugins":{"key-auth":{"key":"auth-6"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *30 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-6"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *30 [lua] consumers.lua:78: key: /consumers/user_6, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *30 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *32 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *32 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *32 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_7","plugins":{"key-auth":{"key":"auth-7"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *32 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-7"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *32 [lua] consumers.lua:78: key: /consumers/user_7, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *32 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *34 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *34 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *34 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_8","plugins":{"key-auth":{"key":"auth-8"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *34 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-8"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *34 [lua] consumers.lua:78: key: /consumers/user_8, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *34 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *36 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *36 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *36 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_9","plugins":{"key-auth":{"key":"auth-9"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *36 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-9"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *36 [lua] consumers.lua:78: key: /consumers/user_9, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *36 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *38 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *38 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *38 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_10","plugins":{"key-auth":{"key":"auth-10"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *38 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-10"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *38 [lua] consumers.lua:78: key: /consumers/user_10, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *38 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *40 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *40 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *40 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_11","plugins":{"key-auth":{"key":"auth-11"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *40 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-11"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *40 [lua] consumers.lua:78: key: /consumers/user_11, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *40 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *42 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *42 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *42 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_12","plugins":{"key-auth":{"key":"auth-12"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *42 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-12"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *42 [lua] consumers.lua:78: key: /consumers/user_12, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *42 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *44 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *44 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *44 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_13","plugins":{"key-auth":{"key":"auth-13"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *44 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-13"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *44 [lua] consumers.lua:78: key: /consumers/user_13, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *44 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *46 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *46 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *46 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_14","plugins":{"key-auth":{"key":"auth-14"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *46 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-14"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *46 [lua] consumers.lua:78: key: /consumers/user_14, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *46 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *48 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *48 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *48 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_15","plugins":{"key-auth":{"key":"auth-15"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *48 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-15"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *48 [lua] consumers.lua:78: key: /consumers/user_15, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *48 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *50 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *50 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *50 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_16","plugins":{"key-auth":{"key":"auth-16"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *50 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-16"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *50 [lua] consumers.lua:78: key: /consumers/user_16, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *50 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *52 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *52 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *52 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_17","plugins":{"key-auth":{"key":"auth-17"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *52 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-17"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *52 [lua] consumers.lua:78: key: /consumers/user_17, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *52 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *54 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *54 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *54 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_18","plugins":{"key-auth":{"key":"auth-18"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *54 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-18"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *54 [lua] consumers.lua:78: key: /consumers/user_18, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *54 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *56 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *56 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *56 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_19","plugins":{"key-auth":{"key":"auth-19"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *56 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-19"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *56 [lua] consumers.lua:78: key: /consumers/user_19, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *56 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *58 [lua] init.lua:100: handler(): uri: ["","apisix","admin","consumers"], client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *58 [lua] consumers.lua:38: check_conf(): schema: {"additionalProperties":false,"required":["username"],"properties":{"desc":{"maxLength":256,"type":"string"},"plugins":{"type":"object"},"username":{"minLength":1,"pattern":"^[a-zA-Z0-9_]+$","maxLength":32,"type":"string"},"id":{"anyOf":[{"minLength":1,"pattern":"^[a-zA-Z0-9-_]+$","maxLength":64,"type":"string"},{"minimum":1,"type":"integer"}]}},"id":"root:\/","type":"object"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *58 [lua] consumers.lua:39: check_conf(): conf  : {"username":"user_20","plugins":{"key-auth":{"key":"auth-20"}}}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *58 [lua] plugins.lua:45: check_schema(): check plugin scheme, name: key-auth, configurations: {"key":"auth-20"}, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *58 [lua] consumers.lua:78: key: /consumers/user_20, client: 127.0.0.1, server: localhost, request: "PUT /apisix/admin/consumers HTTP/1.1", host: "127.0.0.1:1984"
2020/08/12 12:20:32 [info] 26130#26130: *58 client 127.0.0.1 closed keepalive connection
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree_uri.lua:66: create_radixtree_router(): insert uri route: {"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree_uri.lua:87: create_radixtree_router(): route items: [{"handler":"function: 0x7f5d49453210","methods":["POST"],"paths":"\/apisix\/batch-requests"},{"handler":"function: 0x7f5d494536d8","methods":["POST"],"paths":"\/apisix\/plugin\/wolf-rbac\/login"},{"handler":"function: 0x7f5d49453800","methods":["PUT"],"paths":"\/apisix\/plugin\/wolf-rbac\/change_pwd"},{"handler":"function: 0x7f5d49453958","methods":["GET"],"paths":"\/apisix\/plugin\/wolf-rbac\/user_info"},{"handler":"function: 0x7f5d49453be8","methods":["GET"],"paths":"\/apisix\/plugin\/jwt\/sign"},{"handler":"function: 0x7f5d49453ec8","methods":["GET"],"paths":"\/apisix\/status"},{"handler":"function: 0x7f5d49454158","methods":["GET"],"paths":"\/apisix\/prometheus\/metrics"},{"priority":0,"handler":"function: 0x7f5d49454ad0","paths":"\/hello"}], client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/batch-requests operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/login operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/change_pwd operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/wolf-rbac/user_info operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/plugin/jwt/sign operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/status operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /apisix/prometheus/metrics operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] radixtree.lua:301: pre_insert_route(): path: /hello operator: =, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] init.lua:340: http_access_phase(): matched route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":35,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-one"},"plugins":{"key-auth":{"key":"auth-one"}},"id":"jack","username":"jack","consumer_id":"jack"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-1"},"plugins":{"key-auth":{"key":"auth-1"}},"id":"user_1","username":"user_1","consumer_id":"user_1"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-10"},"plugins":{"key-auth":{"key":"auth-10"}},"id":"user_10","username":"user_10","consumer_id":"user_10"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-11"},"plugins":{"key-auth":{"key":"auth-11"}},"id":"user_11","username":"user_11","consumer_id":"user_11"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-12"},"plugins":{"key-auth":{"key":"auth-12"}},"id":"user_12","username":"user_12","consumer_id":"user_12"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-14"},"plugins":{"key-auth":{"key":"auth-14"}},"id":"user_14","username":"user_14","consumer_id":"user_14"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-15"},"plugins":{"key-auth":{"key":"auth-15"}},"id":"user_15","username":"user_15","consumer_id":"user_15"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-16"},"plugins":{"key-auth":{"key":"auth-16"}},"id":"user_16","username":"user_16","consumer_id":"user_16"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-17"},"plugins":{"key-auth":{"key":"auth-17"}},"id":"user_17","username":"user_17","consumer_id":"user_17"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-18"},"plugins":{"key-auth":{"key":"auth-18"}},"id":"user_18","username":"user_18","consumer_id":"user_18"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-19"},"plugins":{"key-auth":{"key":"auth-19"}},"id":"user_19","username":"user_19","consumer_id":"user_19"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-2"},"plugins":{"key-auth":{"key":"auth-2"}},"id":"user_2","username":"user_2","consumer_id":"user_2"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-20"},"plugins":{"key-auth":{"key":"auth-20"}},"id":"user_20","username":"user_20","consumer_id":"user_20"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-3"},"plugins":{"key-auth":{"key":"auth-3"}},"id":"user_3","username":"user_3","consumer_id":"user_3"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-4"},"plugins":{"key-auth":{"key":"auth-4"}},"id":"user_4","username":"user_4","consumer_id":"user_4"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-5"},"plugins":{"key-auth":{"key":"auth-5"}},"id":"user_5","username":"user_5","consumer_id":"user_5"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-6"},"plugins":{"key-auth":{"key":"auth-6"}},"id":"user_6","username":"user_6","consumer_id":"user_6"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-7"},"plugins":{"key-auth":{"key":"auth-7"}},"id":"user_7","username":"user_7","consumer_id":"user_7"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-8"},"plugins":{"key-auth":{"key":"auth-8"}},"id":"user_8","username":"user_8","consumer_id":"user_8"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] consumer.lua:56: create_obj_fun(): consumer:{"auth_conf":{"key":"auth-9"},"plugins":{"key-auth":{"key":"auth-9"}},"id":"user_9","username":"user_9","consumer_id":"user_9"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-one"},"plugins":{"key-auth":{"key":"auth-one"}},"id":"jack","username":"jack","consumer_id":"jack"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-1"},"plugins":{"key-auth":{"key":"auth-1"}},"id":"user_1","username":"user_1","consumer_id":"user_1"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-10"},"plugins":{"key-auth":{"key":"auth-10"}},"id":"user_10","username":"user_10","consumer_id":"user_10"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-11"},"plugins":{"key-auth":{"key":"auth-11"}},"id":"user_11","username":"user_11","consumer_id":"user_11"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-12"},"plugins":{"key-auth":{"key":"auth-12"}},"id":"user_12","username":"user_12","consumer_id":"user_12"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-14"},"plugins":{"key-auth":{"key":"auth-14"}},"id":"user_14","username":"user_14","consumer_id":"user_14"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-15"},"plugins":{"key-auth":{"key":"auth-15"}},"id":"user_15","username":"user_15","consumer_id":"user_15"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-16"},"plugins":{"key-auth":{"key":"auth-16"}},"id":"user_16","username":"user_16","consumer_id":"user_16"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-17"},"plugins":{"key-auth":{"key":"auth-17"}},"id":"user_17","username":"user_17","consumer_id":"user_17"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-18"},"plugins":{"key-auth":{"key":"auth-18"}},"id":"user_18","username":"user_18","consumer_id":"user_18"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-19"},"plugins":{"key-auth":{"key":"auth-19"}},"id":"user_19","username":"user_19","consumer_id":"user_19"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-2"},"plugins":{"key-auth":{"key":"auth-2"}},"id":"user_2","username":"user_2","consumer_id":"user_2"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-20"},"plugins":{"key-auth":{"key":"auth-20"}},"id":"user_20","username":"user_20","consumer_id":"user_20"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-3"},"plugins":{"key-auth":{"key":"auth-3"}},"id":"user_3","username":"user_3","consumer_id":"user_3"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-4"},"plugins":{"key-auth":{"key":"auth-4"}},"id":"user_4","username":"user_4","consumer_id":"user_4"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-5"},"plugins":{"key-auth":{"key":"auth-5"}},"id":"user_5","username":"user_5","consumer_id":"user_5"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-6"},"plugins":{"key-auth":{"key":"auth-6"}},"id":"user_6","username":"user_6","consumer_id":"user_6"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-7"},"plugins":{"key-auth":{"key":"auth-7"}},"id":"user_7","username":"user_7","consumer_id":"user_7"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-8"},"plugins":{"key-auth":{"key":"auth-8"}},"id":"user_8","username":"user_8","consumer_id":"user_8"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:48: create_obj_fun(): consumer node: {"auth_conf":{"key":"auth-9"},"plugins":{"key-auth":{"key":"auth-9"}},"id":"user_9","username":"user_9","consumer_id":"user_9"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:82: phase_func(): consumer: {"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] key-auth.lua:86: phase_func(): hit key-auth rewrite, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] plugin.lua:363: merge_consumer_route(): route conf: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":35,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] plugin.lua:364: merge_consumer_route(): consumer conf: {"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":{"key":"auth-13"}},"id":"user_13","username":"user_13","consumer_id":"user_13"}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] plugin.lua:357: create_obj_fun(): merged conf : {"value":{"priority":0,"plugins":{"key-auth":{"key":"auth-13"}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":35,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13}, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] balancer.lua:160: pick_server(): route: {"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":35,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13} while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] balancer.lua:161: pick_server(): ctx: {"conf_id":"1","consumer":{"auth_conf":{"key":"auth-13"},"plugins":{"key-auth":"table: 0x7f5d495cf970"},"id":"user_13","username":"user_13","consumer_id":"user_13"},"var":{"host":"localhost","request_method":"GET","uri":"\/hello","remote_addr":"127.0.0.1","_request":"cdata<void *>: 0x55950efe5840"},"upstream_version":35,"upstream_key":"roundrobin#route_1","plugins":[{"priority":2500,"type":"auth","version":0.1,"name":"key-auth","check_schema":"function: 0x7f5d49890640","schema":{"properties":{"key":{"type":"string"}},"type":"object","id":"root:\/"},"rewrite":"function: 0x7f5d498906b8"},"table: 0x7f5d495cf970"],"upstream_healthcheck_parent":{"value":{"priority":0,"plugins":{"key-auth":"table: 0x7f5d495cf970"},"uri":"\/hello","id":"1","upstream":{"nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"hash_on":"vars","type":"roundrobin"}},"clean_handlers":{},"createdIndex":13,"has_domain":false,"key":"\/apisix\/routes\/1","modifiedIndex":35},"conf_type":"route","conf_version":35,"upstream_conf":"table: 0x7f5d49460358","headers":{"host":"localhost","connection":"close","apikey":"auth-13"},"matched_route":{"value":{"priority":0,"plugins":{"key-auth":{}},"uri":"\/hello","id":"1","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"type":"roundrobin"}},"clean_handlers":{},"modifiedIndex":35,"has_domain":false,"key":"\/apisix\/routes\/1","createdIndex":13},"consumer_id":"user_13"} while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [info] 26130#26130: *16 [lua] balancer.lua:264: load_balancer(): proxy request to 127.0.0.1:1980 while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello HTTP/1.1", host: "localhost"
2020/08/12 12:20:32 [notice] 26130#26130: signal 3 (SIGQUIT) received from 26096, shutting down
2020/08/12 12:20:32 [notice] 26130#26130: signal 15 (SIGTERM) received from 26096, exiting
2020/08/12 12:20:32 [info] 26130#26130: epoll_wait() failed (4: Interrupted system call)
2020/08/12 12:20:32 [notice] 26130#26130: exiting
2020/08/12 12:20:32 [notice] 26130#26130: exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment