Skip to content
Snippets Groups Projects

Fix zoekt/client issues

Merged Dmitry Gruzd requested to merge fix-zoekt-client into master
All threads resolved!

What does this MR do and why?

This MR fixes 2 issues with ee/lib/gitlab/search/zoekt/client.rb:

  1. Memoization causes shard_id to be fixed for one client instance
irb(main):038:0> Gitlab::Search::Zoekt::Client.instance.send(:node, 2).id
=> 2
irb(main):039:0> Gitlab::Search::Zoekt::Client.instance.send(:node, 1).id
=> 2
  1. URI.join doesn't work correct for our new use case. If you use non-root base_url, it returns incorrect address
[30] pry(main)> URI.join('http://gitlab-gitlab-zoekt.default.svc.cluster.local:8080/nodes/gitlab-gitlab-zoekt-0.gitlab-gitlab-zoekt.default.svc.cluster.local', '/api/search')
=> #<URI::HTTP http://gitlab-gitlab-zoekt.default.svc.cluster.local:8080/api/search>

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Ravi Kumar

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Dmitry Gruzd resolved all threads

    resolved all threads

  • Dmitry Gruzd added 356 commits

    added 356 commits

    Compare with previous version

  • Reviewer roulette

    Changes that require review have been detected!

    Please refer to the table below for assigning reviewers and maintainers suggested by Danger in the specified category:

    Category Reviewer Maintainer
    backend @sdungarwal profile link current availability (UTC+5.5, 3.5 hours ahead of author) @georgekoltsov profile link current availability (UTC+1, 1 hour behind author)

    Please check reviewer's status!

    • available Reviewer is available!
    • unavailable Reviewer is unavailable!

    Feel free to override these selections if you think someone else would be better-suited or use the GitLab Review Workload Dashboard to find other available reviewers.

    To read more on how to use the reviewer roulette, please take a look at the Engineering workflow and code review guidelines. Please consider assigning a reviewer or maintainer who is a domain expert in the area of the merge request.

    Once you've decided who will review this merge request, assign them as a reviewer! Danger does not automatically notify them for you.

    If needed, you can retry the :repeat: danger-review job that generated this comment.

    Generated by :no_entry_sign: Danger

    Edited by Ghost User
  • Ravi Kumar changed the description

    changed the description

  • Ravi Kumar approved this merge request

    approved this merge request

  • Ravi Kumar requested review from @terrichu and removed review request for @rkumar555

    requested review from @terrichu and removed review request for @rkumar555

  • :wave: @rkumar555, thanks for approving this merge request.

    This is the first time the merge request has been approved. To ensure full test coverage, a new pipeline will be started shortly.

    For more info, please refer to the following links:

  • Terri Chu
  • Terri Chu approved this merge request

    approved this merge request

  • Terri Chu resolved all threads

    resolved all threads

  • merged

  • Terri Chu mentioned in commit a3cbfe26

    mentioned in commit a3cbfe26

  • added workflowstaging label and removed workflowcanary label

  • Please register or sign in to reply
    Loading