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

[Migration] Fix problem with concurrent updates #231

Closed
nchamo opened this issue Dec 8, 2020 · 2 comments
Closed

[Migration] Fix problem with concurrent updates #231

nchamo opened this issue Dec 8, 2020 · 2 comments
Assignees
Labels
bug Something isn't working content-server Issues related to the content server

Comments

@nchamo
Copy link
Contributor

nchamo commented Dec 8, 2020

Before #161, concurrent deployments that had the same pointers could be left active, all of them. A fix was added, but on many catalysts, there are 2 or more deployments that are being referenced by the same pointer.

We need to make a db migration to find those deployments, and fix the issue, by marking that one overwrote the other.

@nchamo nchamo added bug Something isn't working content-server Issues related to the content server labels Dec 8, 2020
@nchamo nchamo self-assigned this Apr 9, 2021
@nchamo
Copy link
Contributor Author

nchamo commented Apr 16, 2021

These are the conflicting entities as of today. They are all profiles:

interconnected.online

Pointer: 0xbdc2f73c28569d95a85feed7b155eb194c1b450c

  • QmPz1tKn943fhP2UiBj2NU5ToX6cueL72NaGTVBBdcbLEb
  • QmVSXbkb8qBUb2cegGmrkzCHxxUdSmS2NM6fJBvxu2ZSW2

Pointer: 0x51777c0b8dba8b4dfe8a1c3d0a1edaa5b139b4e0

  • QmQg9RKKLp6CpTUDEEd6dEEjygdJkAoW1NcMwLJDyFNbyx
  • QmS5bqbmzfvnnNckwLk3L5ZUV6n2gmzU1kCk3FjmS8eHAg

peer.kyllian.me

Pointer: 0xef48cd04f7db7896c71d9204beb1f12bee71f51f

  • QmTjecq4v98GjYPmcpf8NyhwpqV2szmu5NTccWEqHDkmVP
  • QmRXRKXzBEHy64RCSc3vfm5dUPkgKtUXiyEraMY2WgG3dX

Pointer: 0x541d54f06d95deefa2d98a39455e4e907b27db6b

  • QmaGKWy4nys1PFXJ6FofawebTyXQqDJv81HAX6HMN6dm9X
  • QmZqtA6Hh6iMme5PjcAWFXKy9q6rYN52NWkKKxsdbKxyZX

@nchamo
Copy link
Contributor Author

nchamo commented Apr 22, 2021

Update: peer.kyllian.me's deployments have been fixed. Only interconnected.online's are left

@nchamo nchamo closed this as completed May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working content-server Issues related to the content server
Projects
None yet
Development

No branches or pull requests

2 participants