Commit 933a9fb9 933a9fb9024b63433539821b40461a205dae66b8 by cnb.bofCdSsphPA

Preserve proof that the detached FMA guard is now staying alive longer

Constraint: We need evidence that the new guard launcher solved the earlier drop behavior before trusting it for the rest of the transfer.
Rejected: Assuming success from one or two polls alone | A longer runtime and multiple cycles provide stronger evidence.
Confidence: high
Scope-risk: narrow
Directive: Keep verifying guard liveness alongside archive progress until readiness opens and the pipeline can switch phases.
Tested: Checked the detached guard's pid/runtime, confirmed three logged polling cycles, re-ran archive inspect, and confirmed the readiness gate is still blocked only by incomplete bytes.
Not-tested: Extraction and real-data smoke remain pending until the archive reaches full size.
1 parent d206f2c9
......@@ -2,6 +2,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -1043,6 +1071,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -1294,6 +1350,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -1555,6 +1639,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -1806,6 +1918,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -2055,6 +2195,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -2302,6 +2470,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......@@ -2554,6 +2750,34 @@
## 2026-06-02
### Stage: 真实 FMA 守护稳定性续验
完成项:
- 复检新守护进程 pid 与运行时长
- 复检守护日志是否已跨更多轮持续输出
- 再次执行后处理就绪检查,确认是否仍被未完成归档阻塞
验证结果:
- 守护进程持续存活:
- `pid=52277`
- `PPID=1`
- 运行时长 `01:29`
- 守护日志已连续输出至少 3 轮:
- `cycle=1`, `55.8297%`
- `cycle=2`, `57.0573%`
- `cycle=3`, `58.5098%`
- `/usr/local/miniconda3/bin/python scripts/prepare_fma_archive.py inspect` 返回:
- `archive_size=4612112384`
- `archive_progress_percent=60.0567`
- `/usr/local/miniconda3/bin/python scripts/fma_postdownload_ready.py` 返回:
- `status=blocked`
- `reason=archive_not_complete`
- `progress_percent=60.0582`
结论:
- 新的守护启动方式已表现出明显更好的长期稳定性
- 当前唯一阻塞继续保持为:FMA 归档尚未完整下载
### Stage: 真实 FMA 后台守护方式稳定化
完成项:
......