HI Team
In memsql column store table create in dev env table name mass_upload_master while updating using join or when exit condition it is getting below error message
update mass_upload_master suma
SET
v_error_message = ’ id & id is not found in header’,
updated_date = CURRENT_DATE() ,
updated_by = ‘abc’
where EXISTS (select 1 from sp_header sqh
where
suma. id = sqh.id
);
SQL Error [1777] [HY000]: (conn=9659915) Partition dsc_dpe:0 has no master instance. This is likely because the node or nodes that hold a copy of the partition are down. Check for offline leaf nodes by running SHOW LEAVES and bring them back online to restore access to the partition