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

Multiple equivalent RawAssertions that only differ in creator name #3

Open
rspeer opened this issue Apr 20, 2010 · 2 comments
Open

Comments

@rspeer
Copy link
Member

rspeer commented Apr 20, 2010

A bug in csc.conceptnet.models allowed equivalent RawAssertions to exist, differing only in their creator. The underlying code has been fixed, but the API has not been updated to use the fix, because the database is now inconsistent with the code.

This affects all languages to some extent, but particularly Chinese, whose entire import was done after this bug was introduced. It also particularly affects people who add assertions through the API.

@rspeer
Copy link
Member Author

rspeer commented Apr 23, 2010

The database fix is taking an interminably long time, but meanwhile I have worked around this bug in the web API.

@rspeer
Copy link
Member Author

rspeer commented May 13, 2010

The RawAssertions table has too much depending on it to make the large change that this requires. It simply stalls forever.

Would it work to take the database down for a day, and have the only connection to the database be the one that fixes this bug?

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

1 participant