Skip to content
  • Marko Mäkelä's avatar
    2f5e3016
    Bug#20863042 Stop filling mtr logs with InnoDB page dumps · 2f5e3016
    Marko Mäkelä authored
    
    
    Remove most calls to buf_page_print().
    
    Also, use ib::logger instead of stderr for reporting records.
    
    For now, we will keep the page dumps related to file I/O.
    They might be a good debugging aid if reading intermittently fails.
    Later, we may remove that output too, because if we fail to read a
    block (and intentionally commit suicide because of that), the
    operator could try to re-read that same block using external tools,
    based on the page number that is present in the server error log.
    
    RB: 8618
    Reviewed-by: default avatarJimmy Yang <jimmy.yang@oracle.com>
    2f5e3016
    Bug#20863042 Stop filling mtr logs with InnoDB page dumps
    Marko Mäkelä authored
    
    
    Remove most calls to buf_page_print().
    
    Also, use ib::logger instead of stderr for reporting records.
    
    For now, we will keep the page dumps related to file I/O.
    They might be a good debugging aid if reading intermittently fails.
    Later, we may remove that output too, because if we fail to read a
    block (and intentionally commit suicide because of that), the
    operator could try to re-read that same block using external tools,
    based on the page number that is present in the server error log.
    
    RB: 8618
    Reviewed-by: default avatarJimmy Yang <jimmy.yang@oracle.com>
Loading