You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/30 04:16:43 UTC

[GitHub] [apisix] xyz2b commented on issue #4337: request help: apisix can't get up

xyz2b commented on issue #4337:
URL: https://github.com/apache/apisix/issues/4337#issuecomment-850937086


   Same as before. 
   Look at the last line of the error log, it's more like a pcre JIT compiling problem
   
   start apisix
   ```shell
   [app@VM_97_180_centos apisix]$ ./bin/apisix start --config ./conf/apisix.yaml
   /data/app/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start --config ./conf/apisix.yaml
   mv: ‘/data/app/apisix/conf/config.yaml’ and ‘/data/app/apisix/conf/config.yaml.bak’ are the same file
   ln: failed to create hard link ‘/data/app/apisix/conf/config.yaml’: File exists
   Use customized yaml:    ./conf/apisix.yaml
   nginx: [warn] could not build optimal variables_hash, you should increase either variables_hash_max_size: 1024 or variables_hash_bucket_size: 64; ignoring variables_hash_bucket_size
   ```
   
   nginx log
   ```shell
   2021/05/30 12:12:09 [warn] 31499#31499: could not build optimal variables_hash, you should increase either variables_hash_max_size: 1024 or variables_hash_bucket_size: 64; ignoring variables_hash_bucket_size
   2021/05/30 12:12:09 [info] 31499#31499: [lua] core.lua:26: use config_center: etcd
   2021/05/30 12:12:09 [info] 31499#31499: [lua] resolver.lua:28: init_resolver(): dns resolver ["183.60.83.19","183.60.82.98"]
   2021/05/30 12:12:09 [debug] 31499#31499: posix_memalign: 000000000161B4A0:512 @16
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161B6B0:476
   2021/05/30 12:12:09 [debug] 31499#31499: posix_memalign: 000000000161B8A0:512 @16
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161BAB0:4096
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161CAC0:4096
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161DAD0:4096
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161B6B0
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161BAB0
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161DAD0
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161CAC0
   2021/05/30 12:12:09 [debug] 31499#31499: pcre JIT compiling result: 1
   2021/05/30 12:12:09 [debug] 31499#31499: posix_memalign: 000000000161BAB0:512 @16
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161BCC0:4096
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161CCD0:4096
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161BCC0
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161CCD0
   2021/05/30 12:12:09 [debug] 31499#31499: posix_memalign: 000000000161BCC0:512 @16
   2021/05/30 12:12:09 [debug] 31499#31499: pcre JIT compiling result: 1
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 00007F33207D5010:589704
   2021/05/30 12:12:09 [debug] 31499#31499: new block, alloc semaphore: 00007F33207D5028 block: 00007F33207D5010
   2021/05/30 12:12:09 [debug] 31499#31499: http lua semaphore new: 00007F33207D5028, resources: 0
   2021/05/30 12:12:09 [info] 31499#31499: [lua] v3.lua:35: _request_uri(): v3 request uri: https://etcd02.apisix.webank.com:2379/v3/kv/range, timeout: 30
   2021/05/30 12:12:09 [debug] 31499#31499: posix_memalign: 000000000161BED0:512 @16
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161C0E0:568
   2021/05/30 12:12:09 [debug] 31499#31499: posix_memalign: 000000000161C320:512 @16
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161C530:4096
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161D540:4096
   2021/05/30 12:12:09 [debug] 31499#31499: malloc: 000000000161E550:4096
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161C0E0
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161C530
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161E550
   2021/05/30 12:12:09 [debug] 31499#31499: free: 000000000161D540
   2021/05/30 12:12:09 [debug] 31499#31499: pcre JIT compiling result: 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org