Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当被缓存的对象调用出现异常后,后续的调用始终阻塞 #1

Open
2018-11-27 opened this issue Jul 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@2018-11-27
Copy link
Member

当被缓存的对象调用出现异常后,同时在外部对该被缓存的对象做了异常处理,后续的调用始终阻塞。

@2018-11-27 2018-11-27 added the bug Something isn't working label Jul 1, 2023
@2018-11-27 2018-11-27 self-assigned this Jul 1, 2023
2018-11-27 added a commit that referenced this issue Jul 1, 2023
1.Fix issue: When a cached object encounters an exception during invocation, the subsequent calls are consistently blocked. #1
2.Optimize package release process and adjusting the categorization information of open-source libraries on PyPi.
3.Normalize a small number of code segments.

1.修复问题:当被缓存的对象调用出现异常后,后续的调用始终阻塞。#1
2.优化包发布流程,并调整了在PyPi上的开源库分类信息。
3.发现少量代码段的规范性不足并调整。
@2018-11-27
Copy link
Member Author

经查,问题系因有关缓存机制设计不严谨所致。当预被缓存的对象调用过程异常后,其缓存执行锁不会被释放,故后续的调用始终阻塞。已修复 3dd8cb2,版本 1.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant