Project

General

Profile

Task #3401

Feature #3371: 多功能网关程序修改(3.2.5)

fep_gateway的效率优化

Added by pengfei xu about 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
05/06/2024
Due date:
05/09/2024
% Done:

100%

Estimated time:
Defect version:

Description

fep_gateway之前将队列由vector改为list,由于是之前测试阶段,fep_gateway在切换负载均衡时有概率崩溃,以为是vector的问题;

后续查找到是负载均衡切换时,有一个线程没有正确退出导致与vector无关,但发布的版本已经将vector改为了list;
此次测试发现,list的用法问题导致效率低下,现在改回vector;

额外:
fep_mqttiotc程序,日志优化
fep_gateway根据59号文件,暂时默认qos等级为qos1,后续新增可配置选择;
发现libsehiredis处理遥信bug,获取遥信值时大于10获取失败,优化bug;

注意:版本问题,这些修改未发布到3.2.5,应该会发版到后续版本;

History

#1

Updated by pengfei xu about 2 months ago

  • Status changed from New to In Progress
#2

Updated by pengfei xu about 2 months ago

  • Description updated (diff)
#3

Updated by pengfei xu about 2 months ago

  • Description updated (diff)
#4

Updated by pengfei xu about 2 months ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
#5

Updated by pengfei xu about 2 months ago

  • Description updated (diff)

Also available in: Atom PDF