[BugFix] table_guard stop refreshing table
This commit is contained in:
		@ -361,7 +361,7 @@ bool ObStorageTableGuard::need_to_refresh_table(ObTableStoreIterator &iter, int
 | 
			
		||||
    } else {
 | 
			
		||||
      LOG_WARN("unexpect exit_flag", K(exit_flag), K(ret), K(ls_id), K(tablet_id));
 | 
			
		||||
    }
 | 
			
		||||
    if (0 != exit_flag || OB_FAIL(ret)) {
 | 
			
		||||
    if (OB_FAIL(ret)) {
 | 
			
		||||
      bool_ret = false;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user