File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,導致系統異常。"
34authors : [yuyu1015]
45tags : [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
Original file line number Diff line number Diff line change 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 出現地震報告重複推送的問題,原因為快取鍵設定不當,導致不同參數的請求共用相同的快取結果。"
34authors : [yuyu1015]
45tags : [yuyu1015, rca]
56---
You can’t perform that action at this time.
0 commit comments