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

WARN Received an operation submissions for a resourceId that does not exist: 0 hundreds of times with no additional context #263

Open
toebes opened this issue Jan 10, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@toebes
Copy link

toebes commented Jan 10, 2022

Versions

  • Convergence Version: 1.0.0-rc.12
  • OS: Amazon Linux

Describe the Bug
The convergence server is producing hundreds of warnings:
WARN ModelClientActor - DomainId(convergence,scienceolympiad): Received an operation submissions for a resourceId that does not exist: 0
Step To Reproduce
We have no idea what operation is producing the warning as there is not enough information in the warning to track down the cause.

Expected Behavior
Some feedback as to the context of the warning would be useful so we can track down the potential cause..

@toebes toebes added the bug Something isn't working label Jan 10, 2022
@mmacfadden
Copy link
Contributor

Unfortunately there is not much context we can provide on the server side. What's happened here is that the client has sent an operation to the server, for a model that the server doesn't think that the client has open. The resource id is usually mapped on the server side to a model id. But if the server does not have this mapping, then it can't really tell you that much. We might be able to print out the operation as a trace message.

In reality, I think an error message is sent back to the client, the client would know what model the message corresponds to, and there could be some print outs there. However, this is only useful if you have access to a client when it generates this message.

I will investigate a little more and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants