[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-25 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1291535111

   > And I hava another question:
   > I found many files named "core.xxx" in the "/usr/local/apisix" folder. 
They appeare when I restart apisix.
   
   This is the coredump file that keeps the reason for the abnormal exit of the 
process, and you need to analyze this file with gdb to view the stack 
information and find the reason for the abnormal exit of the process.
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-23 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1288352696

   It looks like a core dump has occurred, which is a new problem.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-23 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1288330956

   > In Step 1, old Apisix started failed, because old Apisix don't konw new 
ETCD's data changes. Then the data doesn't match.
   
   APISIX itself is stateless, so there is no comparison between old data and 
new data.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-23 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1288330569

   > 1. Exported the data from old ETCD, and imported them to new ETCD. Then 
modified old Apisix's ETCD config to new ETCD. But old Apisix started failed 
with some openresty error.
   
   what error?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-21 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1287606506

   > 2\. Exporting the data from old ETCD, and importing them to new ETCD 
cluster
   
   ETCD itself has the ability to migrate data


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-21 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1286729214

   > We wrote a python script, using apisix admin api to do it: get the 
resources from old apisix, and put them to new apisix cluster.
   > Whether it will make difference.
   
   There is no problem with the process, the admin API will verify the data 
format, but the process does not guarantee that the old and new data are the 
same?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-21 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1286677115

   > we are using version 2.13.1,if downgrading APISIX to v2.12.0,I fear of 
creating new problems.
   > Is there any other solution?
   
   this fix was contained in 2.13.1, so don't need to downgrade. I think your 
question is different from this issue.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-20 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1286425360

   > I also encountered this problem, temporarily found that the load 
configration in init stage is {}.
   > apisix 2.13.0 openresty 1.19.1.1 etcd 3.5.x
   
   If you are using version 2.13, then it should be something else, please open 
a new issue and describe your problem in detail.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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



[GitHub] [apisix] tzssangglass commented on issue #8134: help request: restart apisix, then route 404

2022-10-20 Thread GitBox


tzssangglass commented on issue #8134:
URL: https://github.com/apache/apisix/issues/8134#issuecomment-1286424996

   > For additional, we deployed an etcd cluster, and enable basic auth.
   > And we deployed two apisix: apisix1 and apisix2 with LB.
   > restart apisix1, apisix1 route 404, but apisix2 run normally. restart 
apisix2, then apisix2 route 404.
   > we open the route in dashboard, and save it, both apisix1 and apisix2 run 
normally.
   
   it has been fixed by #5558, and released in APISIX v2.12.0, pls upgrade your 
APISIX's version.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

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