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

No replicas for donors in HCA #6582

Open
nadove-ucsc opened this issue Sep 19, 2024 · 5 comments
Open

No replicas for donors in HCA #6582

nadove-ucsc opened this issue Sep 19, 2024 · 5 comments
Assignees
Labels
+ [priority] High bug [type] A defect preventing use of the system as specified demo blocked [process] Demo is blocked by ongoing work demo [process] To be demonstrated at the end of the sprint indexer [subject] The indexer part of Azul orange [process] Done by the Azul team spike:8 [process] Spike estimate of eight points

Comments

@nadove-ucsc
Copy link
Contributor

nadove-ucsc commented Sep 19, 2024

No description provided.

@nadove-ucsc nadove-ucsc added the orange [process] Done by the Azul team label Sep 19, 2024
@nadove-ucsc
Copy link
Contributor Author

Spike to:

  1. Verify the titular claim
  2. Draft a solution

@nadove-ucsc nadove-ucsc added the spike:8 [process] Spike estimate of eight points label Sep 19, 2024
@nadove-ucsc nadove-ucsc self-assigned this Sep 19, 2024
@nadove-ucsc
Copy link
Contributor Author

The claim is correct. There are no donor replicas on dev:

GET /azul_v2_dev_dcp3_replica/_search
{
  "aggs": {
    "replica_type": {
      "terms": {
        "field": "replica_type.keyword"
      }
    }
  }
}

"aggregations" : {
    "replica_type" : {
      "doc_count_error_upper_bound" : 0,
      "sum_other_doc_count" : 0,
      "buckets" : [
        {
          "key" : "sequence_file",
          "doc_count" : 114546
        },
        {
          "key" : "cell_suspension",
          "doc_count" : 62175
        },
        {
          "key" : "links",
          "doc_count" : 57011
        },
        {
          "key" : "specimen_from_organism",
          "doc_count" : 7231
        },
        {
          "key" : "analysis_file",
          "doc_count" : 1661
        },
        {
          "key" : "supplementary_file",
          "doc_count" : 185
        },
        {
          "key" : "project",
          "doc_count" : 105
        },
        {
          "key" : "organoid",
          "doc_count" : 94
        },
        {
          "key" : "cell_line",
          "doc_count" : 45
        }
      ]
    }
  }
}

@nadove-ucsc nadove-ucsc added bug [type] A defect preventing use of the system as specified indexer [subject] The indexer part of Azul + [priority] High labels Sep 24, 2024
@nadove-ucsc
Copy link
Contributor Author

Donors are not the only affected entities: processes and protocols are missing as well. Here are the results of indexing the canned bundle aaa96233-bf27-44c7-82df-b4dc15ad4d9d:

Old replicas: {'sequence_file': 1, 'specimen_from_organism': 1, 'project': 1, 'cell_suspension': 1, 'links': 1}
New replicas: {'sequence_file': 1, 'specimen_from_organism': 1, 'project': 1, 'process': 1, 'donor_organism': 1, 'library_preparation_protocol': 1, 'cell_suspension': 1, 'sequencing_protocol': 1, 'links': 1}

@hannes-ucsc
Copy link
Member

For demo, attempt to reproduce.

@hannes-ucsc hannes-ucsc added the demo [process] To be demonstrated at the end of the sprint label Oct 4, 2024
@hannes-ucsc hannes-ucsc added the demo blocked [process] Demo is blocked by ongoing work label Nov 5, 2024
@hannes-ucsc
Copy link
Member

I'd like this to be demoed in prod but replicas had to be disabled there due to #6648. We need to fix that first before we can demo this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
+ [priority] High bug [type] A defect preventing use of the system as specified demo blocked [process] Demo is blocked by ongoing work demo [process] To be demonstrated at the end of the sprint indexer [subject] The indexer part of Azul orange [process] Done by the Azul team spike:8 [process] Spike estimate of eight points
Projects
None yet
Development

No branches or pull requests

2 participants