Skip to content

Tokens are not refilled fully at Redis Cluster mode #477

Discussion options

You must be logged in to vote

Hello @NaayoungKwon

I guess it would be related with high request rate.

I do not think so.

As mentioneed in Java docs, configuration supplier is not called if bucket is already persisted. You continue to observe capacity 100, that means that bucket was already persisted, when you deployed new code that uses new configs, and something activity prolongs lifetime of bucket that prevents bucket to be expired by TTL, so there is no chance for configuration supplier to be called. I suppose that previously you had only one configuration and splitted its later.

There is two right way to apply configuration changes:

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by NaayoungKwon
Comment options

You must be logged in to vote
4 replies
@vladimir-bukhtoyarov
Comment options

@NaayoungKwon
Comment options

@vladimir-bukhtoyarov
Comment options

@NaayoungKwon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants