Skip to content

Commit f1b6b47

Browse files
committed
fix: description
1 parent 77f69e8 commit f1b6b47

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

blog/RCA/2025-12-12_1.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: 2025/12/12 TREM Lite 偵測重複觸發問題
2+
title: "[RCA] 12/12 TREM 檢知重複觸發問題"
3+
description: "2025/12/12 04:24:28 UTC+8 地震後,TREM Lite 出現檢知重複觸發的問題,原因為 upstream 資料不一致污染 cache,導致系統異常。"
34
authors: [yuyu1015]
45
tags: [yuyu1015, rca]
56
---
@@ -16,7 +17,7 @@ import StatusBadge from "@site/src/components/StatusBadge";
1617

1718
- **發生時間:** 2025/12/12 04:24:28 UTC+8
1819
- **觸發條件:** 地震後
19-
- **問題描述:** TREM Lite 出現偵測重複觸發的問題
20+
- **問題描述:** TREM Lite 出現檢知重複觸發的問題
2021
- **根本原因:** upstream 資料不一致污染 cache,導致系統異常
2122

2223
<div
@@ -68,7 +69,7 @@ upstream core_servers {
6869
- 使用一致性雜湊(`hash $remote_addr consistent;`)時,請求可能被分配到不同的 upstream
6970
- 當系統從不同的 upstream 取得資料時,會將不一致的資料寫入 cache
7071
- 後續請求讀取到被污染的 cache 資料,導致資料狀態混亂
71-
- 進而引發 TREM Lite 偵測重複觸發的問題
72+
- 進而引發 TREM Lite 檢知重複觸發的問題
7273

7374
## 解決方案
7475

blog/RCA/2025-12-13_1.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: 2025/12/13 TREM Lite 地震報告重複推送問題
2+
title: "[RCA] 12/13 TREM 地震報告重複推送問題"
3+
description: "2025/12/13 03:33 UTC+8 維護過程中,TREM Lite 出現地震報告重複推送的問題,原因為快取鍵設定不當,導致不同參數的請求共用相同的快取結果。"
34
authors: [yuyu1015]
45
tags: [yuyu1015, rca]
56
---

0 commit comments

Comments
 (0)