hpsdy opened a new issue #1123: URL: https://github.com/apache/incubator-brpc/issues/1123
在demo里,std::thread使用hdfsBuilderConnect、hdfsExists正常。 在brpc服务中,直接在init里初始化fs=hdfsBuilderConnect,调用fs->hdfsExists,服务正常。 在brpc服务中,init里初始化fs=hdfsBuilderConnect,发起请求,调用fs->hdfsExists,服务core掉。 怀疑是bthread的stack和jar包里面不兼容问题,使用usercode_in_pthread,注释掉bthread,也不行。但是报错已经变了。 这种情况有啥思路么? ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
