exception handling during sync
Compare changes
Files
2+ 106
− 53
@@ -34,10 +34,33 @@ from hive.indexer.mock_vops_provider import MockVopsProvider
@@ -47,26 +70,33 @@ def prepare_vops(vops_by_block):
@@ -75,21 +105,31 @@ def _vops_provider(conf, node, queue, lbound, ubound, chunk_size):
@@ -97,36 +137,49 @@ def _block_consumer(node, blocksQueue, vopsQueue, is_initial_sync, lbound, uboun
@@ -157,47 +210,45 @@ def _block_consumer(node, blocksQueue, vopsQueue, is_initial_sync, lbound, uboun
@@ -264,7 +315,7 @@ class Sync:
@@ -287,6 +338,8 @@ class Sync:
@@ -301,7 +354,7 @@ class Sync: