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

category counts don't update after delete #590

Open
JoeGermuska opened this issue Mar 30, 2012 · 3 comments
Open

category counts don't update after delete #590

JoeGermuska opened this issue Mar 30, 2012 · 3 comments

Comments

@JoeGermuska
Copy link
Member

In prep for testing uploading large files while indexing is underway (throttling), I deleted some files. The number of datasets listed after the category isn't correct.

If this is because of ajaxy stuff, we should still be able to take a completed delete operation as a cue that we should reset that menu.

@onyxfish
Copy link
Member

onyxfish commented Apr 4, 2012

This is related to #250, which is itself blocked by Django ticket 16073, which is in turn a symptom of Django ticket 6707. Sadly this was not addressed in the 1.4 upgrade:

https://code.djangoproject.com/ticket/6707

@ryanpitts
Copy link
Member

Is there a background task that resyncs this number at least on a regular basis?

@onyxfish
Copy link
Member

No, it would be resynced any time another action caused the full text indexer to run for that dataset. (Pretty much any other action affecting that dataset.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants