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
fix(model-server): do not put objects into store in request thread
This is already done in `putRepositoryObjects`.
In `postRepositoryBranch` this should also be done.
It was not a critical issue because the model client only sent at most 1000 objects to `postRepositoryBranch`.
Still, if something blocking happened in Ignite, it might have blocked the request thread.
0 commit comments