You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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.
Versions
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..
The text was updated successfully, but these errors were encountered: