數據遷移
更新時間 2024-07-04 11:23:18
最近更新時間: 2024-07-04 11:23:18
分享文章
本節主要介紹數據遷移類問題
DRS上找不到GeminiDB Redis鏈路
當前DRS中GeminiDB Redis入云鏈路采用白名單機制,需要提工單聯系DRS同事開通。
報錯ERR the worker queue is full, and the request cannot be excecuted
遷移流量過大導致內部隊列滿,您可以在管理控制臺右上角,選擇“工單 > 新建工單”,聯系技術支持進行處理。
報錯ERR the request queue of io thread is full, and the request cannot be excecuted
遷移流量過大導致內部隊列滿,您可以在管理控制臺右上角,選擇“工單 > 新建工單”,聯系技術支持進行處理。
報錯read error, please check source redis log or network
源端發送緩沖區太小,需修改源端redis參數配置,該參數client-output-buffer-limit可熱生效。
報錯slaveping_thread.cc-ThreadMain-90: error: Ping master error
執行pika-port時指定的IP填寫了 127.0.0.1, 需要配置為其它IP,比如eth0的IP。
同步狀態正向遷移速度太慢
修改redis-shake參數source.rdb.parallel,可調整遷移并發度,默認為0,按db和分片數確定。
同步狀態正向遷移速度太快,報錯:ERR server reply timeout, some responses may lose, but requests have been executed
修改參數parallel,可調整全量過程傳輸RDB的并發度,默認為32。