zptan commented on issue #975: pthread模式能否使用server-thread-local URL: https://github.com/apache/incubator-brpc/issues/975#issuecomment-570498494 Issue reopened. @jamesge 我们发现了问题。。。 在pthread模式下,有些thread拿不到thread-local storage,经过排查发现,server创建了FLAGS_usercode_backup_threads个pthread,这些thread去serve request的时候无法获取thread-local storage 这里会出现tl_options == NULL 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
