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

Pass correct prefix length to removeCacheVersionAndGen() #7987

Merged
merged 1 commit into from
Dec 7, 2019

Conversation

hangshao0
Copy link
Contributor

@hangshao0 hangshao0 commented Dec 5, 2019

Persistent cache and non-persistent cache have different prefixes, pass
the correct prefix length to removeCacheVersionAndGen(), so that
Non-persistent cache is able to figure out the correct cache name (for a
lower layer) from a cache unique ID.

Signed-off-by: Hang Shao hangshao@ca.ibm.com

@pshipton
Copy link
Member

pshipton commented Dec 6, 2019

What was broken by this problem?

@hangshao0
Copy link
Contributor Author

What was broken by this problem?

Non-persistent cache was not able to figure out the correct cache name (for a lower layer) from a cache unique ID.

@pshipton
Copy link
Member

pshipton commented Dec 6, 2019

Non-persistent cache was not able to figure out the correct cache name (for a lower layer) from a cache unique ID.

Please include that information in the commit comment.

@hangshao0
Copy link
Contributor Author

Please include that information in the commit comment.

Done.

Persistent cache and non-persistent cache have different prefixes, pass
the correct prefix length to removeCacheVersionAndGen(), so that
Non-persistent cache is able to figure out the correct cache name (for a
lower layer) from a cache unique ID.

Signed-off-by: Hang Shao <hangshao@ca.ibm.com>
@pshipton
Copy link
Member

pshipton commented Dec 6, 2019

jenkins test sanity plinux jdk8

@pshipton
Copy link
Member

pshipton commented Dec 6, 2019

jenkins test sanity win jdk8

@pshipton pshipton self-assigned this Dec 7, 2019
@pshipton pshipton merged commit 298ab39 into eclipse-openj9:master Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants