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
The string MISSING is generally shown when fmt.Sprintf is used with a formatting directive, but the appropriate variable value to replace the formatting directive is missing.
Using git bisect, I found that this particular issue was introduced in the commit 515aa72 as part of the PR #1194. The migration context logger prints information that is being printed to STDOUT to STDERR as well, with the local time as a prefix. The motivation for this is unclear from the PR's description.
If this is a bug report, please provide a test case (e.g., your table definition and gh-ost command) and the error output.
We recently upgraded from gh-ost v1.0.48 to v1.1.6. Starting in this version, we started seeing the string
MISSING
in our status messages:The string
MISSING
is generally shown whenfmt.Sprintf
is used with a formatting directive, but the appropriate variable value to replace the formatting directive is missing.Using
git bisect
, I found that this particular issue was introduced in the commit 515aa72 as part of the PR #1194. The migration context logger prints information that is being printed to STDOUT to STDERR as well, with the local time as a prefix. The motivation for this is unclear from the PR's description.Table definition:
gh-ost command:
$ ./gh-ost --host=127.0.0.1 --conf=/gh-ost.cnf --database=test --table=users --alter="engine=innodb" --chunk-size=2000 --max-load=Threads_connected=20 --initially-drop-ghost-table --initially-drop-old-table --test-on-replica --switch-to-rbr --verbose
The text was updated successfully, but these errors were encountered: