Skip to content
Commit 3b5cb08a authored by Nitul Datt's avatar Nitul Datt Committed by Vishesh Handa
Browse files

MetaDataMover: Remove internal queue and make it sync

The MetaDataMover is fast enough that it does not need to be
asynchronous. It's mostly just executing a single SQL query, and even in
the cases that it does block, that's okay. All other operations will
continue after that.

Also, it was never really asynchronous it just queued the operation and
executed it later in the same thread.

REVIEW: 116919
BUG: 329039
parent c7036c46
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment