Unverified Commit 6ebbc3bc authored by Arunprasad Rajkumar's avatar Arunprasad Rajkumar Committed by GitHub
Browse files

Problem: interrupted clone resume fails with index relation already exists error (#699)



The clone operation employs table copy workers to copy data. Once completed, it delegates index creation to index workers. If interrupted during index creation, resuming is impossible since the underlying table has already been copied.

Solution: On resume, let the table-data skip data copy if it is done but
still signal the index workers to proceed with creating indexes. Index
worker shall ignore if the index is already exists, else creates one.

Signed-off-by: default avatarArunprasad Rajkumar <ar.arunprasad@gmail.com>
parent 01872e58
Supports Markdown
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