change CHECK to LOG(ERROR) when pipe read error on NotificationQueue
authorShijin Kong <shikong@fb.com>
Mon, 9 Nov 2015 21:09:58 +0000 (13:09 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 9 Nov 2015 21:20:22 +0000 (13:20 -0800)
commite56f93932aefa41711444fdcb72ba7dcc54fb836
tree62550ea10fe9b8364ed32cee4ac27545e485a8ac
parent7c4e381ec6b27e098b1c69f659e10c9ac09c4126
change CHECK to LOG(ERROR) when pipe read error on NotificationQueue

Summary: The check was originally added to track down cpu pinning issue. In reality the check did get triggered, so change to soft error to calm the crazy nag bot. what's wrong with you.
We need to see the soft error log to find out what the error is.

Reviewed By: mzlee

Differential Revision: D2632752

fb-gh-sync-id: 87c11b186f97f0eb4a6c5ac13a1117b280198673
folly/io/async/NotificationQueue.h