Page MenuHomeSoftware Heritage
Feed Advanced Search

Mar 16 2021

vsellier committed rDCNTd88278619db7: Implement remote service (authored by vsellier).
Implement remote service
Mar 16 2021, 6:34 PM
vsellier updated the diff for D5253: Implement remote service.

fix tear down method

Mar 16 2021, 4:05 PM
vsellier accepted D5257: (v1) e2e-checks: Install vault/deposit checks for production and staging.

lgtm

Mar 16 2021, 4:00 PM
vsellier added a comment to T3086: Prepare disk replacement on granet.

2 disks were installed on the 2 remaining free slots.
They are detected by the raid card but need to be configured in JBOD mode.
It's postponed to Thursday morning as granet is sensible until a demonstration on wednesday afternoon.

Mar 16 2021, 3:44 PM · System administration
vsellier updated the diff for D5253: Implement remote service.

Change the flask app implementation method

Mar 16 2021, 1:02 PM
vsellier planned changes to D5253: Implement remote service.

changing status to pending changes as I will reworke the app initialization to use the same method as swh-objstorage

Mar 16 2021, 9:47 AM

Mar 15 2021

vsellier requested review of D5253: Implement remote service.
Mar 15 2021, 8:05 PM
vsellier added a revision to T2912: Next generation archive counters: D5253: Implement remote service.
Mar 15 2021, 8:04 PM · Roadmap 2021, System administration, Monitoring, Web app
vsellier closed D5232: Implement counters pipeline.
Mar 15 2021, 8:03 PM
vsellier committed rDCNTd90ee1974638: Implement counters pipeline (authored by vsellier).
Implement counters pipeline
Mar 15 2021, 8:03 PM
vsellier updated the diff for D5232: Implement counters pipeline.

review feedbacks:

  • rename the strangly named test
  • use a getter for the redis client property
  • cleanup code
Mar 15 2021, 6:51 PM
vsellier added inline comments to D5232: Implement counters pipeline.
Mar 15 2021, 5:51 PM
vsellier requested review of D5232: Implement counters pipeline.
Mar 15 2021, 4:28 PM
vsellier closed D5236: Add redis to the base build image.
Mar 15 2021, 4:09 PM
vsellier committed rCDFJadfe6452b049: Add redis to the base build image (authored by vsellier).
Add redis to the base build image
Mar 15 2021, 4:09 PM
vsellier updated the diff for D5236: Add redis to the base build image.

rebase

Mar 15 2021, 4:04 PM
vsellier closed T3120: Fix swh-jenkins/base-buster docker image build as Resolved.

The build of the jenkins images is now ok: https://jenkins.softwareheritage.org/job/jenkins-tools/job/swh-jenkins-dockerfiles/

Mar 15 2021, 3:58 PM · System administration
vsellier closed D5248: fix the download url of kafka.
Mar 15 2021, 3:44 PM
vsellier committed rCDFJb78f19d0dbd7: fix the download url of kafka (authored by vsellier).
fix the download url of kafka
Mar 15 2021, 3:44 PM
vsellier added a revision to T3120: Fix swh-jenkins/base-buster docker image build: D5248: fix the download url of kafka.
Mar 15 2021, 3:42 PM · System administration
vsellier requested review of D5248: fix the download url of kafka.
Mar 15 2021, 3:42 PM
vsellier added a comment to D5235: Use the recommanded way to declare the repository signing keys.

The build was failing with a cryptic error :

14:20:43 error committing wijin0be0ztxj3pd6l64aeahh: invalid mutable ref 0xc001a73760: invalid: error committing 8bvh4xv6le4xw14m4fr8zvwho: invalid mutable ref 0xc001a72040: invalid: executor failed running [/bin/sh -c export DEBIAN_FRONTEND=noninteractive &&   apt-get update &&   apt-get install -y apt-transport-https curl ca-certificates gpg  &&   echo deb [signed-by=/usr/share/keyrings/postgres-archive-keyring.gpg] http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main > /etc/apt/sources.list.d/postgres.list &&   curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /usr/share/keyrings/postgres-archive-keyring.gpg &&   echo deb [signed-by=/usr/share/keyrings/yarnpkg-archive-keyring.gpg] https://dl.yarnpkg.com/debian/ stable main > /etc/apt/sources.list.d/yarnpkg.list &&   curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarnpkg-archive-keyring.gpg &&   echo deb [signed-by=/usr/share/keyrings/elasticsearch-archive-keyring.gpg] https://artifacts.elastic.co/packages/7.x/apt stable main > /etc/apt/sources.list.d/elastic-7.x.list &&   curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor > /usr/share/keyrings/elasticsearch-archive-keyring.gpg &&   echo deb [signed-by=/usr/share/keyrings/cassandra.gpg] http://www.apache.org/dist/cassandra/debian 40x main > /etc/apt/sources.list.d/cassandra.list &&   curl -fsSL https://downloads.apache.org/cassandra/KEYS | gpg --dearmor > /usr/share/keyrings/cassandra.gpg &&   apt-get update &&   apt-get upgrade -y &&   apt-get install -y   arcanist   build-essential   cassandra   elasticsearch   fuse3   git-lfs   jq   libfuse3-dev   libsvn-dev   libsystemd-dev   lzip   maven   mercurial   pkg-config   postgresql-11   postgresql-client-11   postgresql-server-dev-11   python3-dev   python3-pip   python3-venv   subversion   tini   yarn   zstd]: stat /var/lib/docker/overlay2/8bvh4xv6le4xw14m4fr8zvwho: no such file or directory
14:20:43 make: *** [Makefile:45: swh-jenkins/base-buster] Error 1
14:20:43 Build step 'Execute shell' marked build as failure
Mar 15 2021, 2:37 PM
vsellier committed rDENV4244e588043f: docker: Revert installation of swh-counters (authored by vsellier).
docker: Revert installation of swh-counters
Mar 15 2021, 2:14 PM
vsellier closed D5235: Use the recommanded way to declare the repository signing keys.
Mar 15 2021, 12:35 PM
vsellier committed rCDFJ88d3f6323a18: Use the recommanded way to declare the repository signing keys (authored by vsellier).
Use the recommanded way to declare the repository signing keys
Mar 15 2021, 12:35 PM
vsellier retitled D5235: Use the recommanded way to declare the repository signing keys from Use the recommended way to declare yarn's repository signing keys to Use the recommanded way to declare the repository signing keys.
Mar 15 2021, 12:34 PM
vsellier updated the diff for D5235: Use the recommanded way to declare the repository signing keys.

Used signed-by for all the 3d party repositories

Mar 15 2021, 12:33 PM
vsellier updated the task description for T3115: Upgrade zfs on all servers.
Mar 15 2021, 10:22 AM · System administration

Mar 12 2021

vsellier closed D5240: docker-compose: declare swh counters containers.
Mar 12 2021, 6:48 PM
vsellier committed rDENVe67eb5c56d31: docker-compose: declare swh counters containers (authored by vsellier).
docker-compose: declare swh counters containers
Mar 12 2021, 6:48 PM
vsellier updated the diff for D5240: docker-compose: declare swh counters containers.
  • adapt the kafka's healthcheck
  • remove the typo on the initial log of the swh-counters container
Mar 12 2021, 5:35 PM
vsellier added inline comments to D5240: docker-compose: declare swh counters containers.
Mar 12 2021, 5:28 PM
vsellier updated the diff for D5240: docker-compose: declare swh counters containers.

Add the swh-counters in the docker image

Mar 12 2021, 5:15 PM
vsellier planned changes to D5240: docker-compose: declare swh counters containers.

The debian package a first release is needed to be able to launch the counters without overrides

Mar 12 2021, 5:02 PM
vsellier requested review of D5240: docker-compose: declare swh counters containers.
Mar 12 2021, 5:01 PM
vsellier added a revision to T2912: Next generation archive counters: D5240: docker-compose: declare swh counters containers.
Mar 12 2021, 5:00 PM · Roadmap 2021, System administration, Monitoring, Web app
vsellier updated the diff for D5236: Add redis to the base build image.

use redis-server package instead of a metapackage

Mar 12 2021, 2:55 PM
vsellier added a comment to D5235: Use the recommanded way to declare the repository signing keys.

...
Looks simpler to me but there might be a reason to not use apt-key.

Mar 12 2021, 2:32 PM
vsellier updated the diff for D5236: Add redis to the base build image.

update commit message

Mar 12 2021, 12:50 PM
vsellier retitled D5236: Add redis to the base build image from Add redis on the base build image to Add redis to the base build image.
Mar 12 2021, 12:49 PM
vsellier requested review of D5236: Add redis to the base build image.
Mar 12 2021, 12:49 PM
vsellier added a revision to T2912: Next generation archive counters: D5236: Add redis to the base build image.
Mar 12 2021, 12:49 PM · Roadmap 2021, System administration, Monitoring, Web app
vsellier updated the summary of D5235: Use the recommanded way to declare the repository signing keys.
Mar 12 2021, 12:43 PM
vsellier added a revision to T3120: Fix swh-jenkins/base-buster docker image build: D5235: Use the recommanded way to declare the repository signing keys.
Mar 12 2021, 12:43 PM · System administration
vsellier updated the diff for D5235: Use the recommanded way to declare the repository signing keys.

Add task link on the commit message

Mar 12 2021, 12:42 PM
vsellier requested review of D5235: Use the recommanded way to declare the repository signing keys.
Mar 12 2021, 12:40 PM
vsellier triaged T3120: Fix swh-jenkins/base-buster docker image build as Normal priority.
Mar 12 2021, 11:09 AM · System administration
vsellier changed the status of T3120: Fix swh-jenkins/base-buster docker image build from Open to Work in Progress.
Mar 12 2021, 11:08 AM · System administration
vsellier added a revision to T2912: Next generation archive counters: D5232: Implement counters pipeline.
Mar 12 2021, 10:08 AM · Roadmap 2021, System administration, Monitoring, Web app
vsellier closed D5229: swh-counters: Implement the cli skeleton.
Mar 12 2021, 10:05 AM · Counters
vsellier committed rDCNT826c30e4b74c: Implement the cli skeleton (authored by vsellier).
Implement the cli skeleton
Mar 12 2021, 10:05 AM
vsellier retitled D5229: swh-counters: Implement the cli skeleton from Command line skeleton to swh-counters: Implement the cli skeleton.
Mar 12 2021, 9:48 AM · Counters
vsellier updated the diff for D5229: swh-counters: Implement the cli skeleton.

Update the commit message

Mar 12 2021, 9:47 AM · Counters
vsellier updated the diff for D5229: swh-counters: Implement the cli skeleton.

Fix review feedbacks

Mar 12 2021, 9:46 AM · Counters
vsellier added a comment to T3115: Upgrade zfs on all servers.
  • All workers and journal clients stopped before upgrading storage1 and db1
Mar 12 2021, 9:26 AM · System administration

Mar 11 2021

vsellier updated the task description for T3115: Upgrade zfs on all servers.
Mar 11 2021, 5:43 PM · System administration
vsellier added a comment to T3115: Upgrade zfs on all servers.

swh-search0

  • stopping writes
root@search0:~# systemctl stop swh-search-journal-client@objects
root@search0:~# systemctl stop swh-search-journal-client@indexed
root@search0:~# puppet agent --disable "zfs upgrade"
``
- package upgrades
- `swh-search0` rebooted
- `swh-search0` rebooted
- all service are up and running
Mar 11 2021, 5:43 PM · System administration
vsellier updated the task description for T3115: Upgrade zfs on all servers.
Mar 11 2021, 5:25 PM · System administration
vsellier moved T3115: Upgrade zfs on all servers from Backlog to in-progress on the System administration board.
Mar 11 2021, 5:23 PM · System administration
vsellier changed the status of T3115: Upgrade zfs on all servers from Open to Work in Progress.
Mar 11 2021, 5:22 PM · System administration
vsellier updated the test plan for D5229: swh-counters: Implement the cli skeleton.
Mar 11 2021, 2:39 PM · Counters
vsellier updated the test plan for D5229: swh-counters: Implement the cli skeleton.
Mar 11 2021, 2:39 PM · Counters
vsellier updated the summary of D5229: swh-counters: Implement the cli skeleton.
Mar 11 2021, 12:22 PM · Counters
vsellier retitled D5229: swh-counters: Implement the cli skeleton from wip - Command line skeleton to Command line skeleton.
Mar 11 2021, 12:20 PM · Counters
vsellier updated the diff for D5229: swh-counters: Implement the cli skeleton.

Add tests

Mar 11 2021, 12:09 PM · Counters

Mar 10 2021

vsellier planned changes to D5229: swh-counters: Implement the cli skeleton.
Mar 10 2021, 4:43 PM · Counters
vsellier requested review of D5229: swh-counters: Implement the cli skeleton.
Mar 10 2021, 4:43 PM · Counters
vsellier added a revision to T2912: Next generation archive counters: D5229: swh-counters: Implement the cli skeleton.
Mar 10 2021, 4:30 PM · Roadmap 2021, System administration, Monitoring, Web app
vsellier added a comment to T3086: Prepare disk replacement on granet.

Mail sent to the dsi to request the installation of 2 of the new disks

Mar 10 2021, 11:46 AM · System administration
vsellier added a comment to T3086: Prepare disk replacement on granet.

Overview of the system :

  • 2 slots availables (10 slot occupied on a total of 12)
  • system installed on 2 disks ssd disk (wwn-0x500a075122f366e4 and wwn-0x500a075122f357f1)
  • 2 zfs pools
NAME   SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
hdd   29.1T  22.8T  6.29T        -         -    20%    78%  1.00x    ONLINE  -
ssd   10.3T  7.91T  2.44T        -         -    24%    76%  1.00x    ONLINE  -
root@granet:~# zpool status -v hdd
  pool: hdd
 state: ONLINE
  scan: scrub repaired 0B in 0 days 15:42:24 with 0 errors on Sun Feb 14 16:06:26 2021
config:
Mar 10 2021, 11:08 AM · System administration

Mar 8 2021

vsellier committed rCDFPbb5dfba12da1: update the documentation (authored by vsellier).
update the documentation
Mar 8 2021, 8:28 PM
vsellier committed rCDFPbe00c68e7c19: add deployments for graph and content replayers (authored by vsellier).
add deployments for graph and content replayers
Mar 8 2021, 8:28 PM
vsellier committed rCDFP301c573d2597: Avoid foreign key violations when the replayer receive unordered messages (authored by vsellier).
Avoid foreign key violations when the replayer receive unordered messages
Mar 8 2021, 8:28 PM

Mar 5 2021

vsellier added a comment to T3041: [production] Provision enough space for the search ES cluster to ingest all intrinsic metadata.

Thanks for the feedback

Mar 5 2021, 6:18 PM · System administration, Archive search
vsellier updated the task description for T3041: [production] Provision enough space for the search ES cluster to ingest all intrinsic metadata.
Mar 5 2021, 5:26 PM · System administration, Archive search
vsellier added a comment to T2912: Next generation archive counters.
Mar 5 2021, 12:12 PM · Roadmap 2021, System administration, Monitoring, Web app
vsellier committed rCJSWH5e7ce5fde3da: jobs/swh-packages: Add swh-counters module (authored by vsellier).
jobs/swh-packages: Add swh-counters module
Mar 5 2021, 12:00 PM
vsellier committed rDENV00dd72c2e514: .mrconfig: Add swh-counters module (authored by vsellier).
.mrconfig: Add swh-counters module
Mar 5 2021, 11:51 AM
vsellier committed rDCNT142fff84305b: Update template defauts (authored by vsellier).
Update template defauts
Mar 5 2021, 11:44 AM
vsellier committed rDCNTae8cfbfe71c1: import template from swh-py-template (init-py-repo) (authored by vsellier).
import template from swh-py-template (init-py-repo)
Mar 5 2021, 11:32 AM
vsellier created Counters.
Mar 5 2021, 11:16 AM
vsellier changed the status of T2912: Next generation archive counters from Open to Work in Progress.

Let's start the subject ;)

Mar 5 2021, 11:07 AM · Roadmap 2021, System administration, Monitoring, Web app
vsellier renamed T3086: Prepare disk replacement on granet from Prepare disk replacement of granet to Prepare disk replacement on granet.
Mar 5 2021, 10:59 AM · System administration
vsellier added a comment to T3083: Deploy swh-search v0.7.0/v0.7.1.

I forgot one step, cleaning the previous alias origin -> origin_production not needed anymore:

vsellier@search-esnode1 ~ % curl -s http://$ES_SERVER/_cat/indices\?v && echo && curl -s http://$ES_SERVER/_cat/aliases\?v && echo && curl -s http://$ES_SERVER/_cat/health\?v  
health status index             uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   origin-production hZfuv0lVRImjOjO_rYgDzg  90   1  153130652     26701625    273.4gb        137.3gb
Mar 5 2021, 10:45 AM · System administration, Journal, Archive search
vsellier closed T3076: [swh-search] Improve the index/mapping migration process as Resolved.

The new configuration is deployed, swh-search is now using the alias which should help for the future upgrades

Mar 5 2021, 10:35 AM · System administration, Journal, Archive search
vsellier closed T3076: [swh-search] Improve the index/mapping migration process, a subtask of T2590: Finish the indexer -> swh-search pipeline, as Resolved.
Mar 5 2021, 10:35 AM · Journal, Archive search
vsellier closed T3083: Deploy swh-search v0.7.0/v0.7.1, a subtask of T3076: [swh-search] Improve the index/mapping migration process, as Resolved.
Mar 5 2021, 10:34 AM · System administration, Journal, Archive search
vsellier closed T3083: Deploy swh-search v0.7.0/v0.7.1 as Resolved.
Mar 5 2021, 10:34 AM · System administration, Journal, Archive search
vsellier added a comment to T3083: Deploy swh-search v0.7.0/v0.7.1.

Deployment in production:

  • puppet stopped
  • configuration updated to declare the index, it needs to be done to make swh-search initializing the aliaes before the journal clients starts (not guaranteed with a puppet apply)
  • package updated
  • gunicorn-swh-search service restarted:
Mar 05 09:08:46 search1 python3[1881743]: 2021-03-05 09:08:46 [1881743] gunicorn.error:INFO Starting gunicorn 19.9.0
Mar 05 09:08:46 search1 python3[1881743]: 2021-03-05 09:08:46 [1881743] gunicorn.error:INFO Listening at: unix:/run/gunicorn/swh-search/gunicorn.sock (1881743)
Mar 05 09:08:46 search1 python3[1881743]: 2021-03-05 09:08:46 [1881743] gunicorn.error:INFO Using worker: sync
Mar 05 09:08:46 search1 python3[1881748]: 2021-03-05 09:08:46 [1881748] gunicorn.error:INFO Booting worker with pid: 1881748
Mar 05 09:08:46 search1 python3[1881749]: 2021-03-05 09:08:46 [1881749] gunicorn.error:INFO Booting worker with pid: 1881749
Mar 05 09:08:46 search1 python3[1881750]: 2021-03-05 09:08:46 [1881750] gunicorn.error:INFO Booting worker with pid: 1881750
Mar 05 09:08:46 search1 python3[1881751]: 2021-03-05 09:08:46 [1881751] gunicorn.error:INFO Booting worker with pid: 1881751
Mar 05 09:08:53 search1 python3[1881750]: 2021-03-05 09:08:53 [1881750] swh.search.api.server:INFO Initializing indexes with configuration: 
Mar 05 09:08:53 search1 python3[1881750]: 2021-03-05 09:08:53 [1881750] elasticsearch:INFO HEAD http://search-esnode2.internal.softwareheritage.org:9200/origin-production [status:200 request:0.023s]
Mar 05 09:08:54 search1 python3[1881750]: 2021-03-05 09:08:54 [1881750] elasticsearch:INFO PUT http://search-esnode1.internal.softwareheritage.org:9200/origin-production/_alias/origin-read [status:200 request:0.487s]
Mar 05 09:08:54 search1 python3[1881750]: 2021-03-05 09:08:54 [1881750] elasticsearch:INFO PUT http://search-esnode3.internal.softwareheritage.org:9200/origin-production/_alias/origin-write [status:200 request:0.152s]
Mar 05 09:08:54 search1 python3[1881750]: 2021-03-05 09:08:54 [1881750] elasticsearch:INFO PUT http://search-esnode1.internal.softwareheritage.org:9200/origin-production/_mapping [status:200 request:0.009s]
vsellier@search-esnode1 ~ % curl -s http://$ES_SERVER/_cat/indices\?v && echo && curl -s http://$ES_SERVER/_cat/aliases\?v && echo && curl -s http://$ES_SERVER/_cat/health\?v 
health status index             uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   origin-production hZfuv0lVRImjOjO_rYgDzg  90   1  153097672    144224208    288.1gb          149gb
Mar 5 2021, 10:34 AM · System administration, Journal, Archive search
vsellier closed D5198: swh-search: add indexes configuration.
Mar 5 2021, 9:36 AM
vsellier committed rSPSITEb4d30523f9bd: swh-search: add indexes configuration (authored by vsellier).
swh-search: add indexes configuration
Mar 5 2021, 9:36 AM
vsellier committed rCDFP70e50a9dd525: wip - prometheus/grafana/web (authored by vsellier).
wip - prometheus/grafana/web
Mar 5 2021, 9:23 AM
vsellier requested review of D5198: swh-search: add indexes configuration.
Mar 5 2021, 9:19 AM
vsellier added a revision to T3083: Deploy swh-search v0.7.0/v0.7.1: D5198: swh-search: add indexes configuration.
Mar 5 2021, 9:19 AM · System administration, Journal, Archive search
vsellier committed rSENV8b9658d2e128: vagrant: Add search1 production server (authored by vsellier).
vagrant: Add search1 production server
Mar 5 2021, 9:16 AM

Mar 4 2021

vsellier triaged T3086: Prepare disk replacement on granet as Normal priority.
Mar 4 2021, 6:18 PM · System administration
vsellier added a comment to T3083: Deploy swh-search v0.7.0/v0.7.1.

swh-search:v0.7.1 deployed in staging according to the defined plan.
The aliases are well created and used by the services

vsellier@search-esnode0 ~ % curl -XGET -H "Content-Type: application/json" http://192.168.130.80:9200/_cat/indices
green open  origin                      HthJj42xT5uO7w3Aoxzppw 80 0 929692 137147 4gb 4gb
green close origin-backup-20210209-1736 P1CKjXW0QiWM5zlzX46-fg 80 0                      
green close origin-v0.5.0               SGplSaqPR_O9cPYU4ZsmdQ 80 0                      
vsellier@search-esnode0 ~ % curl -XGET -H "Content-Type: application/json" http://192.168.130.80:9200/_cat/aliases
origin-read  origin - - - -
origin-write origin - - - -

Journal clients:

Mar 04 16:22:40 search0 swh[3598137]: INFO:elasticsearch:POST http://search-esnode0.internal.staging.swh.network:9200/origin-write/_bulk [status:200 request:0.013s]
Mar 04 16:22:41 search0 swh[3598137]: INFO:elasticsearch:POST http://search-esnode0.internal.staging.swh.network:9200/origin-write/_bulk [status:200 request:0.012s]

Search:

Mar 04 15:40:20 search0 python3[3598040]: 2021-03-04 15:40:20 [3598040] swh.search.api.server:INFO Initializing indexes with configuration: 
Mar 04 15:40:20 search0 python3[3598040]: 2021-03-04 15:40:20 [3598040] elasticsearch:INFO HEAD http://search-esnode0.internal.staging.swh.network:9200/origin [status:200 request:0.005s]
Mar 04 15:40:20 search0 python3[3598040]: 2021-03-04 15:40:20 [3598040] elasticsearch:INFO HEAD http://search-esnode0.internal.staging.swh.network:9200/origin-read/_alias [status:200 request:0.001s]
Mar 04 15:40:20 search0 python3[3598040]: 2021-03-04 15:40:20 [3598040] elasticsearch:INFO HEAD http://search-esnode0.internal.staging.swh.network:9200/origin-write/_alias [status:200 request:0.001s]
Mar 04 15:40:20 search0 python3[3598040]: 2021-03-04 15:40:20 [3598040] elasticsearch:INFO PUT http://search-esnode0.internal.staging.swh.network:9200/origin/_mapping [status:200 request:0.006s]
Mar 04 16:19:27 search0 python3[3598042]: 2021-03-04 16:19:27 [3598042] elasticsearch:INFO GET http://search-esnode0.internal.staging.swh.network:9200/origin-read/_search?size=100 [status:200 request:0.076s]
Mar 4 2021, 5:24 PM · System administration, Journal, Archive search
vsellier closed D5196: Allow to instantiate the service with default indexes configuration.
Mar 4 2021, 4:02 PM
vsellier committed rDSEA84801b3036c2: Allow to instantiate the service with default indexes configuration (authored by vsellier).
Allow to instantiate the service with default indexes configuration
Mar 4 2021, 4:01 PM
vsellier renamed T3083: Deploy swh-search v0.7.0/v0.7.1 from Deploy swh-search v0.7.0 to Deploy swh-search v0.7.0/v0.7.1.
Mar 4 2021, 4:01 PM · System administration, Journal, Archive search