handsomestWei

Results 2 issues of handsomestWei

# 使用场景 配置`sip.enabled=true`启用sip服务,`media_server`表重建清空数据。 # 异常日志 ``` Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sip.SipFactory]: Factory method 'createSipFactory' threw exception; nested exception is java.lang.StackOverflowError at com.fastbee.sip.service.impl.MediaServerServiceImpl.selectMediaServerBytenantId(MediaServerServiceImpl.java:77) ``` # 问题代码 表数据为空时,出现死循环 ``` public...

# 问题版本 ```xml com.yomahub liteflow-rule-sql 2.12.2 ``` # 使用场景 `规则配置源`使用`SQL数据库配置源`,并开启自动轮询刷新 ```yml liteflow: rule-source-ext-data-map: ... pollingEnabled: true pollingIntervalSeconds: 60 pollingStartSeconds: 60 ... ``` # 问题现象 数据库连接泄漏,占满连接池,均指向`CHECK_SQL_PATTERN = "SELECT {},{} FROM {}"`轮询检查sql...