当前位置: 代码迷 >> 综合 >> Oracle10.2 RAC节点中,查看crsd.log的时候发现有很多 th_select_handler message
  详细解决方案

Oracle10.2 RAC节点中,查看crsd.log的时候发现有很多 th_select_handler message

热度:48   发布时间:2023-12-17 01:31:41.0

转自:http://jqs.itpub.net/post/140/459858

crsd.log: th_select_handler message 是可以忽略的信息

[ OCRSRV][3864]th_select_handler: Failed to retrieve procctx from ht. constr = [399766928] retval lht [-27] Signal CV.

 

crsd.log: th_select_handler message repeated

[ OCRSRV][3864]th_select_handler: Failed to retrieve procctx from ht. constr = [399766928] retval lht [-27] Signal CV.

metalnik上说:不用理会,可以屏蔽

Cause

This is an informational message for development.

Solution

This message can be ignored as described in internal bug 4494370.

Schedule a maintenance window and turn off this messaging as user root on one of the clusternodes:

# crsctl debug log crs OCRSRV:0

Stop and start CRS after changing the tracing level to pick up the change.

运行这个命令后就没有th_select_handler: Failed ...的提示了

  相关解决方案