MarsOu1995

Results 3 issues of MarsOu1995

在尝试本地服务化部署的时候,日志抛出数组越界异常 ![image](https://user-images.githubusercontent.com/20200721/171225535-6a64267c-bfa6-4bf7-9ebc-b1b67f84bd3d.png) 代码: ``` midped_batch = [] for idx in range(len(feed_batch)): predict_res, error_code, error_info = func_timeout.func_timeout( self._timeout, self.process, args=([feed_batch[idx]], typical_logid)) #midped_batch[idx].append(predict_res) #上述写法错误,因改为如下 midped_batch.append(predict_res) ```

good first issue

[BUG]#1807 fix array index out of range. 修复数组越界异常

contributor
status: proposed

### Issue description etcd auth enable. The etcd watch error will appear in the log one or two days after startup. log output continues until the disk is full. ###...

bug
backend
P1