I have sharded a single table from a single shard(0) into two shards(-80 and 80-). After sharding I deleted the shard 0, its tablets and recreated the shard 0 again.
I am trying to merge shards -80 and 80- to 0 but getting the following error while trying to run the splitClone command:
init() failed: destination shard task/0 is serving some types
Note: I referred https://github.com/youtube/vitess/blob/master/test/merge_sharding.py for same but not working out for me. Thanks!