| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> | 22 天前 | |
Update CODEOWNERS Remove `@dm-2` as I am no longer a maintainer for gh-ost. | 2 年前 | |
Replace usage of `Fatale` with context cancellation (#1639) * Replace log.Fatale with context-based error propagation This patch modifies gh-ost to use a cancellable context instead of log.Fatale() in listenOnPanicAbort. When using gh-ost as a library, this allows the calling application to recover from aborts (e.g. log the failure reason) instead of having the entire process terminate via os.Exit(). Now we store the error and cancel a context to signal all goroutines to stop gracefully. * Fix shadowing * Simplify non-blocking poll * Simplify non-blocking poll in migrator.go * Fix error return * Fix hang on blocking channel send * Add defensive fix for other potential blocking channel send deadlocks * Add SendWithContext helper to avoid deadlocks * Fix deadlock on PanicAbort sends * Use checkAbort * Fix migration abort race condition * Remove buffer on PanicAbort channel | 5 个月前 | |
updating template to request markdown and test case | 9 年前 | |
[Typo] Fix typo in 'PULL_REQUEST_TEMPLATE.md' Line 14: "... explain what is does" -> "... explain what it does" | 8 年前 | |
Add Dependabot config file (#1213) Co-authored-by: meiji163 <meiji163@github.com> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 22 天前 | ||
| 2 年前 | ||
| 5 个月前 | ||
| 9 年前 | ||
| 8 年前 | ||
| 2 年前 |