Skip to content

init.lua:726: phase_func(): failed to acquire the lock: timeoutrequest help:  #138

@jiuchongxiao

Description

@jiuchongxiao

Issue description

java-plugin demofilter,cannot exec success.

2022/04/20 03:54:56 [error] 44#44: *12875 [lua] init.lua:726: phase_func(): failed to acquire the lock: timeout, client: 10.233.64.0, server: _, request: "GET /test HTTP/1.1", host: "10.27.163.82:8898"
2022/04/20 03:54:56 [warn] 44#44: *12875 [lua] plugin.lua:750: run_plugin(): ext-plugin-pre-req exits with http status code 503, client: 10.233.64.0, server: _, request: "GET /test HTTP/1.1", host: "10.27.163.82:8898"

Environment

image

配置stream

curl "http://10.27.163.82:8897/apisix/admin/upstreams/1" -H "X-API-KEY: edd1c9f034335f136f87ad84b625c8f1" -X PUT -d '{
"type": "roundrobin","nodes": {"172.24.164.113:8099": 1}}'

#配置路由
curl "http://10.27.163.82:8897/apisix/admin/routes/1" -H "X-API-KEY: edd1c9f034335f136f87ad84b625c8f1" -X PUT -d '
{
"uri": "/test",
"upstream_id": "1",
"plugins": {
"ext-plugin-pre-req": {
"conf": [
{
"name": "DemoFilter",
"value": "config"
}
]
}
}
}'

  • your apisix-java-plugin-runner version
    0.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions