Files
notes/work/移动杭研/问题处理/2023-03/0308-cache+自助删除下发调度流程及调度解释.md
2026-03-01 01:43:46 +08:00

40 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 域名下发失败
![](../../../../attachment/images-uuid/5d9d79e77b5b4c34bd3489dfecbf6ce5.png)
www.hndzkc.com
![](../../../../attachment/images-uuid/6957a28d15184a38b5ea01d1feae6e09.png)
com.cmcc.cdn.platform.selfservice.domainobject.domainconfig.DomainTicketDeleteCallbackState#delete
流程:
![](../../../../attachment/images-uuid/a0da46b92ddd4f93ae8807183d0d5677.png)
分流
![](../../../../attachment/images-uuid/8395c4da804548b09dfdc88d83122cf4.png)
![](../../../../attachment/images-uuid/1f31af6a50054720b9d52da8ab1f35bc.png)
com.cmcc.cdn.platform.selfservice.service.impl.itcm.DnsDomainServiceImpl#deleteDnsConfigBeforeDomain
日志
![](../../../../attachment/images-uuid/6966f2c0437648578ec698168091add9.png)
# 关于请教调度问题
目前 ibs 和调度是深度结合的,调度有问题找我,或者找日志排查。当然首先得先确定 ibs 在调度的哪一步失败了。
代码里搜 schedule 都是,什么 dnsSchedulehttpSchedulefirstlevelSchedule
![](../../../../attachment/images-uuid/859d3ae9859049999853d451f6a1882a.png)
这个 itcmService 在另一个模块上,通过 http 请求的方式调用的,代码并不在 portal 程序里
集中调度的代码在 portal 程序里,平面调度代码从 portal 剥离出来了
这个调 itcmService,下发失败找 itcm(凯炜)。然后再找 omc,omc 再找调度底层。