This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a commit to branch test_email
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/test_email by this push:
     new e5560c1988f gaozifeng test email (#43733)
e5560c1988f is described below

commit e5560c1988ffec65f2e5fe5e426e1c4012e51796
Author: Thearas <gaozif...@selectdb.com>
AuthorDate: Tue Nov 12 21:43:05 2024 +0800

    gaozifeng test email (#43733)
---
 a.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/a.txt b/a.txt
new file mode 100644
index 00000000000..894a29efad8
--- /dev/null
+++ b/a.txt
@@ -0,0 +1,11 @@
+
+────────────────────────────────────────────────────────────────┐
+1022: void 
StorageEngine::_cooldown_tasks_producer_callback() { │
+────────────────────────────────────────────────────────────────┘
+│1022│        // also tablets 
once failed to do follow cooldown                           
│1022│        // also tablets once 
failed to do follow cooldown
+│1023│        auto skip_tablet = 
[this, skip_failed_interval,                             
│1023│        auto skip_tablet = 
[this, skip_failed_interval,
+│1024│                            
cur_time](const TabletSharedPtr& tablet) -> bool {      
│1024│                            
cur_time](const TabletSharedPtr& tablet) -> bool {
+│    │                                                 
                                   
│1025│            bool 
is_skip =                                                     
     
+│    │                                                 
                                   
│1026│                    
cur_time - tablet->last_failed_follow_cooldown_time() < skip_fa→
+│    │                                                 
                                   
│1027│                    
TABLET_RUNNING != tablet->tablet_state();                     
  
+│    │                                                 
                                   
│1028│            if 
(is_skip) return is_skip;                                     
       


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to