数据迁移 本节主要介绍数据迁移类问题 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参数配置,该参数clientoutputbufferlimit可热生效。 报错slavepingthread.ccThreadMain90: error: Ping master error 执行pikaport时指定的IP填写了 127.0.0.1, 需要配置为其它IP,比如eth0的IP。 同步状态正向迁移速度太慢 修改redisshake参数source.rdb.parallel,可调整迁移并发度,默认为0,按db和分片数确定。 同步状态正向迁移速度太快,报错:ERR server reply timeout, some responses may lose, but requests have been executed 修改参数parallel,可调整全量过程传输RDB的并发度,默认为32。