Initial commit
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
---
|
||||
日期: 2024-02-02 20:47
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
"domain_id_cdnsys" : "YzWGrmLvU_125940"
|
||||
|
||||
"name" : "heze.la"
|
||||
|
||||
单位名称:菏泽日报社
|
||||
|
||||
# 处理过程
|
||||
|
||||
1、首先排查工单删除记录
|
||||
|
||||

|
||||
|
||||
时间是 2024-01-17 at 15:49:54
|
||||
|
||||

|
||||
|
||||
这会不会是个那种泛域名进来的。我去工单里搜罗下。只能再看看这个了。稍等。
|
||||
|
||||
有查询到 *.heze.la 的删除记录是 2023-07-28 at 23 点配管回调后。
|
||||
|
||||
但是信安的删除逻辑和日志看,如果是泛域名会通过 xinan_generic_exact_domain 找到对应的精确域名同步所以当时的日志显示 *.heze.la 回调同步信安删除的是 test.heze.la, domainIdCdnSys:YzWGrmLvU_pIZVIN 这个。
|
||||
|
||||
信安说 2020-12-18 15 我们同步了 heze.la,从工单记录没有定位到为啥会同步这个东西。
|
||||
|
||||

|
||||
|
||||
# 代码位置
|
||||
|
||||
```
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.PortalInformationServiceImpl#notifyDeleteInformation
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 问题日志
|
||||
|
||||
```log
|
||||
2024-01-17 at 15:49:53 CST [http-nio-8080-exec-875] INFO com.cmcc.cdn.platform.selfservice.controller.pm.PmPipeCallbackController 47 addBpmContents - 蓝鲸配管 管道配置回调报文,request:{"data":[{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"wx.heze.la"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"dcwth.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"www.dcwth.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"fuwu.heze.la"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"www.heze.la"}],"messageId":"pm9470470e01b146fb89aba1bd349f7e69"}
|
||||
|
||||
2024-01-17 at 15:49:53 CST [http-nio-8080-exec-875] INFO com.cmcc.cdn.platform.common.util.log.MonitorJsonLogUtil 110 jsonLogRemote - {"fromServer":"ibs-portal","monitorType":"apiQps","role":"","timeConsuming":41,"method":"/actionpm","guid":0,"businessType":"monitorTime"}
|
||||
|
||||
2024-01-17 at 15:49:53 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.taskprocess.TaskProcessHandleServiceImpl 61 handleEvent2 - start handle type:DOMAIN_B_PIPE, taskid:pm9470470e01b146fb89aba1bd349f7e69_exc
|
||||
|
||||
2024-01-17 at 15:49:53 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.rabbitmq.consumer.PipeCallBackDomainRecordConsumer 86 handleMessageId - [管道化任务回调]--->处理回调域名,messageId:pm9470470e01b146fb89aba1bd349f7e69
|
||||
|
||||
2024-01-17 at 15:49:53 CST [http-nio-8080-exec-846] INFO com.cmcc.cdn.platform.selfservice.controller.pm.PmPipeCallbackController 47 addBpmContents - 蓝鲸配管 管道配置回调报文,request:{"data":[{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"imap.dijadechem.com"}],"messageId":"pma7f865f79e7d4ea8b99543b5374709d0"}
|
||||
|
||||
2024-01-17 at 15:49:53 CST [http-nio-8080-exec-846] INFO com.cmcc.cdn.platform.common.util.log.MonitorJsonLogUtil 110 jsonLogRemote - {"fromServer":"ibs-portal","monitorType":"apiQps","role":"","timeConsuming":40,"method":"/actionpm","guid":0,"businessType":"monitorTime"}
|
||||
|
||||
2024-01-17 at 15:49:53 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.rabbitmq.consumer.PipeCallBackDomainRecordConsumer 127 handleMessageId - [管道化任务回调]--->messageId:pm9470470e01b146fb89aba1bd349f7e69单域名请求的处理
|
||||
|
||||
2024-01-17 at 15:49:53 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.rabbitmq.consumer.PipeCallBackDomainRecordConsumer 149 pipeLineCallback - [管道化任务回调]--->messageId:pm9470470e01b146fb89aba1bd349f7e69,targetName:wx.heze.la,percent:1.0,reqType:SELF_DOMAIN_DELETE
|
||||
|
||||
2024-01-17 at 15:49:53 CST [SimpleAsyncTaskExecutor-40] INFO com.cmcc.cdn.platform.selfservice.trace.DomainTraceLog 39 printDomainTraceLog - 1705506593768|域名删除|144781|wx.heze.la|回调操作|DELETE|orderNum is deleteOrderId,删除域名
|
||||
|
||||
2024-01-17 at 15:49:53 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.PortalInformationTransServiceImpl 46 deleteDomain - domain:wx.heze.la, domainIdCdnSys:YzWGrmLvU_pRsLfz
|
||||
|
||||
2024-01-17 at 15:49:54 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.PortalInformationTransServiceImpl 52 deleteDomain - 域名删除同步信安,domainIdCdnSys:{"delete_domain_info_list":[{"domain_id_cdnsys":"YzWGrmLvU_pRsLfz"}]}
|
||||
|
||||
2024-01-17 at 15:49:54 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 1261 getToken - 【请求信安获取认证接口】从redis获取Authorization成功,Authorization:Bearer 16rhAMLv1KAzwkN5RwKupgfilNC67V
|
||||
|
||||
2024-01-17 at 15:49:54 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 1527 deletedInformationDomainInfo - {"delete_domain_info_list":[{"domain_id_cdnsys":"YzWGrmLvU_pRsLfz"}]}
|
||||
|
||||
2024-01-17 at 15:49:54 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 969 lambda$repeatXinan$0 - 【请求信安接口】同步请求, param:{"delete_domain_info_list":[{"domain_id_cdnsys":"YzWGrmLvU_pRsLfz"}]}
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.common.util.HttpUtil 342 doHttpRequest2 - url:https://117.136.191.90:5151/v1.0/delete_domain_info, method:post, 返回的状态码为:200
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.common.util.HttpUtil 348 doHttpRequest2 - url:https://117.136.191.90:5151/v1.0/delete_domain_info, method:post, 返回的请求体:{"sync_success_num": 1, "code": 0, "chk_fail_dict_l": []}
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.common.util.log.MonitorJsonLogUtil 110 jsonLogRemote - {"fromServer":"ibs-portal","monitorType":"httpQps","role":"","timeConsuming":2254,"method":"https://117.136.191.90:5151/v1.0/delete_domain_info","guid":0,"enterpriseId":"","businessType":"monitorTime"}
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 973 lambda$repeatXinan$0 - 【请求信安接口】param:{"delete_domain_info_list":[{"domain_id_cdnsys":"YzWGrmLvU_pRsLfz"}]}, 返回结果:{resp={"sync_success_num": 1, "code": 0, "chk_fail_dict_l": []}, status=200}
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 1536 deletedInformationDomainInfo - informatiuonTokenResponse:"{\"sync_success_num\": 1, \"code\": 0, \"chk_fail_dict_l\": []}"
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 1538 deletedInformationDomainInfo - informatiuonTokenResponse:{"chk_fail_dict_l":[],"code":0,"sync_success_num":"1"}
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.LogSubscribeServiceImpl 4543 updateLogSubscribe - updateLogSubscribe start,deleteDomain:wx.heze.la enterpriseId:2imlh6oy-8daggd4bfcqyt4mb
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.LogSubscribeServiceImpl 4567 updateLogSubscribe - updateLogSubscribe end...
|
||||
|
||||
2024-01-17 at 15:49:56 CST [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#15-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.DomainDeleteTrancServiceImpl 588 deleteDomainFromIbs - 域名 wx.heze.la 被删除
|
||||
|
||||
```
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
日期: 2024-02-04 10:58
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
xmldq.com、www.xmldq.com、www.dmkjsj.com、dmkjsj.com
|
||||
|
||||
福建的自主配置域名还没删除(这个是客户找过来的)
|
||||
|
||||
辽宁和 黑龙江的也有一大批没删除(这些个不着急)
|
||||
|
||||
# 处理过程
|
||||
|
||||
xmldq.com、www.xmldq.com、www.dmkjsj.com、dmkjsj.com
|
||||
|
||||
pm2f82d93f06a345ce8cd52227b2864e0b
|
||||
|
||||

|
||||
|
||||
# 代码位置
|
||||
|
||||
# 总结
|
||||
|
||||
# 问题日志
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
日期: 2024-02-04 09:58
|
||||
来源: 春良
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||
001-20240202007
|
||||
|
||||
finderqv.video.qq.com.97.cdnhwcqir15.com
|
||||
|
||||
finderbk.video.qq.com.30.cdnhwcqir15.com
|
||||
|
||||
finderks.video.qq.com.03.cdnhwcqir15.com
|
||||
|
||||
findertt.video.qq.com.60.cdnhwcqir15.com
|
||||
|
||||
finderdma.video.qq.com.15.cdnhwcqir15.com
|
||||
|
||||
finderd1p.video.qq.com.07.cdnhwcqir15.com
|
||||
|
||||
finderv1.video.qq.com.11.cdnhwcqir15.com
|
||||
|
||||
finderhy.video.qq.com.20.cdnhwcqir15.com
|
||||
|
||||
finderdsp.video.qq.com.73.cdnhwcqir15.com
|
||||
|
||||
# 处理过程
|
||||
|
||||
# 代码位置
|
||||
|
||||
# 总结
|
||||
|
||||
# 问题日志
|
||||
|
||||
```log
|
||||
2024-02-02 at 19:05:18 CST [http-nio-8080-exec-1088] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 969 lambda$repeatXinan$0 - 【请求信安接口】同步请求, param:{"update_user_info_list":[{"add":"广东省深圳市南山区海天二路33号","id_number":"91440300708461136T","id_type":2,"officer_email":"","officer_employee":"李芳","officer_id_no":"342523198308290023","officer_id_type":2,"officer_mobile":"13632960435","officer_tel":"","prov_id_list":["996"],"unit_name":"深圳市腾讯计算机系统有限公司","unit_nature":4,"user_id_cdn":"QlcOtWFeU"}]}
|
||||
|
||||
{"code": 1009, "chk_fail_dict_l": [{"user_id_cdn": "QlcOtWFeU", "unit_name": "\u6df1\u5733\u5e02\u817e\u8baf\u8ba1\u7b97\u673a\u7cfb\u7edf\u6709\u9650\u516c\u53f8", "code": 43}], "success_num": 0}
|
||||
```
|
||||
|
||||

|
||||
@@ -0,0 +1,103 @@
|
||||
---
|
||||
日期: 2024-02-19 11:22
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
"domain_id_cdnsys" : "etjdNpxqo_csCUYi"
|
||||
|
||||
"name" : "www.wenpaiting.com"
|
||||
|
||||
"unit_name" : " 江苏恒大助业网络科技有限公司 "
|
||||
|
||||
"user_id_cdn" : "etjdNpxqo"
|
||||
|
||||
"sync_time" : "2021-09-07 18:01:59"
|
||||
|
||||
# 处理过程
|
||||
|
||||

|
||||
|
||||
nBUFoj9tWyvoKXuQ
|
||||
|
||||
库中不存在
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 代码位置
|
||||
|
||||
```sql
|
||||
select id
|
||||
from work_order
|
||||
where code = 'nBUFoj9tWyvoKXuQ';
|
||||
|
||||
select is_adapt
|
||||
from work_order_cache_domain
|
||||
where work_order_id = '290049';
|
||||
|
||||
select *
|
||||
from work_order_machine_persist
|
||||
where machine_id = 'nBUFoj9tWyvoKXuQ';
|
||||
|
||||
-- 5513
|
||||
|
||||
select *
|
||||
from work_order_machine_persist_process
|
||||
where machine_persist_id = 5513;
|
||||
|
||||
'24263',
|
||||
'24264',
|
||||
'24366',
|
||||
'28321'
|
||||
|
||||
|
||||
select *
|
||||
from work_order_machine_process
|
||||
where id in ('24263',
|
||||
'24264',
|
||||
'24366',
|
||||
'28321');
|
||||
|
||||
28321,ICP_CHECK,ICP_CHECKING,2022-03-03 07:30:33,1125
|
||||
```
|
||||
|
||||
/workorder/approve
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.controller.NewWorkOrderController#approve
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.order.WorkOrderServiceImpl#approve
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.CacheDomainWorkOrderServiceImpl#detail
|
||||
|
||||
```java
|
||||
actions = WorkOrderActionAdapter.obtainActions(MachineName.CACHE_DOMAIN_CONFIG, state, p).stream().distinct().collect(Collectors.toList());
|
||||
```
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.statemachine.WorkOrderAdaptAction#obtainActions
|
||||
|
||||
领导好!
|
||||
|
||||
接客响问题域名 www.wenpaiting.com 在信安系统存在,但 IBS 平台未配置。经排查 2021-09-07 有一个在途 cache+ 域名配置工单(nBUFoj9tWyvoKXuQ)。运营人员已与客户沟通无需引入,需申请执行 SQL 语句进行后台关单,并同步信安删除。
|
||||
|
||||
SQL:
|
||||
|
||||
UPDATE work_order
|
||||
SET approving_mobile = NULL,
|
||||
dealer = NULL,
|
||||
status = 'finished'
|
||||
WHERE code = 'nBUFoj9tWyvoKXuQ';
|
||||
|
||||

|
||||
|
||||
# 总结
|
||||
|
||||
@叉个腰 露脸 辛苦帮忙看下 nBUFoj9tWyvoKXuQ 这个工单客户是不需要了吗?创单时间:2021-09-07T18:02:56 未完结。江苏|张智杰: 提交。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 问题日志
|
||||
@@ -0,0 +1,368 @@
|
||||
---
|
||||
日期: 2024-02-19 09:54
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
青岛网信信息科技有限公司 商机与试用订单号:NO.210A240109431808001 客户有上传信安表,但是再域名管理没有信安的信息
|
||||
|
||||

|
||||
|
||||
客户又提供了 4 个
|
||||
|
||||
'csig-1251540733-sh-chinamobile.i0i0.cn',
|
||||
|
||||
'emcd-oss.eastmoney.com',
|
||||
|
||||
'wwdl.shyp.gov.cn',
|
||||
|
||||
'ds2.ppos.com' (存在信安信息,无需处理)
|
||||
|
||||
# 处理过程
|
||||
|
||||
## 信安表无记录
|
||||
|
||||

|
||||
|
||||
## 工单验收反馈时间
|
||||
|
||||
2024-01-15 10:25:51
|
||||
|
||||
## 问题日志
|
||||
|
||||

|
||||
|
||||
## 文件服务器
|
||||
|
||||
```
|
||||
fileDownloadDirectory: "/outgoing/CDN"
|
||||
address: "117.128.1.126"
|
||||
port: "10042"
|
||||
sftpUsername: "sftpcdnp"
|
||||
sftpPassword: "Sftp_Cdnp2!"
|
||||
```
|
||||
|
||||
拉取 BBOSS 的试用单信安附件,工单类型为:2,域名为:==vodtest.manlaxy.com==, 信安附件名为:210A240109431808001_50004010083_20240111104206.xlsx
|
||||
|
||||
bss 服务器
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 问题 1 域名
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
"add_user_info_list": [
|
||||
|
||||
{
|
||||
|
||||
"add": "北京市朝阳区东风镇东枫德必 c 栋 1 层 c1",
|
||||
|
||||
"domain_info": [
|
||||
|
||||
{
|
||||
|
||||
"distribute_prov": [
|
||||
|
||||
"551",
|
||||
|
||||
"100",
|
||||
|
||||
"591",
|
||||
|
||||
"931",
|
||||
|
||||
"200",
|
||||
|
||||
"771",
|
||||
|
||||
"851",
|
||||
|
||||
"898",
|
||||
|
||||
"311",
|
||||
|
||||
"371",
|
||||
|
||||
"451",
|
||||
|
||||
"270",
|
||||
|
||||
"731",
|
||||
|
||||
"431",
|
||||
|
||||
"250",
|
||||
|
||||
"791",
|
||||
|
||||
"240",
|
||||
|
||||
"471",
|
||||
|
||||
"951",
|
||||
|
||||
"971",
|
||||
|
||||
"531",
|
||||
|
||||
"351",
|
||||
|
||||
"290",
|
||||
|
||||
"210",
|
||||
|
||||
"280",
|
||||
|
||||
"220",
|
||||
|
||||
"891",
|
||||
|
||||
"991",
|
||||
|
||||
"871",
|
||||
|
||||
"571",
|
||||
|
||||
"230"
|
||||
|
||||
],
|
||||
|
||||
"domain": "vodtest.manlaxy.com",
|
||||
|
||||
"domain_id_cdnsys": "jERiixMeU_sxtYZt",
|
||||
|
||||
"introduce_prov": "210",
|
||||
|
||||
"reg_id": "冀ICP备2022004811号-3",
|
||||
|
||||
"source_list": [
|
||||
|
||||
"origin.s.manlaxy.com"
|
||||
|
||||
],
|
||||
|
||||
"top_domain": "com",
|
||||
|
||||
"user_id_cdn": "jERiixMeU"
|
||||
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
"id_number": "91131001MA0ELE1768",
|
||||
|
||||
"id_type": 1,
|
||||
|
||||
"officer_email": "",
|
||||
|
||||
"officer_employee": "刘洋",
|
||||
|
||||
"officer_id_no": "210404198209082434",
|
||||
|
||||
"officer_id_type": 2,
|
||||
|
||||
"officer_mobile": "18910285873",
|
||||
|
||||
"officer_tel": "",
|
||||
|
||||
"prov_id_list": [
|
||||
|
||||
"210"
|
||||
|
||||
],
|
||||
|
||||
"unit_name": "廊坊数云科技有限公司",
|
||||
|
||||
"unit_nature": 4,
|
||||
|
||||
"user_id_cdn": "jERiixMeU"
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
## 剩余 3 个问题域名
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 域名 1
|
||||
|
||||
csig-1251540733-sh-chinamobile.i0i0.cn 210A231110335750001(2023-11-10 14:11:03) 2023-11-14 14:51:44
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 域名 2
|
||||
|
||||
emcd-oss.eastmoney.com 210A230918253262001(2023-09-20 10:17:04) 2023-10-12 14:54:11
|
||||
|
||||

|
||||
|
||||
个数不符合
|
||||
|
||||
### 域名 3
|
||||
|
||||
wwdl.shyp.gov.cn 210A230629137521001(2023-07-06 14:29:53) 2023-07-14 09:52:19
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl#sendUnitInformation
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
```json
|
||||
/v1.0/add_user_info
|
||||
|
||||
{
|
||||
"add_user_info_list":[
|
||||
{
|
||||
"add":"上海市杨浦区惠民路800号3号楼3楼",
|
||||
"deleted":false,
|
||||
"domain_info":[
|
||||
{
|
||||
"deleted":false,
|
||||
"distribute_prov":[
|
||||
"210",
|
||||
"571",
|
||||
"791",
|
||||
"471",
|
||||
"280",
|
||||
"531",
|
||||
"371",
|
||||
"731",
|
||||
"250",
|
||||
"100",
|
||||
"551",
|
||||
"220",
|
||||
"230",
|
||||
"311",
|
||||
"351",
|
||||
"240",
|
||||
"431",
|
||||
"451",
|
||||
"591",
|
||||
"270",
|
||||
"200",
|
||||
"771",
|
||||
"898",
|
||||
"851",
|
||||
"871",
|
||||
"891",
|
||||
"290",
|
||||
"931",
|
||||
"971",
|
||||
"951",
|
||||
"991"
|
||||
],
|
||||
"domain":"wwdl.shyp.gov.cn",
|
||||
"domain_id_cdnsys":"BwvSOSCAf_kvSbDK",
|
||||
"reg_id":"沪ICP备2021037482号-1",
|
||||
"source_list":[
|
||||
"180.163.105.202"
|
||||
],
|
||||
"top_domain":"gov.cn",
|
||||
"user_id_cdn":"BwvSOSCAf"
|
||||
}
|
||||
],
|
||||
"id_number":"12310110358919986H",
|
||||
"id_type":4,
|
||||
"officer_email":"kongruifeng@shyp.gov.cn",
|
||||
"officer_employee":"孔锐锋",
|
||||
"officer_id_no":"342425199111280114",
|
||||
"officer_id_type":2,
|
||||
"officer_mobile":"13918020681",
|
||||
"officer_tel":"021-25032474",
|
||||
"prov_id_list":[
|
||||
"210"
|
||||
],
|
||||
"unit_name":"上海市杨浦区大数据中心\n(上海市杨浦区行政服务事务中心)",
|
||||
"unit_nature":3,
|
||||
"user_id_cdn":"BwvSOSCAf",
|
||||
"zip_code":200082
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl#createInformationWorkOrder
|
||||
|
||||
# 代码位置
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl#testOrTestChangeSecurityHandle
|
||||
|
||||
# 总结
|
||||
|
||||
210A240109431808001 工单下域名 vodtest.manlaxy.com 在 2024-01-15 10:25 进行验收。因信安信息下载失败导致未存储同步信安信息。
|
||||
|
||||
目前生产 6.17.0 版本已变更附件拉取方式。
|
||||
|
||||
需让运营经理进行信安补录。
|
||||
|
||||
数组越界:因第一次同步企业信息异常,存在残留数据,所以补录工单提交失败。需后台处理直接同步企业和域名全量数据。已完成。
|
||||
|
||||
# 问题日志
|
||||
|
||||
```log
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 508 syncXianAndSendEmail - 信安同步信息
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 4811 syncXinAn - 点播域名验收反馈之后,开始同步域名信安,验收反馈回调报文的唯一标识code为:210A240109431808001
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [http-nio-8080-exec-16] INFO com.cmcc.cdn.platform.selfservice.annotation.log.LogRecordAop 45 logRecordAround - code 210A240109431808001 执行类和方法:com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl uniCastCallBackProcess, cost:102
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 4821 syncXinAn - BPM验收反馈回调报文中有配置信息且验收通过,开始同步域名信安,回调报文的唯一标识code为:210A240109431808001
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.DomainICPServiceImpl 91 getDomainIcp - getDomainIcp() -> 信安备案号查询,param:["vodtest.manlaxy.com"]
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 110 getDomainsIcp - getDomainsICP() -> param:["vodtest.manlaxy.com"]
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 98 lambda$static$0 - ICP_QUERY_URL-http://117.136.191.91:7790/CDNISMS/QueryBeian?dns=被移除, 原因:EXPIRED
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 293 postRequest - 获取信安备案号信息参数, url: http://117.136.191.91:7790/CDNISMS/QueryBeian?dns=, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true], requestParamMap: ["vodtest.manlaxy.com"]
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [http-nio-8080-exec-16] INFO com.cmcc.cdn.platform.api.service.impl.ProductTrialServiceImpl 624 getProductAndConfigedDomains - ----result is: [{"domains":[{"areas":["210","571","791","471","280","531","371","731","250","100","551","220","230","311","351","240","431","451","591","270","200","771","898","851","871","891","290","931","971","951","991"],"domain":"vodtest.manlaxy.com"}],"productId":"2","state":3}]----
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 296 postRequest - 获取信安备案号信息参数, url: http://117.136.191.91:7790/CDNISMS/QueryBeian?dns=, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true], requestParamMap: ["vodtest.manlaxy.com"], result:{"vodtest.manlaxy.com":"true_冀ICP备2022004811号-3"}
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 4856 syncXinAn - 点播域名vodtest.manlaxy.com同步信安, 业务工单类型为:PREORDER,同步方法为:testOrTestChangeSecurityHandle
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [http-nio-8080-exec-16] INFO com.cmcc.cdn.platform.selfservice.pojo.bboss.BbossOrderInteractiveInfoVO 114 calculateSign - sign originalString:7iUu9U1NYYaccessToken202402031000037116c656dafb43b8ac739c94d57dbef4-0330-1704333603busTypeBBSScontent{"BackFlag":"0","CDNContact":"周琦慧","CDNNumber":"13816940195","EndTime":"20240214","OrderNum":"210A240109431808001","Reason":"2","StartTime":"20240115"}domainBBSSenvFlag1routeType00routeValue998sessionIDc336737ed97640edbc6724c7625b78signMethodmd5timeStamp20240115102522transIDOc336737ed97640edbc6724c7625b78version1.0.07iUu9U1NYY
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [http-nio-8080-exec-11] INFO com.cmcc.cdn.platform.selfservice.annotation.InterFaceResponseMonitorAOP 54 around - 执行 com.cmcc.cdn.platform.api.controller.StatisticAPIControllor.getRequest 耗时为:0s
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 5313 testOrTestChangeSecurityHandle - 域名:vodtest.manlaxy.com,未在试用单或试用变更单中修改信安,需从试用单或试用变更单的信安表附件中拉取,试用单或试用变更单工单号为:210A240109431808001
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 5338 testOrTestChangeSecurityHandle - 拉取BBOSS的试用单信安附件,工单类型为:2,域名为:vodtest.manlaxy.com, 信安附件名为:210A240109431808001_50004010083_20240111104206.xlsx
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.HttpFileServiceImpl 247 exportAndSaveFileContent - 参数fileName:210A240109431808001_50004010083_20240111104206.xlsx,orderNum:210A240109431808001,orderType:2
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [http-nio-8080-exec-16] INFO com.cmcc.cdn.platform.selfservice.pojo.bboss.BbossOrderInteractiveInfoVO 116 calculateSign - sign :49E2FCA4F0FDE6FC34592D84D4096DAE
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [http-nio-8080-exec-16] INFO com.cmcc.cdn.platform.selfservice.service.impl.BBossAndDssInteractiveServiceImpl 360 feedBackPreAndTestOrder - feedback test order handle resquest {"accessToken":"202402031000037116c656dafb43b8ac739c94d57dbef4-0330-1704333603","busType":"BBSS","content":{"BackFlag":"0","CDNContact":"周琦慧","CDNNumber":"13816940195","EndTime":"20240214","OrderNum":"210A240109431808001","Reason":"2","StartTime":"20240115"},"domain":"BBSS","envFlag":"1","routeType":"00","routeValue":"998","sessionID":"c336737ed97640edbc6724c7625b78","sign":"49E2FCA4F0FDE6FC34592D84D4096DAE","signMethod":"md5","timeStamp":"20240115102522","transIDO":"c336737ed97640edbc6724c7625b78","version":"1.0.0"}
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.impl.HttpFileServiceImpl 986 downloadBbossFile - 请求地址,url:https://bss.cmcdn.cdn.10086.cn/bbossupload/210A240109431808001_50004010083_20240111104206.xlsx
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.common.util.HttpUtil 553 getResponse - getResponse(), url:https://bss.cmcdn.cdn.10086.cn/bbossupload/210A240109431808001_50004010083_20240111104206.xlsx
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] INFO com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 5348 testOrTestChangeSecurityHandle - 域名:vodtest.manlaxy.com,信安信息下载失败,请通过重新上传信安附件或进行信安信息补录
|
||||
|
||||
2024-01-15 02:25:22 [ibs-portal:sh-ibs01.shlg.cmcdn.net:8080,,,,] [ibs-task-thread-1] ERROR com.cmcc.cdn.platform.selfservice.service.bpm.impl.BpmManageServiceImpl 4876 syncXinAn - 点播域名:vodtest.manlaxy.com同步信安失败:信安信息下载失败,请通过重新上传信安附件或进行信安信息补录,异常信息具体为:com.cmcc.cdn.platform.common.exceptions.PlatformException: 信安信息下载失败,请通过重新上传信安附件或进行信安信息补录
|
||||
```
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
日期: 2024-02-20 14:02
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
h.sdtszx.com
|
||||
|
||||
"domain_id_cdnsys" : "QZemCfnYt_146540"
|
||||
|
||||
山东省泰山中学
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
# 代码位置
|
||||
|
||||
# 总结
|
||||
|
||||
@叉个腰 露脸 哈喽,因信安侧登记信息异常,域名信安信息删除失败,是否可以帮忙确认下正确的信息。
|
||||
|
||||
域名归属公司:中国移动通信集团山东有限公司临沂分公司
|
||||
|
||||
删除工单申请人:山东运营经理 1|19853118295
|
||||
|
||||
需确认域名 h.sdtszx.com 对应负责人孙春英的身份证号。
|
||||
|
||||

|
||||
|
||||
# 问题日志
|
||||
@@ -0,0 +1,73 @@
|
||||
---
|
||||
日期: 2024-02-20 14:49
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
## 第一批
|
||||
|
||||
自主配置域名还在删除中,这是客户反馈过来的
|
||||
|
||||
yanghuasuan.cn
|
||||
|
||||
www.yanghuasuan.cn
|
||||
|
||||
www.fzhyxy.com
|
||||
|
||||
www.fyjxm.com
|
||||
|
||||
fzhyxy.com
|
||||
|
||||
fyjxm.com
|
||||
|
||||
## 第二批
|
||||
|
||||
还有 2 月 19 号山东公司的几十个 一块处理下吧(已处理 9 个)
|
||||
|
||||
# 处理过程
|
||||
|
||||
## 第一批
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
```sql
|
||||
select *
|
||||
from work_order
|
||||
where corp_name like '%山东%'
|
||||
and type = 'DOMAIN_DELETE'
|
||||
and status = 'config'
|
||||
order by id desc;
|
||||
```
|
||||
|
||||
```log
|
||||
|
||||
2024-02-19 at 11:09:44 CST [http-nio-8080-exec-110808] INFO com.cmcc.cdn.platform.selfservice.controller.pm.PmPipeCallbackController 47 addBpmContents - 蓝鲸配管 管道配置回调报文,request:{"data":[{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"imap.kinflare.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"dy.fzsdzk.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pacswx.sdhtfby.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"ngjios.laodao.so"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"wsbm.lnjsxy.cn"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pop.luyang.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pop.bohi.net.cn"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pyxrmyy.cn"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"mail.sunsine.com"}],"messageId":"==pm76bcaae1a7e74161b6862d85c6b062e9=="}
|
||||
```
|
||||
|
||||
## 第二批
|
||||
|
||||
```sql
|
||||
pm76bcaae1a7e74161b6862d85c6b062e9
|
||||
select *
|
||||
from pipe_config_entity
|
||||
where target_name in ('mail.sunsine.com',
|
||||
'pyxrmyy.cn',
|
||||
'dy.fzsdzk.com',
|
||||
'ngjios.laodao.so',
|
||||
'wsbm.lnjsxy.cn',
|
||||
'pacswx.sdhtfby.com',
|
||||
'pop.bohi.net.cn',
|
||||
'pop.luyang.com',
|
||||
'imap.kinflare.com');
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
0222- 山东、河南、浙江 21 号自主配置域名工单一同处理。
|
||||
@@ -0,0 +1,101 @@
|
||||
---
|
||||
日期: 2024-02-22 09:56
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
```sql
|
||||
select code,corp_name,create_time,creator_info,details,type
|
||||
from work_order
|
||||
where corp_name like '%河南%'
|
||||
and type = 'DOMAIN_DELETE'
|
||||
and status = 'config'
|
||||
and details like '%自助%'
|
||||
and create_time >= '2024-02-21 00:00:00'
|
||||
and create_time <= '2024-02-21 23:59:59';
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### SQL
|
||||
|
||||
```sql
|
||||
-- 河南、浙江
|
||||
|
||||
SELECT code AS '工单号',
|
||||
corp_name AS '公司名称',
|
||||
create_time AS '创建时间',
|
||||
REPLACE(details, '自助配置域名: ', '') AS '域名信息'
|
||||
FROM work_order
|
||||
WHERE (corp_name LIKE '%河南%' OR corp_name LIKE '%浙江%')
|
||||
AND type = 'DOMAIN_DELETE'
|
||||
AND status = 'config'
|
||||
AND details LIKE '%自助%'
|
||||
AND create_time >= '2024-02-21 00:00:00'
|
||||
AND create_time <= '2024-02-21 23:59:59';
|
||||
|
||||
-- 山东
|
||||
|
||||
SELECT code AS '工单号',
|
||||
corp_name AS '公司名称',
|
||||
create_time AS '创建时间',
|
||||
REPLACE(details, '自助配置域名: ', '') AS '域名信息'
|
||||
FROM work_order
|
||||
WHERE (corp_name LIKE '%山东%')
|
||||
AND type = 'DOMAIN_DELETE'
|
||||
AND status = 'config'
|
||||
AND details LIKE '%自助%'
|
||||
AND create_time >= '2024-02-19 00:00:00'
|
||||
AND create_time <= '2024-02-19 23:59:59';
|
||||
```
|
||||
|
||||
### 删除流程
|
||||
|
||||
/configManage/domainOperate
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.ConfigManageServiceImpl#domainOperateNotCP
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.ConfigManageServiceImpl#operateDomain
|
||||
|
||||

|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.DeleteDomainServiceImpl#createDomainDeleteOrder
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.DomainDeleteTrancServiceImpl#autoDecision
|
||||
|
||||

|
||||
|
||||
com.cmcc.cdn.platform.selfservice.domainobject.domainconfig.DomainTicketDeleteCallbackState#delete
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.service.impl.itcm.DnsDomainServiceImpl#deleteDnsConfigBeforeDomain
|
||||
|
||||

|
||||
|
||||
## 引申问题
|
||||
|
||||
pmea4a1566204a44bc93be71863b53c507
|
||||
|
||||
pm1ea11e0de6fb4aa084ad288b33c8a568
|
||||
|
||||
李哥上午 10:22 左右,我们处理了一批域名。现在还剩这两个任务。有时间了帮忙看看。
|
||||
|
||||
pmea4a1566204a44bc93be71863b53c507, pm1ea11e0de6fb4aa084ad288b33c8a568
|
||||
|
||||
这俩个任务下发有一个节点组不存在主机
|
||||
|
||||
这个我操作不了啊,广西 - 网页加速组这个组
|
||||
|
||||
# 总结
|
||||
|
||||
拿到问题后因看到的日志比较少,第一时间去演练环境复现,第一次复现和线上不相符。通过观察日志和流程复现发现演练环境和生产环境的调度响应不一致。导致去向了不通的分支。后边春良找调度同事处理。回调生成话单任务。关注报文走向和环境配置。
|
||||
|
||||
2024 年 2 月 23 日结束
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
日期: 2024-02-23 15:12
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
华为编号:001-20240223003
|
||||
|
||||
冲突域名的备案提交还是不成功
|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||

|
||||
|
||||
# 总结
|
||||
|
||||

|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
日期: 2024-02-23 15:13
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
kx8T3D0LC1PEM4aT
|
||||
|
||||
BZQXYBax2XsniL77
|
||||
|
||||
9qRfSBhjr9GHWD09
|
||||
|
||||
KgJ4MtAODd11sX4t
|
||||
|
||||
7OjkcynPjqo79Qhr
|
||||
|
||||
MkKCuQiee42FxWei
|
||||
|
||||
自助配置域名: www.zgmdy.vip
|
||||
|
||||
自助配置域名: www.eokedu.com
|
||||
|
||||
自助配置域名: m.eokedu.com
|
||||
|
||||
自助配置域名: bd.eokedu.com
|
||||
|
||||
自助配置域名: pop.shengkangfood.com
|
||||
|
||||
# 处理过程
|
||||
|
||||
调度系统回调接口
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.controller.itcm.PortalDnsController#dnsCallBack
|
||||
|
||||

|
||||
|
||||
```
|
||||
2024-02-22 at 08:38:38 CST [http-nio-8080-exec-5760] INFO com.cmcc.cdn.platform.selfservice.controller.itcm.PortalDnsController 39 dnsCallBack - 收到调度系统回调, data:{"configIds":[193181,193182],"msg":"调度管道化下发失败","operate":"DELETE","success":false}
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
联系春良协调调度
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
日期: 2024-02-23 15:23
|
||||
来源: 测试
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
查询试商用 SQL
|
||||
|
||||
```sql
|
||||
select ei.*
|
||||
from enterprise_info ei
|
||||
left join ep_product_chargemode epc on ei.enterprise_id = epc.enterprise_id
|
||||
left join self_service_domain_config ssdc on ssdc.tenant_id = epc.enterprise_id
|
||||
where epc.product_state in (3,6)
|
||||
and ssdc.product = epc.product_id
|
||||
and ei.source = 'BSS'
|
||||
group by ei.enterprise_id;
|
||||
```
|
||||
|
||||
看逻辑是这三种状态:
|
||||
|
||||
PROBATION(3, " 试用中 ", ProductCheckEnum.OPEN.name()),
|
||||
|
||||
TRAILFINISHNOTSTOPSERVICE(6, " 试用结束 (未停服)", ProductCheckEnum.CLOSE.name()),
|
||||
|
||||
BSSOPEN(4, " 已开通 ", ProductCheckEnum.OPEN.name()),
|
||||
|
||||
# 总结
|
||||
|
||||

|
||||
@@ -0,0 +1,52 @@
|
||||
---
|
||||
日期: 2024-02-27 09:23
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
```sql
|
||||
SELECT code AS '工单号',
|
||||
corp_name AS '公司名称',
|
||||
create_time AS '创建时间',
|
||||
REPLACE(details, '自助配置域名: ', '') AS '域名信息'
|
||||
FROM work_order
|
||||
WHERE (corp_name LIKE '%广西%')
|
||||
AND type = 'DOMAIN_DELETE'
|
||||
AND status = 'config'
|
||||
AND details LIKE '%自助%'
|
||||
AND create_time >= '2024-02-22 00:00:00'
|
||||
AND create_time <= '2024-02-22 23:59:59';
|
||||
|
||||
2024-02-22 11:22:02,pm309930a8ff364a13aec35e49a18860ef
|
||||
2024-02-22 11:33:03,pm499608ca0e194367b4a88ff4382d3432
|
||||
2024-02-22 11:33:01,pm5bc78d3dda0b4a24ac1c92ed2ab96e42
|
||||
2024-02-22 11:22:01,pm6433faece08346a39f1853176e0e3017
|
||||
2024-02-22 11:11:00,pm86b0ac034feb49d8a0c9d1bf16b01f06
|
||||
2024-02-23 02:22:21,pmae7ec29a006c49efa6a06416178f670b
|
||||
2024-02-22 10:55:01,pmc1ef7646274b46e8aa4f6e7da87c01e5
|
||||
```
|
||||
|
||||

|
||||
|
||||
```
|
||||
需要手动回调
|
||||
pm309930a8ff364a13aec35e49a18860ef
|
||||
pm5bc78d3dda0b4a24ac1c92ed2ab96e42
|
||||
pm86b0ac034feb49d8a0c9d1bf16b01f06
|
||||
pmae7ec29a006c49efa6a06416178f670b
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 总结
|
||||
|
||||
存在不存在的节点组,然后回调还是存在并发请求 token 异常。
|
||||
@@ -0,0 +1,107 @@
|
||||
---
|
||||
日期: 2024-02-28 11:35
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
客户编码 220A2201104006
|
||||
|
||||
试用工单 220A240125103358001(2024-01-26 09:17:53)
|
||||
|
||||
sptest.tj.jcy.gov.cn
|
||||
|
||||
sptest.tj.jcy.gov.cn.84.cdnhwcqir15.com (未引入)
|
||||
|
||||
试用变更工单 220A240126103665001(2024-01-26 19:03:04)
|
||||
|
||||
2024-01-30 14:56:13
|
||||
|
||||
sptest.tj.jcy.gov.cn.84.cdnhwcqir15.com (引入时间)
|
||||
|
||||
业务开通单 220A240223105676001(2024-02-23 18:17:09)
|
||||
|
||||
信安库刷新时间
|
||||
|
||||
刚排查了一下,目前试用冲突域名后,再转商时,会用假域名上传信安,这块逻辑有点问题,我们后续修复下。
|
||||
|
||||
我们稍后从后台把信安系统里这个有问题的域名删掉
|
||||
|
||||
```
|
||||
使用变更单同步日志:
|
||||
|
||||
2024-01-30 at 14:56:13 CST [ibs-task-thread-2] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 973 lambda$repeatXinan$0 - 【请求信安接口】param:
|
||||
{"add_domain_info_list":[{"distribute_prov":["210","571","791","471","280","531","371","731","250","100","551","220","230","311","351","240","431","451","591","270","200","771","898","851","871","891","290","931","971","951","991"],"domain":"sptest.tj.jcy.gov.cn","domain_id_cdnsys":"VFZKhiIyQ_wbhkrW","introduce_prov":"220","reg_id":"京ICP备10217144号-1","source_list":["test.eos-tianjin-1-internal.cmecloud.cn"],"top_domain":"gov.cn","user_id_cdn":"VFZKhiIyQ"}]}
|
||||
, 返回结果:{resp={"sync_success_num": 1, "code": 0, "chk_fail_dict_l": []}, status=200}
|
||||
|
||||
数据修复请求:
|
||||
|
||||
/v1.0/update_domain_info
|
||||
|
||||
{
|
||||
"update_domain_info_list": [
|
||||
{
|
||||
"distribute_prov": [
|
||||
"210",
|
||||
"571",
|
||||
"791",
|
||||
"471",
|
||||
"280",
|
||||
"531",
|
||||
"371",
|
||||
"731",
|
||||
"250",
|
||||
"100",
|
||||
"551",
|
||||
"220",
|
||||
"230",
|
||||
"311",
|
||||
"351",
|
||||
"240",
|
||||
"431",
|
||||
"451",
|
||||
"591",
|
||||
"270",
|
||||
"200",
|
||||
"771",
|
||||
"898",
|
||||
"851",
|
||||
"871",
|
||||
"891",
|
||||
"290",
|
||||
"931",
|
||||
"971",
|
||||
"951",
|
||||
"991"
|
||||
],
|
||||
"domain": "sptest.tj.jcy.gov.cn.84.cdnhwcqir15.com",
|
||||
"domain_id_cdnsys": "VFZKhiIyQ_wbhkrW",
|
||||
"introduce_prov": "220",
|
||||
"reg_id": "京ICP备10217144号-1",
|
||||
"source_list": [
|
||||
"test.eos-tianjin-1-internal.cmecloud.cn"
|
||||
],
|
||||
"top_domain": "gov.cn",
|
||||
"user_id_cdn": "VFZKhiIyQ",
|
||||
"cp_domain": "sptest.tj.jcy.gov.cn"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
2024-02-28 at 14:24:41 CST [http-nio-8080-exec-174138] INFO com.cmcc.cdn.platform.selfservice.service.impl.BigCloudBasicInfoServiceImpl 973 lambda$repeatXinan$0 - 【请求信安接口】param:{"update_domain_info_list":[{"distribute_prov":["210","571","791","471","280","531","371","731","250","100","551","220","230","311","351","240","431","451","591","270","200","771","898","851","871","891","290","931","971","951","991"],"domain":"sptest.tj.jcy.gov.cn","domain_id_cdnsys":"VFZKhiIyQ_wbhkrW","introduce_prov":"220","reg_id":"京ICP备10217144号-1","source_list":["test.eos-tianjin-1-internal.cmecloud.cn"],"top_domain":"gov.cn","user_id_cdn":"VFZKhiIyQ"}]}, 返回结果:{resp={"sync_success_num": 1, "code": 0, "chk_fail_dict_l": []}, status=200}
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
Reference in New Issue
Block a user