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
removed the long-deprecated mysqld member of the tablet portMap map.
This resulted in the shard display in the vtctld web UI not displaying the mysqld port anymore for each tablet, in addition to the grpc and "vt" (vttablet web UI) ports. This would only of course be an issue if mysqld is listening on a port (instead of just a socket).
We should modify the UI code to pull/display the mysqld port from it's new location in the tablet proto.
The text was updated successfully, but these errors were encountered:
aquarapid
changed the title
https://github.com/vitessio/vitess/commit/4eabc0cfbe6e35d5e0a87ac56e7bf5d99a725f61#diff-c9b02203aac7ac750300c4cf770645b1L207
Tablet mysqld port not displayed in vtctld web UI shard display anymore
Aug 20, 2020
aquarapid
added a commit
to planetscale/vitess
that referenced
this issue
Aug 20, 2020
This recent change:
4eabc0c#diff-c9b02203aac7ac750300c4cf770645b1L207
removed the long-deprecated
mysqld
member of the tabletportMap
map.This resulted in the shard display in the vtctld web UI not displaying the mysqld port anymore for each tablet, in addition to the grpc and "vt" (vttablet web UI) ports. This would only of course be an issue if mysqld is listening on a port (instead of just a socket).
We should modify the UI code to pull/display the mysqld port from it's new location in the tablet proto.
The text was updated successfully, but these errors were encountered: