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

Allow table cache to be bypassed in WrappedAccumuloClient (#2359) #14

Merged
merged 1 commit into from
May 29, 2024

Conversation

keith-ratcliffe
Copy link
Collaborator

@keith-ratcliffe keith-ratcliffe commented Apr 30, 2024

The goal here is to allow certain webservice operations (e.g., ModelBean's delete & import) to be performed in a more timely manner. As currently implemented here and in the DW webservice, a user is forced wait for a full table cache refresh after a model delete before the subsequent model import can be performed

@keith-ratcliffe keith-ratcliffe self-assigned this May 6, 2024
@keith-ratcliffe keith-ratcliffe changed the base branch from main to release/version3.0 May 28, 2024 15:47
@keith-ratcliffe keith-ratcliffe force-pushed the feature/bypassTableCache branch 2 times, most recently from 19460f0 to 59f998a Compare May 28, 2024 17:10
@keith-ratcliffe keith-ratcliffe force-pushed the feature/bypassTableCache branch from 59f998a to 71805b2 Compare May 28, 2024 19:19
@keith-ratcliffe keith-ratcliffe merged commit 2e97069 into release/version3.0 May 29, 2024
2 checks passed
@keith-ratcliffe keith-ratcliffe deleted the feature/bypassTableCache branch May 29, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants