Re: APISIX Installation

2022-02-06 Thread TsangLeslie
Hi there, I can’t reproduce your issue with given command, can you put the output of the command in description as well? The error message show that `luarocks` don’t exist on your OS, which was supported to be installed by the script. Leslie Tsang leslie.ts...@icloud.com > On 7 Feb 2022, at 1:

Re: APISIX Installation

2022-02-06 Thread lilien1010
you might need to install luarocks first  yum  install luarocks 可用于iOS的myMail发送 2022年2月7日 星期一 +0800 13:52 发件人 bluesky1277...@gmail.com : >Hi, > >I am trying to build APISIX on the a brand new Centos7 AMI in AWS. I have >used the below commands in sequence - > >yum update > >yum install wget

APISIX Installation

2022-02-06 Thread Atul R
Hi, I am trying to build APISIX on the a brand new Centos7 AMI in AWS. I have used the below commands in sequence - yum update yum install wget yum install git cd /home/centos mkdir apisix cd apisix git clone https://github.com/apache/apisix.git cd apisix/utils ./install-dependencies.sh

Re: when etcd database space exceeded. apisix does not start properly

2022-02-06 Thread Ming Wen
I agree with you, Apache APISIX's DP is read-only for etcd, and as long as etcd can be read, it should work fine. Thanks, Ming Wen, Apache APISIX PMC Chair Twitter: _WenMing jie123108 于2022年2月6日周日 22:05写道: > Hi > > > The etcd problem, I know, can be solved by turning on compact option. > My qu

Re: when etcd database space exceeded. apisix does not start properly

2022-02-06 Thread jie123108
Hi The etcd problem, I know, can be solved by turning on compact option. My question is, why is it that if etcd is not writable, apisix won't start and can't be served properly? For someone who is experiencing this problem for the first time, it may take a few minutes or more to resolve the et

Re: when etcd database space exceeded. apisix does not start properly

2022-02-06 Thread Zhiyuan Ju
Hi Jie123108, Please have a try according to https://github.com/etcd-io/etcd/issues/11947 , and I noticed Bilibli has the same problem, see https://xie.infoq.cn/article/95c80dcb18ebc2c26237868f3 Best Regards! @ Zhiyuan Ju jie123108 于2022年2月6日周日 21:13写道: > Hi > H

when etcd database space exceeded. apisix does not start properly

2022-02-06 Thread jie123108
Hi Happy Chinese New Year! When the etcd database space is exceeded, apisix is now unable to start, and therefore unable to provide services. Is this reasonable? The error message at startup is as follows: >/usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init >/usr/local/openresty