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

File exists error when creating a dump #4596

Open
Kerollmops opened this issue Apr 23, 2024 · 0 comments
Open

File exists error when creating a dump #4596

Kerollmops opened this issue Apr 23, 2024 · 0 comments
Labels
bug Something isn't working as expected

Comments

@Kerollmops
Copy link
Member

Kerollmops commented Apr 23, 2024

Cannot create a dump. The engine answers with an internal File exists (os error 17) error.

To Reproduce
Steps to reproduce the behavior:

  1. Upload these settings and dataset.
  2. Request a dump by POSTing on the /dumps route
  3. See an error in the tasks
{
    "uid": 6,
    "indexUid": null,
    "status": "failed",
    "type": "dumpCreation",
    "canceledBy": null,
    "details": {
        "dumpUid": null
    },
    "error": {
        "message": "File exists (os error 17)",
        "code": "internal",
        "type": "internal",
        "link": "https://docs.meilisearch.com/errors#internal"
    },
    "duration": "PT0.003211S",
    "enqueuedAt": "2024-04-23T12:46:54.360214Z",
    "startedAt": "2024-04-23T12:46:54.360419Z",
    "finishedAt": "2024-04-23T12:46:54.36363Z"
}

Expected behavior
The engine must create a dump in the default dumps folder or at least be more precise in the error message it returns.

Meilisearch version:
v1.7.6

Additional context

$ uname -a
Darwin MacBook-Pro-M1-de-kero.local 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:27 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T8103 arm64
@Kerollmops Kerollmops added the bug Something isn't working as expected label Apr 23, 2024
@curquiza curquiza modified the milestone: v1.8.0 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants