-
Notifications
You must be signed in to change notification settings - Fork 78
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
Save method doesn't seem to work, No error log #131
Comments
Hi @qracle , Can you tell me if this issue is new and come with an upgrade of SpringDataJest or if this save have never worked ? Maybe you could activate the HTTP logs with this settings to help you to investigate : Keep me in touch. |
This problem has not been found before.If jest throws an exception, I can get some information in the error log.But the problem I described doesn't provide any error logs.So I'm very confused. There are some ES repository seems work well.(At least yesterday's Numbers were accurate, I need to confirm) The following is the release from the project, I never upgrade them:
I will active the debug log to get more information, if there is any problem or progress, I will contact you in time. |
This phenomenon is caused by concurrency. Thank you very much for your timely reply to my question.I will close this question. |
Thanks for your feedback. I hope you can fix it quickly. |
Hi Van, |
Recently, prod systems have been losing data frequently, or the 'status' field has not changed.
I tracked the info log, the following:
here is the code:
After the code is executed,I found the "txnStatus" was still the old value, instead of the expected value "1"
it seems the function "save" doesn't work, so could you please give me some suggestions? thank you
The text was updated successfully, but these errors were encountered: