vmware / vmware/singleton

[BUG] [Java Client]Cache will not be expired for getMultiVersionMessage().

Open
#2,706 0 comments 0 reactions 1 assignee View on GitHub

@huihuiw01 is already working on this.

Since Sep 25, 2023.

area/java-client kind/bug priority/medium
Dominant language
Java
Stars
72
Forks
69
Avg merge
23h 32m
Merged PRs (30d)
4

Description

Describe the bug
commit: 577b87bea7eea93fa1e02305ff2049820d65a30d
Cache will not be expired for getMultiVersionMessage().

To Reproduce
Steps to reproduce the behavior:

  1. Using getMultiVersionMessage() method in sharedLibary feature.
  2. Set its cache items to expire with below method:
cacheItem_zhcn.setCacheItem(cacheItem_zhcn.getEtag(), cacheItem_zhcn.getTimestamp(), 0l);
cacheItem_source.setCacheItem(cacheItem_source.getEtag(), cacheItem_source.getTimestamp(), 0l);
cacheItem_en.setCacheItem(cacheItem_en.getEtag(), cacheItem_en.getTimestamp(), 0l);
  1. Check the cache whether is expired: cache.getExpiredTime()
  2. See error: the cache always not expire

Expected behavior
cache should be expired in certain time, then new request will be sent out to service for updated translation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.