-
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:
Jimmy Yang <jimmy.yang@oracle.com>
Marko Mäkelä authoredRemove 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:
Jimmy Yang <jimmy.yang@oracle.com>
Loading