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
Http client would send some requests with parameter 1 and 0 at the sam time. And the result shows that some rows of 1s go to table "Comment_0" and some rows of 0s go to table "Comment_1". It looks like a concurrency problem to me. Anyone can help?
Thanks!
The text was updated successfully, but these errors were encountered:
We are trying to do table sharding with following code
` [HttpGet("test/{flag}")]
public string test(string flag)
{
var _repository = _unitOfWork.GetRepository();
Http client would send some requests with parameter 1 and 0 at the sam time. And the result shows that some rows of 1s go to table "Comment_0" and some rows of 0s go to table "Comment_1". It looks like a concurrency problem to me. Anyone can help?
Thanks!
The text was updated successfully, but these errors were encountered: