guluo2016 commented on PR #5692: URL: https://github.com/apache/hbase/pull/5692#issuecomment-2363612968
I hava already refactor these code, please review, thanks. @ndimiduk @frostruan @Apache9 Summary: ### flush 'table', 'non_existing_family' #### Flush Procedure is enabled. we would check if the column families exist when executing FlushTableProcedure, and throwing NoSuchColumnFamilyException if it doesn't exist. And we will not retry to flush again at client side. #### Flush Procedure is disabled. we would check if the column families exist on MasterFlushTableProcedureManager.execProcedure(), and throwing NoSuchColumnFamilyException if it doesn't exist. ### flush 'region_name', 'non_existing_family' we would check if the column families exist on RSRpcServices.flushRegion(), and throwing NoSuchColumnFamilyException if it doesn't exist. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
