You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

本周工作: 一、河口海关AR

  1. 对接旅检平台提供5类接口完成开发及对接4类。剩余1类告警推送接口由于对方尚未开发无法对接。
  2. 修复视频转码后在页面无法播放问题辅码流编码格式修改为H254完成
  3. 排查车牌识别、告警数据未推送问题(代码中有生成模拟数据的定时任务未关闭;经过算法侧抓包发现相应数据已经推送到华为事件中心,还需要华为进一步排查) 二、河口口岸AR
  4. 排查频繁宕机问题上周较为频繁本周四出现过1次1.socket耗尽 2.数据库连接池耗尽 原因代码里面循环插入、http没做超时机制 排查过程中发现的基础环境问题:
  5. 服务器NTP最严重的事件中心和现实时间差13分钟、yum源、磁盘未挂载转码服务
  6. 数据库时区口岸AR用的数据库是UTC时间与现实时间相差8小时

下周计划: 一、河口海关AR

  1. 完成旅检平台告警推送接口
  2. 解决车牌识别、告警数据推送问题