You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
由于此问题没有最近的活动,因此已被自动标记为陈旧。如果没有进一步的活动,会作为不活跃issue关闭。感谢你对本项目的贡献。 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
描述
gh-ost 的 ghost_initially_drop_socket_file 参数不生效
重现
使用 gh-ost 修改表结构过程中,终止掉 osc进程
此时数据库有
_表名_ghc
_表名_gho
两个临时表
和
gh-ost.数据库.表名.sock
socket 文件
手动删除
_表名_ghc
_表名_gho
两个临时表
保留 gh-ost.数据库.表名.sock socket 文件
查看 ghost 配置
inception show variables like 'ghost%';
| ghost_initially_drop_socket_file | true |
重新执行表结构修改
报 listen unix socket file already in use. 错误
手工使用官方gh-ost ,而不使用 goInception 执行表结构修改时,可以删除socket文件,正常执行。
环境
参数
ghost_initially_drop_socket_file
The text was updated successfully, but these errors were encountered: