Thanks for the answer, I'll try that.
I found 3 log messages in the form of:
(this are the three mentioned here "expected=60 snapshotted=57")
2023-12-11 11:57:00,598 ERROR
[MASTER_TABLE_OPERATIONS-master/master03:16000-0]
snapshot.MasterSnapshotVerifier: No snapshot region directory found for
region:{ENCODED => cd8b0dc494506c20f1e033ffc77b664e, NAME =>
'ns1:tab1,...', STARTKEY => '..', ENDKEY => '...'}
2023-12-11 11:57:00,598 ERROR
[MASTER_TABLE_OPERATIONS-master/master03:16000-0]
snapshot.MasterSnapshotVerifier: No snapshot region directory found for
region:{ENCODED => 1f62e5ff1d36650e21715e9ae8ab9c70, NAME =>
'ns1:tab1,...', STARTKEY => '...', ENDKEY => '...'}
2023-12-11 11:57:00,598 ERROR
[MASTER_TABLE_OPERATIONS-master/master03:16000-0]
snapshot.MasterSnapshotVerifier: No snapshot region directory found for
region:{ENCODED => 97f532b6acfe3927ab831f9af880f04c, NAME =>
'ns1:tab1,...', STARTKEY => '...', ENDKEY => '...'}
What bugs me is the line: "No snapshot region directory found for region
... "
As I said, I restored a snapshot of this table, are there some
directories not created or some old info left over?
Thanks
Michael
On 11.12.23 12:37, 876107431 wrote:
Hi Michael
There is a message in the exception "Regions moved during the snapshot", which may
cause some regions not to be snapshotted. You can check in the master's log whether there
was any region moving during the snapshot. If so, you can try to disable region movement
first, such as disabling the balancer, etc., and then try the snapshot again.
Thanks.
ruanhui