Skip to content
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

[EDH-3641] Duplicated metering points in the tables #143

Closed
ErkkiGit opened this issue Dec 5, 2024 · 1 comment
Closed

[EDH-3641] Duplicated metering points in the tables #143

ErkkiGit opened this issue Dec 5, 2024 · 1 comment
Labels
medium Will be fixed after critical

Comments

@ErkkiGit
Copy link
Collaborator

ErkkiGit commented Dec 5, 2024

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"
    }
}
@ErkkiGit ErkkiGit changed the title Dublicated metering points in the tables [EDH-3641] Duplicated metering points in the tables Dec 5, 2024
@kristjanZ kristjanZ added the medium Will be fixed after critical label Jan 23, 2025
@kristjanZ
Copy link
Collaborator

Fixed in Release 1.0.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium Will be fixed after critical
Projects
None yet
Development

No branches or pull requests

2 participants