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
After a resource delete, if I perform a text search immediately after the response to the delete request I have this result:
As you can see 11 results but totalCount is 10.
Probably there is some missing lock condition.
Sometimes totalCount is coherent but the deleted resource is still in the list.
e.g.
offtherailz
changed the title
resource delete is not propagated immediately
Resource delete is not propagated immediately
Apr 26, 2018
offtherailz
changed the title
Resource delete is not propagated immediately
Resource delete is not performed immediately (from REST Point of view)
Apr 26, 2018
offtherailz
changed the title
Resource delete is not performed immediately (from REST Point of view)
Resource delete is not performed immediately after response. Wrong total count
Apr 26, 2018
After a resource delete, if I perform a text search immediately after the response to the delete request I have this result:
As you can see 11 results but
totalCount
is 10.Probably there is some missing lock condition.
Sometimes
totalCount
is coherent but the deleted resource is still in the list.e.g.
The text was updated successfully, but these errors were encountered: