Results 14 issues of wyb

## Why I'm doing: ``` summary.put("receivedBytesRate", Long.valueOf(receivedBytes / totalTaskExcutionTimeMs * 1000)); summary.put("loadRowsRate", Long.valueOf((totalRows - errorRows - unselectedRows) / totalTaskExcutionTimeMs * 1000)); ``` if `receivedBytes < totalTaskExcutionTimeMs`, the result is 0...

3.2
3.3

## Why I'm doing: In broker load job plan, replicas or backends that failed in the previous write attempt will be avoided as primary replicas to improve load reliability. The...

3.4
3.5

## Enhancement In shared-data mode, cloud native table has only a single storage replica. If any files are lost (including metadata or data files), queries and load jobs will continuously...

type/enhancement

## Why I'm doing: ## What I'm doing: This PR adds `repairTabletMetadata` method in `TabletRepairHelper` class of frontend to repair valid tablet metadata through the backends, also add some cleanup...

PROTO-REVIEW