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 2022/10/31 07:11:20 UTC

[GitHub] [apisix] coolmingwu opened a new issue, #8211: apisix2.14切换3.0后python自定义插件问题

coolmingwu opened a new issue, #8211:
URL: https://github.com/apache/apisix/issues/8211

   ### Current Behavior
   
   切换到3.0后,执行apisix restart后服务终端,只是换了个源镜像,更换后的镜像为2.99-centos,其他操作无变化,2.14版本可以正常使用,但是2.99不可以
   ![image](https://user-images.githubusercontent.com/93962343/198951225-861e17f0-c8ce-4002-a2b7-995a218bcacf.png)
   
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   dockerfile :
   
   ADD apisix-python-plugin-runner /apisix-python-plugin-runner
   COPY config/test_config.yaml /usr/local/apisix/conf/config.yaml
   COPY run.sh /run.sh
   ENV APISIX_LISTEN_ADDRESS=unix:/tmp/runner.sock
   RUN python3 setup.py install --force
   WORKDIR /apisix-python-plugin-runner
   EXPOSE 9080 9091 9443 9092
   CMD bash /run.sh
   
   run.sh :
   /usr/bin/apisix restart
   tail -f /dev/null 
   
   ### Steps to Reproduce
   
   apache/apisi:2.99.0-centos 
   
   ### Environment
   
   - APISIX version (run `apisix version`):2.14
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --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-unsubscribe@apisix.apache.org.apache.org

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


Re: [I] Python custom plugin problem after apisix 2.14 switches to 3.0 [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8211:
URL: https://github.com/apache/apisix/issues/8211#issuecomment-1792159919

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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-unsubscribe@apisix.apache.org

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


Re: [I] Python custom plugin problem after apisix 2.14 switches to 3.0 [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #8211: Python custom plugin problem after apisix 2.14 switches to 3.0
URL: https://github.com/apache/apisix/issues/8211


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] tzssangglass commented on issue #8211: Python custom plugin problem after apisix 2.14 switches to 3.0

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8211:
URL: https://github.com/apache/apisix/issues/8211#issuecomment-1296856325

   you mean execute `/usr/bin/apisix restart` in docker failed?


-- 
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-unsubscribe@apisix.apache.org

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


Re: [I] Python custom plugin problem after apisix 2.14 switches to 3.0 [apisix]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8211:
URL: https://github.com/apache/apisix/issues/8211#issuecomment-1772443170

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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-unsubscribe@apisix.apache.org

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