hyt05 edited a comment on issue #90:
URL: https://github.com/apache/apisix-docker/issues/90#issuecomment-736159268


   I set etcd host as:
   ```
   etcd:
     host:                           # it's possible to define multiple etcd 
hosts addresses of the same etcd cluster.
       - "https://10.1.7.51:2379,https://10.1.7.52:2379,https://10.1.7.53:2379";
   ```
   appear:
   ```
   /usr/local/openresty/luajit/bin/luajit: /usr/bin/apisix:619: attempt to 
index local 'base' (a nil value)
   stack traceback:
        /usr/bin/apisix:619: in function 'merge_conf'
        /usr/bin/apisix:616: in function 'merge_conf'
        /usr/bin/apisix:616: in function 'merge_conf'
        /usr/bin/apisix:660: in function 'read_yaml_conf'
        /usr/bin/apisix:826: in function </usr/bin/apisix:819>
        /usr/bin/apisix:1166: in main chunk
        [C]: at 0x00404c00
   /usr/local/openresty/luajit/bin/luajit: /usr/bin/apisix:619: attempt to 
index local 'base' (a nil value)
   stack traceback:
        /usr/bin/apisix:619: in function 'merge_conf'
        /usr/bin/apisix:616: in function 'merge_conf'
        /usr/bin/apisix:616: in function 'merge_conf'
        /usr/bin/apisix:660: in function 'read_yaml_conf'
        /usr/bin/apisix:826: in function </usr/bin/apisix:819>
        /usr/bin/apisix:1166: in main chunk
        [C]: at 0x00404c00
   /usr/local/openresty/luajit/bin/luajit: /usr/bin/apisix:619: attempt to 
index local 'base' (a nil value)
   stack traceback:
        /usr/bin/apisix:619: in function 'merge_conf'
        /usr/bin/apisix:616: in function 'merge_conf'
        /usr/bin/apisix:616: in function 'merge_conf'
        /usr/bin/apisix:660: in function 'read_yaml_conf'
        /usr/bin/apisix:826: in function </usr/bin/apisix:819>
        /usr/bin/apisix:1166: in main chunk
        [C]: at 0x00404c00
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to