Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12950

Investigate changes in SERVER-42639: Rollback should use the collection UUID and not its name to create directories

      Description

      SERVER ticket description: With the removal of collection name length limits, rollback should not use the collection name to create a directory but should rather use the collection UUID as we cannot create directories on the file system with very long names.

      See here.
      Change Description: This patch changed the name of the directories where rollback files are stored from db.collection to uuid.

      Before:
      ./rollback
      ├── db.collection
      │   └── removed.2018-03-20T20-23-01.21.bson
      ├── otherdb.othercollection
      │   ├── removed.2018-03-20T20-23-01.18.bson
      │   └── removed.2018-03-20T20-23-01.19.bson

      After:
      ./rollback
      ├── uuid
      │   └── removed.2018-03-20T20-23-01.21.bson
      ├── otheruuid
      │   ├── removed.2018-03-20T20-23-01.18.bson
      │   └── removed.2018-03-20T20-23-01.19.bson

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              4 years, 10 weeks ago