-
Notifications
You must be signed in to change notification settings - Fork 8k
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
[Feature] Support priority of resource entries #207
Comments
hi. can you give more details about why we need priority flag? and the scenario to use it. |
When requests with two kinds of flag ( Perhaps we need a more vivid representation to describe the feature :) |
I write a demo to verify this feature, but maybe there is something wrong with it
At the beginning ,console look like this , read operation use entryWithPriority() but not work as expected(read operation has higher priority to acquire)
After running several times , console output will look like this ,write pass rate is much higher than read pass , it's strange ,but I can't figure it out. Is that this feature not suitable for this scene? or there is something wrong with demo?
Environment: macOS Mojave 10.14.3 |
…n these are changed (alibaba#207)
Issue Description
Type: feature request
Describe what feature you want
Support priority of resource entries.
SphU
(ProcessorSlot
) (Support prioritized entry in ProcessorSlot interface #255)Context
(implicit for invocation chain)The text was updated successfully, but these errors were encountered: