facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.48k stars 712 forks source link

Add support for DSCP (Differentiated Services Field) to MySQL Clone Plugin for remote clone process #1277

Closed akshaysuryawanshi closed 1 year ago

akshaysuryawanshi commented 1 year ago

MySQL Clone Plugin allows for faster data copy using multi-threaded process. Setting DSCP fields on sockets that are created using randomly selected ports is quite difficult and will always be delayed due to fetching of the socket information from MySQL processlist or other methods. With clone_dscp_on_socket MySQL Clone plugin variable we are able to set the DSCP value on the socket as soon as they are created for remote transfers.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

laurynas-biveinis commented 1 year ago

LGTM

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot commented 1 year ago

@akshaysuryawanshi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

laurynas-biveinis commented 1 year ago

This PR should be closed