Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-63365

[TC] [OBJCLI] [GCP] DeleteDirectory is not batching as it should

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • master
    • master
    • tools-common
    • None
    • Untriaged
    • 0
    • No

    Description

      What's the issue?
      The 'DeleteDirectory' function for the GCP client doesn't currently do batching, it's actually just deleting synchronously.

      The reason being, it's calling a worker-pooled API with only a single object each time, resulting in synchronous deletion; with additional setup/teardown costs.

      What's the fix?
      We should batch calls to the worked-pooled API.

      Attachments

        Activity

          People

            james.lee James Lee
            james.lee James Lee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              PagerDuty