We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
Sometimes when metering point is created, then it is saved to the tables multiple times
Steps to reproduce
Create new metering point with unique eic (I have not been able to reproduce the error myself)
Metering points -> New in UI https://test-datahub.elering.ee/swagger-ui/index.html#/MeteringPoint/createMeteringPoint
Expected result
In the table should be one entry
Actual Result
In the table there are more than one entry
Impact (If known)
If searching measuring point with eic, which are saved multiple times, then measuring point will not be found.
If creating measuring point with eic, which are saved multiple times, then there will be error.
Response 500 { "id": "dd3f3a4d-7ad3-4a88-9afe-9426d31e3d12", "cause": { "message": "An error has occurred while processing the request", "code": "opp.error.technical.general", "queue": "mpm_create_metering_point_req_q", "traceId": "a5eaf18b563d41f3a681d301042583eb" } }
The text was updated successfully, but these errors were encountered:
Fixed in Release 1.0.15
Sorry, something went wrong.
No branches or pull requests
Problem
Sometimes when metering point is created, then it is saved to the tables multiple times
Steps to reproduce
Create new metering point with unique eic (I have not been able to reproduce the error myself)
Metering points -> New in UI
https://test-datahub.elering.ee/swagger-ui/index.html#/MeteringPoint/createMeteringPoint
Expected result
In the table should be one entry
Actual Result
In the table there are more than one entry
Impact (If known)
If searching measuring point with eic, which are saved multiple times, then measuring point will not be found.
If creating measuring point with eic, which are saved multiple times, then there will be error.
The text was updated successfully, but these errors were encountered: