Page MenuHomeSoftware Heritage
Feed Advanced Search

Apr 15 2021

zack added a comment to T3252: Better handling of erroneous origins submitted to save code now.

Oh, and now that we have user profile pages, we should have a list of "my" save code now requests with their status visible in the user profile, for those who want to check synchronously the status of their requests (and might have disabled email notifications).

Apr 15 2021, 11:35 PM · System administration, Save Code Now, Web app
zack added a comment to T3252: Better handling of erroneous origins submitted to save code now.

It would be desirable to provide the user with feedback that helps fix the issue.

Apr 15 2021, 11:33 PM · System administration, Save Code Now, Web app
rdicosmo triaged T3252: Better handling of erroneous origins submitted to save code now as Normal priority.
Apr 15 2021, 10:47 PM · System administration, Save Code Now, Web app
ardumont closed T3084: Fast track save code now requests, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Apr 15 2021, 6:00 PM · Save Code Now, meta-task, Roadmap 2021, Web app

Apr 12 2021

ardumont changed the status of T3221: elk: automatically limit log retention, a subtask of T3219: No logs are ingested on elasticsearch since 2021-03-26, from Open to Work in Progress.
Apr 12 2021, 3:56 PM · System administrators
ardumont changed the status of T3084: Fast track save code now requests, a subtask of T3082: Improve Save Code Now handling, from Open to Work in Progress.
Apr 12 2021, 3:53 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont changed the status of T3084: Fast track save code now requests from Open to Work in Progress.
Apr 12 2021, 3:53 PM · System administration, Web app
ardumont added a comment to T3084: Fast track save code now requests.
  • swh-site: Deploy one systemd unit (per worker) which is able to deal with all the existing save code now requests and subscribed to the one high priority queue. Loaders are: loader-git, loader-svn, loader-mercurial for now.
Apr 12 2021, 3:53 PM · System administration, Web app
ardumont added a revision to T3221: elk: automatically limit log retention: D5483: Puppetize the elasticsearch closing index script.
Apr 12 2021, 1:35 PM · System administration
vsellier added a comment to T3221: elk: automatically limit log retention.

A script is regurarly executed to close the oldest indexes (30days) : P1004
It should be added on puppet and scheduled in a cron

Apr 12 2021, 10:37 AM · System administration

Apr 8 2021

vsellier closed T3219: No logs are ingested on elasticsearch since 2021-03-26 as Resolved.
Apr 8 2021, 4:36 PM · System administrators
vsellier triaged T3223: Elasticsearch: Monitor the max opened shards on a cluster as Normal priority.
Apr 8 2021, 4:35 PM · System administrators
vsellier triaged T3222: Monitor daily indexes are present on the log cluster and logs are correctly ingested as Normal priority.
Apr 8 2021, 4:32 PM · System administration
vsellier triaged T3221: elk: automatically limit log retention as Normal priority.
Apr 8 2021, 4:30 PM · System administration
vsellier added a comment to T3219: No logs are ingested on elasticsearch since 2021-03-26.

The cluster is configured with the default value for cluster.max_shards_per_nodes [1] so it can have 3000 shards opened (1000*3)

Apr 8 2021, 4:07 PM · System administrators
vsellier added a comment to T3219: No logs are ingested on elasticsearch since 2021-03-26.

I temporary unblock the ingestion by closing the systemlogs indexes created before 2020-07-01:

curl -s http://$ES_NODE/_cat/indices\?s=index | grep -v close | grep systemlogs | awk '{print $3}' | grep 2020.05 | xargs -n1 -t -i{} curl -XPOST http://${ES_NODE}/{}/_close 
curl -s http://$ES_NODE/_cat/indices\?s=index | grep -v close | grep systemlogs | awk '{print $3}' | grep 2020.06 | xargs -n1 -t -i{} curl -XPOST http://${ES_NODE}/{}/_close
Apr 8 2021, 12:43 PM · System administrators
vsellier added a comment to T3219: No logs are ingested on elasticsearch since 2021-03-26.

interested reading : https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster

Apr 8 2021, 12:34 PM · System administrators
vlorentz renamed T3219: No logs are ingested on elasticsearch since 2021-03-26 from No logs are ingested on elasticsearch since the 2021-03-26 to No logs are ingested on elasticsearch since 2021-03-26.
Apr 8 2021, 12:33 PM · System administrators
vsellier added a comment to T3219: No logs are ingested on elasticsearch since 2021-03-26.

it seems we have reached a limit on the cluster (from the logstash logs) :

Apr 08 10:30:24 logstash0 logstash[1605158]: [2021-04-08T10:30:24,052][WARN ][logstash.outputs.elasticsearch][main][62d11c4234b8981da77a97955da92ac9de92b9a6dcd4582f407face31fd5c664] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"systemlogs-2021.04.08", :routing=>nil, :_type=>"_doc"}, #<LogStash::Event:0x2ec8df34>], :response=>{"index"=>{"_index"=>"systemlogs-2021.04.08", "_type"=>"_doc", "_id"=>nil, "status"=>400, "error"=>{"type"=>"validation_exception", "reason"=>"Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [3000]/[3000] maximum shards open;"}}}}
Apr 08 10:30:24 logstash0 logstash[1605158]: [2021-04-08T10:30:24,052][WARN ][logstash.outputs.elasticsearch][main][62d11c4234b8981da77a97955da92ac9de92b9a6dcd4582f407face31fd5c664] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"systemlogs-2021.04.08", :routing=>nil, :_type=>"_doc"}, #<LogStash::Event:0x26cfcf58>], :response=>{"index"=>{"_index"=>"systemlogs-2021.04.08", "_type"=>"_doc", "_id"=>nil, "status"=>400, "error"=>{"type"=>"validation_exception", "reason"=>"Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [3000]/[3000] maximum shards open;"}}}}
Apr 08 10:30:24 logstash0 logstash[1605158]: [2021-04-08T10:30:24,053][WARN ][logstash.outputs.elasticsearch][main][62d11c4234b8981da77a97955da92ac9de92b9a6dcd4582f407face31fd5c664] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"systemlogs-2021.04.08", :routing=>nil, :_type=>"_doc"}, #<LogStash::Event:0x1ddd876d>], :response=>{"index"=>{"_index"=>"systemlogs-2021.04.08", "_type"=>"_doc", "_id"=>nil, "status"=>400, "error"=>{"type"=>"validation_exception", "reason"=>"Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [3000]/[3000] maximum shards open;"}}}}
Apr 8 2021, 12:31 PM · System administrators
vsellier changed the status of T3219: No logs are ingested on elasticsearch since 2021-03-26 from Open to Work in Progress.
Apr 8 2021, 12:29 PM · System administrators

Apr 7 2021

olasd added a comment to T3084: Fast track save code now requests.

Operationally, there's two axes we can play with:

Apr 7 2021, 4:31 PM · System administration, Web app
ardumont added a comment to T3084: Fast track save code now requests.

@ardumont we briefly discussed this a while ago with @olasd. I think the proposed
solution was indeed to have a separate queue (and workers) for "save code now"
request, but not necessarily one separate queue per loader,

Apr 7 2021, 2:48 PM · System administration, Web app
zack added a comment to T3084: Fast track save code now requests.

@ardumont we briefly discussed this a while ago with @olasd. I think the proposed solution was indeed to have a separate queue (and workers) for "save code now" request, but not necessarily one separate queue per loader, because the current priority system wasn't considered to be "fast enough". Maybe we can discuss this briefly with him and synthesize here what you come up with?

Apr 7 2021, 1:02 PM · System administration, Web app
ardumont claimed T3084: Fast track save code now requests.
Apr 7 2021, 12:34 PM · System administration, Web app
ardumont added a comment to T3084: Fast track save code now requests.

We already have a priority queue system in place in the scheduler. And for example, the
archive schedules save code now requests with a priority high [1]

Apr 7 2021, 12:32 PM · System administration, Web app

Apr 6 2021

rdicosmo added a subtask for T3082: Improve Save Code Now handling: T3213: Enable save code now of software source code archives for specific users.
Apr 6 2021, 9:32 PM · Save Code Now, meta-task, Roadmap 2021, Web app

Apr 2 2021

ardumont closed T2168: Add a grafana dashboard to monitor "Save code now" requests, a subtask of T3082: Improve Save Code Now handling, as Resolved.
Apr 2 2021, 6:09 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont changed the status of T2168: Add a grafana dashboard to monitor "Save code now" requests, a subtask of T3082: Improve Save Code Now handling, from Open to Work in Progress.
Apr 2 2021, 4:05 PM · Save Code Now, meta-task, Roadmap 2021, Web app
ardumont closed T2891: "Save code now" may fail with "OperationalError: database is locked", a subtask of T3082: Improve Save Code Now handling, as Resolved.
Apr 2 2021, 11:13 AM · Save Code Now, meta-task, Roadmap 2021, Web app

Mar 17 2021

ardumont added a project to T3144: Deploy deposit v0.12.0: System administrators.
Mar 17 2021, 9:38 AM · System administration, SWORD deposit

Mar 8 2021

rdicosmo added a project to T3082: Improve Save Code Now handling: meta-task.
Mar 8 2021, 10:11 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a project to T3082: Improve Save Code Now handling: Roadmap 2021.
Mar 8 2021, 9:43 AM · Save Code Now, meta-task, Roadmap 2021, Web app

Mar 7 2021

rdicosmo updated the task description for T3082: Improve Save Code Now handling.
Mar 7 2021, 8:26 AM · Save Code Now, meta-task, Roadmap 2021, Web app

Mar 5 2021

vlorentz triaged T3082: Improve Save Code Now handling as Normal priority.
Mar 5 2021, 2:49 PM · Save Code Now, meta-task, Roadmap 2021, Web app

Mar 4 2021

rdicosmo triaged T3084: Fast track save code now requests as Normal priority.
Mar 4 2021, 5:36 PM · System administration, Web app
rdicosmo created T3084: Fast track save code now requests.
Mar 4 2021, 5:35 PM · System administration, Web app
rdicosmo added a subtask for T3082: Improve Save Code Now handling: T1524: save code now: also add new origins for unknown repos.
Mar 4 2021, 10:37 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a subtask for T3082: Improve Save Code Now handling: T1481: add metric to monitor "save code now" efficiency.
Mar 4 2021, 10:36 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a subtask for T3082: Improve Save Code Now handling: T2117: Save Code Now: End to End monitoring.
Mar 4 2021, 10:35 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a subtask for T3082: Improve Save Code Now handling: T2168: Add a grafana dashboard to monitor "Save code now" requests.
Mar 4 2021, 10:34 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a subtask for T3082: Improve Save Code Now handling: T2750: mercurial loader fails on save code now.
Mar 4 2021, 10:33 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo added a subtask for T3082: Improve Save Code Now handling: T2891: "Save code now" may fail with "OperationalError: database is locked".
Mar 4 2021, 10:32 AM · Save Code Now, meta-task, Roadmap 2021, Web app
rdicosmo created T3082: Improve Save Code Now handling.
Mar 4 2021, 10:31 AM · Save Code Now, meta-task, Roadmap 2021, Web app

Feb 2 2021

vlorentz triaged T3015: Sentry should have two different projects for swh-indexer and swh-indexer-storage as Normal priority.
Feb 2 2021, 9:49 AM · System administration, Sentry

Jan 13 2021

vsellier closed T2905: Deploy swh-search for production, a subtask of T2904: Create a new production webapp using the frozen index on the staging ES, as Resolved.
Jan 13 2021, 9:23 AM · System administrators, Journal, Archive search

Jan 5 2021

vsellier added a comment to T2905: Deploy swh-search for production.

In the new configuration, after a few time without search, the first ones are taking some time before stabilizing to the old values :

❯ ./random_search.sh                                                                                        12:36:37
Jan 5 2021, 2:16 PM · System administration, Journal, Archive search
vsellier added a comment to T2905: Deploy swh-search for production.

the index configuration was reset to its default :

cat >/tmp/config.json <<EOF
{
  "index" : {
"translog.sync_interval" : null,
"translog.durability": null,
"refresh_interval": null
  }
}
EOF
❯ curl -s http://192.168.100.81:9200/origin/_settings\?pretty
{
  "origin" : {
    "settings" : {
      "index" : {
        "refresh_interval" : "60s",
        "number_of_shards" : "90",
        "translog" : {
          "sync_interval" : "60s",
          "durability" : "async"
        },
        "provided_name" : "origin",
        "creation_date" : "1608761881782",
        "number_of_replicas" : "1",
        "uuid" : "Mq8dnlpuRXO4yYoC6CTuQw",
        "version" : {
          "created" : "7090399"
        }
      }
    }
  }
}
❯ curl -s -H "Content-Type: application/json" -XPUT http://192.168.100.81:9200/origin/_settings\?pretty -d @/tmp/config.json
{
  "acknowledged" : true
}
❯ curl -s http://192.168.100.81:9200/origin/_settings\?pretty
{
  "origin" : {
    "settings" : {
      "index" : {
        "creation_date" : "1608761881782",
        "number_of_shards" : "90",
        "number_of_replicas" : "1",
        "uuid" : "Mq8dnlpuRXO4yYoC6CTuQw",
        "version" : {
          "created" : "7090399"
        },
        "provided_name" : "origin"
      }
    }
  }
}

A *simple* search doesn't looked impacted (it's not a real benchmark):

❯ ./random_search.sh
Jan 5 2021, 9:47 AM · System administration, Journal, Archive search

Jan 4 2021

vsellier added a comment to T2905: Deploy swh-search for production.

The backfill was done in a couple of days.

Jan 4 2021, 9:41 AM · System administration, Journal, Archive search

Dec 23 2020

vsellier added a comment to T2905: Deploy swh-search for production.

search1.internal.softwareheritage.org vm deployed.
The configuration of the index was automatically performed by puppet during the initial provisionning.

Dec 23 2020, 11:34 PM · System administration, Journal, Archive search
vsellier added a comment to T2905: Deploy swh-search for production.

Index template created in elasticsearch with 1 replica and 90 shards to have the same number of shards on each node:

export ES_SERVER=192.168.100.81:9200
curl -XPUT -H "Content-Type: application/json" http://$ES_SERVER/_index_template/origin\?pretty -d '{"index_patterns": "origin", "template": {"settings": { "index": { "number_of_replicas":1, "number_of_shards": 90 } } } } '
Dec 23 2020, 8:55 PM · System administration, Journal, Archive search
vsellier added a comment to T2905: Deploy swh-search for production.

search-esnode[1-3] installed with zfs configured :

apt update && apt install linux-image-amd64 linux-headers-amd64 
# reboot to upgrade the kernel
apt install libnvpair1linux libuutil1linux libzfs2linux libzpool2linux zfs-dkms zfsutils-linux zfs-zed
systemctl stop elasticsearch
rm -rf /srv/elasticsearch/nodes/0
zpool create -O atime=off -m /srv/elasticsearch/nodes elasticsearch-data /dev/vdb
chown elasticsearch: /srv/elasticsearch/nodes
Dec 23 2020, 8:48 PM · System administration, Journal, Archive search
vsellier added a comment to T2905: Deploy swh-search for production.

Inventory was updated to reserve the elastisearch vms :

  • search-esnode[1-3].internal.softwareheritage.org
  • ips : 192.168.100.8[1-3]/24
Dec 23 2020, 6:20 PM · System administration, Journal, Archive search
vsellier changed the status of T2905: Deploy swh-search for production, a subtask of T2904: Create a new production webapp using the frozen index on the staging ES, from Open to Work in Progress.
Dec 23 2020, 5:53 PM · System administrators, Journal, Archive search
vsellier changed the status of T2905: Deploy swh-search for production from Open to Work in Progress.
Dec 23 2020, 5:53 PM · System administration, Journal, Archive search
vsellier closed T2904: Create a new production webapp using the frozen index on the staging ES as Resolved.
Dec 23 2020, 5:42 PM · System administrators, Journal, Archive search
vsellier added a comment to T2904: Create a new production webapp using the frozen index on the staging ES.

The webapp is available at https://webapp1.internal.softwareheritage.org

Dec 23 2020, 5:42 PM · System administrators, Journal, Archive search
vsellier added a comment to T2904: Create a new production webapp using the frozen index on the staging ES.

In prevision of the deployment, the production index present on the staging's elasticsearch was renamed from origin-production2 to production_origin (a clone operation will be user [1], the original index will be let in place)
[1] https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-clone-index.html

Dec 23 2020, 4:18 PM · System administrators, Journal, Archive search
vsellier added a revision to T2904: Create a new production webapp using the frozen index on the staging ES: D4785: Allow to configure the index to use on elasticsearch.
Dec 23 2020, 1:03 PM · System administrators, Journal, Archive search
vsellier changed the status of T2904: Create a new production webapp using the frozen index on the staging ES from Open to Work in Progress.
Dec 23 2020, 10:04 AM · System administrators, Journal, Archive search

Dec 21 2020

vsellier triaged T2905: Deploy swh-search for production as Normal priority.
Dec 21 2020, 10:03 AM · System administration, Journal, Archive search
vsellier triaged T2904: Create a new production webapp using the frozen index on the staging ES as Normal priority.
Dec 21 2020, 9:59 AM · System administrators, Journal, Archive search

Dec 14 2020

vsellier added a comment to T2817: Enable the swh-search environment in staging.

With the "optimized" configuration, the import is quite faster :

root@search-esnode0:~# curl -XPOST -H "Content-Type: application/json" http://${ES_SERVER}/_reindex\?pretty\&refresh=true\&requests_per_second=-1\&\&wait_for_completion=true -d @/tmp/reindex-production.json    
{
  "took" : 10215280,
  "timed_out" : false,
  "total" : 91517657,
  "updated" : 0,
  "created" : 91517657,
  "deleted" : 0,
  "batches" : 91518,
  "version_conflicts" : 0,
  "noops" : 0,
  "retries" : {
    "bulk" : 0,
    "search" : 0
  },
  "throttled_millis" : 0,
  "requests_per_second" : -1.0,
  "throttled_until_millis" : 0,
  "failures" : [ ]
}

"took" : 10215280, => 2h45

Dec 14 2020, 9:47 AM · System administrators, Staging environment, Journal, Archive search

Dec 11 2020

vsellier added a comment to T2817: Enable the swh-search environment in staging.

The production index origin was correctly copied from the production cluster but it seems without the configuration to optimize the copy.
We keep this one and try a new optimized copy to check if the server still crash in an OOM with the new cpu and memory settings.

Dec 11 2020, 10:15 AM · System administrators, Staging environment, Journal, Archive search

Dec 10 2020

vsellier added a comment to T2817: Enable the swh-search environment in staging.

FI: The origin index was recreated with the "official" mapping and a backfill was performed (necessary after the test of the flattened mapping)

Dec 10 2020, 3:42 PM · System administrators, Staging environment, Journal, Archive search
vsellier closed T2817: Enable the swh-search environment in staging as Resolved.

The deployment manifest are ok and deployed in staging so this task can be resolved.
We will work on reactivating search-journal-client for the metadata in another task when T2876 is resolved

Dec 10 2020, 3:29 PM · System administrators, Staging environment, Journal, Archive search
vsellier updated the task description for T2817: Enable the swh-search environment in staging.
Dec 10 2020, 3:19 PM · System administrators, Staging environment, Journal, Archive search
ardumont updated the task description for T2817: Enable the swh-search environment in staging.
Dec 10 2020, 1:21 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4712: staging: Increase elasticsearch jvm heap size to half its memory.
Dec 10 2020, 11:47 AM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2817: Enable the swh-search environment in staging.

The copy of the production index is restarted.
To improve the speed of the copy, the index was tuned to reduce the disk pressure (it's a temporary configuration and should not be used in a normal case as it's not safe) :

cat >/tmp/config.json <<EOF
{
  "index" : {
    "translog.sync_interval" : "60s",
	"translog.durability": "async",
	"refresh_interval": "60s"
  }
}
EOF
Dec 10 2020, 11:14 AM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2817: Enable the swh-search environment in staging.
  • Parition and memory extended with terraform.
  • The disk resize needed some console actions to be extended :
Dec 10 2020, 10:39 AM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2817: Enable the swh-search environment in staging.

The production index import failed because the limit of 90% of used disk spaces was reached at some time to fall back to around 60G after a compaction
The progression was 80M documents of 91M.

Dec 10 2020, 9:59 AM · System administrators, Staging environment, Journal, Archive search

Dec 9 2020

ardumont added a revision to T2817: Enable the swh-search environment in staging: D4710: search.journal_client: Fix key error.
Dec 9 2020, 10:26 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4709: indexer_storage: Publish indexer computation to journal topics.
Dec 9 2020, 10:09 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4704: docker-compose.search.yml: Add journal client for indexed values.
Dec 9 2020, 6:19 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a revision to T2817: Enable the swh-search environment in staging: D4701: Allow configuration through cli or config file.
Dec 9 2020, 5:57 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4699: search: Deploy multiple search journal client instances.
Dec 9 2020, 5:20 PM · System administrators, Staging environment, Journal, Archive search
ardumont updated the task description for T2817: Enable the swh-search environment in staging.
Dec 9 2020, 11:39 AM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2817: Enable the swh-search environment in staging.

The search rpc backend and the journal client listening on origin and origin_visit topics are deployed.
The inventory is up to date for both hosts [1][2]

Dec 9 2020, 9:51 AM · System administrators, Staging environment, Journal, Archive search
vsellier updated the task description for T2817: Enable the swh-search environment in staging.
Dec 9 2020, 9:35 AM · System administrators, Staging environment, Journal, Archive search

Dec 8 2020

ardumont added a revision to T2817: Enable the swh-search environment in staging: D4687: search: Add initialization step on install or upgrade.
Dec 8 2020, 4:06 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2817: Enable the swh-search environment in staging.

A dashboard to monitor the ES cluster behavior has been created on grafana [1]
It will be improved during the swh-search tests

Dec 8 2020, 10:49 AM · System administrators, Staging environment, Journal, Archive search

Dec 7 2020

vsellier added a comment to T2817: Enable the swh-search environment in staging.

Interesting note about how to size the shards of an index : https://www.elastic.co/guide/en/elasticsearch/reference/7.x//size-your-shards.html

Dec 7 2020, 6:15 PM · System administrators, Staging environment, Journal, Archive search

Dec 4 2020

ardumont added a revision to T2817: Enable the swh-search environment in staging: D4668: Add swh-search-journal-client to swh_search_with_journal_client role.
Dec 4 2020, 7:27 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4666: staging: Deploy swh-search rpc backend on search0.
Dec 4 2020, 4:54 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a comment to T2817: Enable the swh-search environment in staging.

We added a volume of 100Gib to the search-esnode0 through terraform (D4663).
So we could mount the /srv/elasticsearch as zfs volume.

Dec 4 2020, 12:44 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4664: search0: Add swh-search rpc backend node.
Dec 4 2020, 12:11 PM · System administrators, Staging environment, Journal, Archive search
ardumont added a revision to T2817: Enable the swh-search environment in staging: D4663: search-esnode0: Add a 100Gib storage disk.
Dec 4 2020, 12:04 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2817: Enable the swh-search environment in staging.

dedicated ES node for staging deployed (search-esnode0.internal.staging.swh.network) with D4658 and D4651

Dec 4 2020, 11:46 AM · System administrators, Staging environment, Journal, Archive search
vsellier updated the task description for T2817: Enable the swh-search environment in staging.
Dec 4 2020, 11:44 AM · System administrators, Staging environment, Journal, Archive search

Dec 3 2020

ardumont added a revision to T2817: Enable the swh-search environment in staging: D4658: staging: Add search-esnode0.
Dec 3 2020, 5:59 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a revision to T2817: Enable the swh-search environment in staging: D4654: -wip- Switch to the official elasticsearch plugin.
Dec 3 2020, 12:21 PM · System administrators, Staging environment, Journal, Archive search

Dec 2 2020

ardumont added a revision to T2817: Enable the swh-search environment in staging: D4651: Puppetize elasticsearch nodes.
Dec 2 2020, 4:53 PM · System administrators, Staging environment, Journal, Archive search

Nov 27 2020

vsellier closed T2816: Enable the journal-writer for the swh-idx-storage in staging as Resolved.

The swh-indexer stack is deployed on staging and the initial loading is done.
The volumes are quite low :

Nov 27 2020, 6:20 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a revision to T2816: Enable the journal-writer for the swh-idx-storage in staging: D4625: staging: Fix object storage configuration for indexers.
Nov 27 2020, 3:20 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a revision to T2816: Enable the journal-writer for the swh-idx-storage in staging: D4620: staging: configure idx-storage to write to kafka.
Nov 27 2020, 10:43 AM · System administrators, Staging environment, Journal, Archive search

Nov 26 2020

vsellier renamed T2817: Enable the swh-search environment in staging from Enable the swh-search in staging to Enable the swh-search environment in staging.
Nov 26 2020, 5:59 PM · System administrators, Staging environment, Journal, Archive search
vsellier triaged T2817: Enable the swh-search environment in staging as Normal priority.
Nov 26 2020, 5:58 PM · System administrators, Staging environment, Journal, Archive search
vsellier added a comment to T2816: Enable the journal-writer for the swh-idx-storage in staging.

T2814 needs to be released before

Nov 26 2020, 5:46 PM · System administrators, Staging environment, Journal, Archive search
vsellier triaged T2816: Enable the journal-writer for the swh-idx-storage in staging as Normal priority.
Nov 26 2020, 5:40 PM · System administrators, Staging environment, Journal, Archive search

Nov 23 2020

ardumont triaged T2808: infrastructure: Clean up unnecessary postgresql installed package if any as Normal priority.
Nov 23 2020, 4:04 PM · System administration