-
Notifications
You must be signed in to change notification settings - Fork 8
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
public ips node filter is not working #2050
Comments
Work In Progress (WIP):
|
|
can not produce the issue anymore . |
related to threefoldtech/tfchain_graphql#151 the processor update public_ip table when it create or update a contract. so this related to the the contracts issue and should be fixed when the ops deploy the new version (request) |
|
made a four or more deployments with public ip and did not face the same issue again the issue is no more longer reproducible |
Work In Progress (WIP):
|
|
I think what happened is a race condition. Someone was deploying at the same time and he got the last public ip in the farm before you. And nothing can be done in this case. |
is there any solution that we can do so we can avoid this concurrency? |
This can rarely happen and TFchain already rejecting the deployment in case the ip got taken. We will support this #1822 to make the client reject the deployment too. But nothing we can do in the playground. |
Description
public ips node in load nodes is not working
env used : devnet
version : 5b50681
The text was updated successfully, but these errors were encountered: