James Fang created TS-4102:
------------------------------
Summary: sha1.lua cause traffic server dead loop
Key: TS-4102
URL: https://issues.apache.org/jira/browse/TS-4102
Project: Traffic Server
Issue Type: Bug
Components: Lua
Reporter: James Fang
require sha1 from https://luarocks.org/modules/kikito/sha1
would cause traffic server to dead-loop and 100% cpu util,
then killed by TM & restarted.
entering a start, high cpu dead-loop, killed dead end.
by chaning "local PRELOAD_CACHE = true" in sha1.lua to
"local PRELOAD_CACHE = false", ts_lua will started successfully.
i am not sure if this is a bug of luajit/sha1/ts_lua, but
requires sha1 from luajit command line without disable PRELOAD_CACHE orks
fine.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)