Xiaolei.Liang

Results 3 comments of Xiaolei.Liang

@hellorocky @jackkeyang @ibuler 卡死的原因可能是因为获取资产的时候,g.user_service._auth没有,抛出异常,导致,抛出异常后,并没有结束当前的client_channel,然后就一直卡死状态,可以通过更改 jms的service.py文件,其中, if not self._auth: raise RequestError('Authentication required') 更改为: if not self._auth: result = FakeResponse() return self.parse_result(result) 这会导致一个问题,就是获取资产的时候,可能出现空的情况,这个bug的根本原因是,app和rc的上下文只有push,在关闭或者断掉的时候,没有及时的pop,导致的错误。

> @wutongjie23hao the build is failing on this PR. can you give me the error info. I test 'make' on my mac, it run right.

> I prefer to not accept this PR , since we already have internal-cache option and always-regenerate-chart-index option on the other hand , this kind of feature seems duplicate ....