jxplus

Results 3 issues of jxplus

when add init_worker_by_lua_block in http,then worker process crashed。 and error.log has many log like ”[alert] 27998#0: worker process 29322 exited on signal 11“。 config like this: http { init_worker_by_lua_block {...

python 3.11 pandas 2.2.2 when run demo, then error: Traceback (most recent call last): File "D:\workspaces\python_pros\timeSeries1\src\edm\breakoutDetect1.py", line 12, in results = detect_ts(df, max_anoms=0.007, direction='both') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Users\configs\pythonenv\Lib\site-packages\pyculiarity\detect_ts.py", line 220, in...

**Describe the bug** this goroutine will never stop,because flow.FlowRoutine also has an Infinite loop。 see codes, 1. operator/builtin/input/goflow/goflow.go:Start() lin109 ```// Start will start generating log entries. func (n *GoflowInput) Start()...