Page MenuHomeSoftware Heritage
Feed Advanced Search

Jan 5 2021

vsellier added a comment to T1414: Set up an inventory app.

Can this task be closed since the subject was addressed in T2620 ?

Jan 5 2021, 2:43 PM · System administration, Sprint 2018 12
vsellier moved T2905: Deploy swh-search for production from Backlog to in-progress on the System administration board.
Jan 5 2021, 2:39 PM · System administration, Journal, Archive search
vsellier updated the task description for T2905: Deploy swh-search for production.
Jan 5 2021, 2:37 PM · System administration, Journal, Archive search
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 accepted D4802: Decomission webapp0 node.

LGTM

Jan 4 2021, 2:09 PM
vsellier closed T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage) as Resolved.

Closing this task as all the direct work is done.
The documentation will be addressed in T2920

Jan 4 2021, 12:33 PM · Staging environment, System administration
vsellier triaged T2920: Document staging infrastructure as Normal priority.
Jan 4 2021, 12:32 PM · Documentation, System administration, Staging environment
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
vsellier created P913 random es_search with word typing simulation.
Jan 4 2021, 9:40 AM · 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 committed rSPRE09ed19b27ecb: Declare production node search1 (authored by vsellier).
Declare production node search1
Dec 23 2020, 11:25 PM
vsellier committed rSPSITEadd22e6d09bf: swh-search: configure search1 backend and journal client (authored by vsellier).
swh-search: configure search1 backend and journal client
Dec 23 2020, 10:46 PM
vsellier committed rSPREd4b2f147188f: Declare search-node[1-3] (authored by vsellier).
Declare search-node[1-3]
Dec 23 2020, 10:05 PM
vsellier committed rSENV0dd616846051: Declare search-esnode[1-3] nodes (authored by vsellier).
Declare search-esnode[1-3] nodes
Dec 23 2020, 10:05 PM
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 committed rSPSITEeb61c65f918a: swh-search/elasticsearch: use a memory configuration matching the vm size (authored by vsellier).
swh-search/elasticsearch: use a memory configuration matching the vm size
Dec 23 2020, 8:27 PM
vsellier committed rSPSITE839ed57e32c5: swh-search: Use the right seed hosts (authored by vsellier).
swh-search: Use the right seed hosts
Dec 23 2020, 8:23 PM
vsellier committed rSPSITEfa8080844c2c: swh-search: Deploy an elasticsearch cluster for productin (authored by vsellier).
swh-search: Deploy an elasticsearch cluster for productin
Dec 23 2020, 7:01 PM
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 committed rSPSITE68ba4af7f1c7: webapp1: declare it on the vagrant environment (authored by vsellier).
webapp1: declare it on the vagrant environment
Dec 23 2020, 6:10 PM
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 committed rSPREd14c2628127e: Declare webapp1.internal.softwareheritage.org (authored by vsellier).
Declare webapp1.internal.softwareheritage.org
Dec 23 2020, 5:49 PM
vsellier closed T2904: Create a new production webapp using the frozen index on the staging ES, a subtask of T2590: Finish the indexer -> swh-search pipeline, as Resolved.
Dec 23 2020, 5:42 PM · 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 committed rSPSITEc33c839bd7d3: webapp1: fix storage configuration (authored by vsellier).
webapp1: fix storage configuration
Dec 23 2020, 5:32 PM
vsellier committed rSENV181f6cdeb427: Add a new VM to test webapp1 (authored by vsellier).
Add a new VM to test webapp1
Dec 23 2020, 4:52 PM
vsellier committed rSPSITEfcc7b923acf3: Add a new webapp to test swh-search (authored by vsellier).
Add a new webapp to test swh-search
Dec 23 2020, 4:46 PM
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 committed rDSEA5560ba0ad621: Allow to prefix the index name(s) (authored by vsellier).
Allow to prefix the index name(s)
Dec 23 2020, 3:55 PM
vsellier closed D4785: Allow to configure the index to use on elasticsearch.
Dec 23 2020, 3:55 PM
vsellier updated the diff for D4785: Allow to configure the index to use on elasticsearch.

Remove useless fixture declaration

Dec 23 2020, 3:25 PM
vsellier added a comment to D4785: Allow to configure the index to use on elasticsearch.

thanks, I change that

Dec 23 2020, 3:15 PM
vsellier updated the diff for D4785: Allow to configure the index to use on elasticsearch.

Use a prefix instead of changing the index name.
Make it optional to avoid to have to rename the index on the instances already deployed

Dec 23 2020, 3:04 PM
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 created D4785: Allow to configure the index to use on elasticsearch.
Dec 23 2020, 1:03 PM
vsellier changed the status of T2904: Create a new production webapp using the frozen index on the staging ES, a subtask of T2590: Finish the indexer -> swh-search pipeline, from Open to Work in Progress.
Dec 23 2020, 10:04 AM · 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
vsellier added a comment to T2903: Test different disk configuration on esnode1.

the shards reallocation is still in progress :

~ ❯ curl -s http://esnode3.internal.softwareheritage.org:9200/_cat/shards\?h\=prirep,node | sort | uniq -c                                                                                                09:40:21
   1216 p esnode1
   1183 p esnode2
      1 p esnode2 -> 192.168.100.61 t4iSb7f1RZmEwpH4O_OoGw esnode1
   1840 p esnode3
      1 p esnode3 -> 192.168.100.61 t4iSb7f1RZmEwpH4O_OoGw esnode1
   1208 r esnode1
   1845 r esnode2
   1188 r esnode3

p: primary shard
r: replica shard

Dec 23 2020, 9:47 AM · System administration

Dec 22 2020

vsellier accepted D4783: Define the facts deployment/subnet per deployment types.
Dec 22 2020, 7:16 PM
vsellier accepted D4782: Add subnet for sesi_rocquencourt_admin.
Dec 22 2020, 7:08 PM
vsellier added a comment to T2903: Test different disk configuration on esnode1.

The atime was activated by default. I switched to relatime :

root@esnode1:~# zfs get all  | grep time
elasticsearch-data  atime                 on                        default
elasticsearch-data  relatime              off                       default
Dec 22 2020, 6:01 PM · System administration
vsellier committed rSPSITE609c9833d0d4: Use an inria email to bypass the gandi antispam (authored by vsellier).
Use an inria email to bypass the gandi antispam
Dec 22 2020, 5:52 PM
vsellier committed rSPSITEd8ff8797eac0: Allow admin network to query internal dns (authored by vsellier).
Allow admin network to query internal dns
Dec 22 2020, 5:19 PM
vsellier committed rSPSITEd002388b94bb: esnode1: add necessary packages for zfs (authored by vsellier).
esnode1: add necessary packages for zfs
Dec 22 2020, 4:17 PM
vsellier added a comment to T2903: Test different disk configuration on esnode1.
  • puppet executed
  • esnode1 is back on the cluster but still not selected to received shard due to a configuration rule :
~ ❯ curl -s http://esnode3.internal.softwareheritage.org:9200/_cat/nodes\?v; echo; curl -s http://esnode3.internal.softwareheritage.org:9200/_cat/health\?v                                               16:02:37
ip             heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name
192.168.100.61            3          57   0    0.35    0.25     0.12 dilmrt    -      esnode1
192.168.100.63           35          97   1    0.68    0.65     0.70 dilmrt    *      esnode3
192.168.100.62           35          96   2    0.66    0.75     0.82 dilmrt    -      esnode2
Dec 22 2020, 4:14 PM · System administration
vsellier added a comment to T2903: Test different disk configuration on esnode1.

As puppet can be restart to avoid elasticsearch to restart before zfs is configured, zfs was manually installed :

Dec 22 2020, 3:57 PM · System administration
vsellier added a comment to T2903: Test different disk configuration on esnode1.

Replicate disk sda partitioning on all disks

root@esnode1:~# sfdisk -l /dev/sda
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: HGST HUS726020AL
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 543964DA-9ECA-4222-952D-BA8A90FAB2B9
Dec 22 2020, 2:54 PM · System administration
vsellier added a comment to T2903: Test different disk configuration on esnode1.

old raid cleanup

root@esnode1:~# umount /srv/elasticsearch 
root@esnode1:~# diff -U3 /tmp/fstab /etc/fstab
--- /tmp/fstab	2020-12-22 11:37:17.318967701 +0000
+++ /etc/fstab	2020-12-22 11:37:28.687049499 +0000
@@ -11,5 +11,3 @@
 UUID=AE23-D5B8  /boot/efi       vfat    umask=0077      0       1
 # swap was on /dev/sda3 during installation
 UUID=3eaaa22d-e1d2-4dde-9a45-d2fa22696cdf none            swap    sw              0       0
-UUID=6adb1e63-e709-4efb-8be1-76818b1b4751 /srv/kafka	ext4	errors=remount-ro	0 0
-/dev/md127	/srv/elasticsearch	xfs	defaults,noatime	0 0
Dec 22 2020, 2:52 PM · System administration
vsellier accepted D4768: production: Add new hedgedoc instance.
Dec 22 2020, 12:22 PM
vsellier changed the status of T2903: Test different disk configuration on esnode1, a subtask of T2888: Elasticsearch cluster failure during a rolling restart, from Open to Work in Progress.
Dec 22 2020, 12:08 PM · System administration
vsellier changed the status of T2903: Test different disk configuration on esnode1 from Open to Work in Progress.
Dec 22 2020, 12:08 PM · System administration
vsellier added a comment to T2908: sentry does not log tracebacks in the swh-deposit server.

The fix is deployed in staging and production

Dec 22 2020, 12:02 PM · System administration, SWORD deposit
vsellier added a comment to T2888: Elasticsearch cluster failure during a rolling restart.

The disks can't be replaced before beginning of January because of a closed logistic service
Dell was notified about the delay for the disk replacement. The next package retrieval attempt by UPS is scheduled for the *2020-01-11*

Dec 22 2020, 11:51 AM · System administration
vsellier accepted D4772: deposit: initialize Sentry when gunicorn starts.

testing in staging with a manual change in the code to force an assertion, It works well

Dec 22 2020, 11:26 AM
vsellier added a comment to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).

Everything looks good, let's try to add some documentation before closing the issue

Dec 22 2020, 9:56 AM · Staging environment, System administration
vsellier updated the task description for T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).
Dec 22 2020, 9:54 AM · Staging environment, System administration
vsellier accepted D4768: production: Add new hedgedoc instance.

Tested locally, it looks good. I just add a small comment about the installation directory usually in /opt instead of the user home dir.

Dec 22 2020, 9:53 AM

Dec 21 2020

vsellier added a comment to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).
  • A new vm objstorage0.internal.staging.swh.network is configured with an read-only object storage service
  • It's exposed to internet via the reverse proxy at https://objstorage.staging.swh.network (it quite different as the usual objstorage:5003 url but it allow to expose the service without new network configuration)
  • DNS entry added on gandi
  • Inventory updated
Dec 21 2020, 7:32 PM · Staging environment, System administration
vsellier closed T2910: Sentry: Increase disk space, a subtask of T2899: Sentry doesn't react to new errors, as Resolved.
Dec 21 2020, 7:05 PM · Sentry, System administration
vsellier closed T2910: Sentry: Increase disk space as Resolved.
Dec 21 2020, 7:05 PM · Sentry, System administration
vsellier added a comment to T2910: Sentry: Increase disk space.
  • before :
root@riverside:~# pvscan
  PV /dev/sda1   VG riverside-vg    lvm2 [<63.98 GiB / 0    free]
  Total: 1 [<63.98 GiB] / in use: 1 [<63.98 GiB] / in no VG: 0 [0   ]
root@riverside:~# df -h /
Filesystem                      Size  Used Avail Use% Mounted on
/dev/mapper/riverside--vg-root   60G   56G  1.4G  98% /

(2% some cleanup seems to have occur since the creation of the task :) )

  • disk extended on proxmox by 16Go on proxmox
(extract of dmesg of riverside)
[350521.461023] sd 2:0:0:0: Capacity data has changed
[350521.461339] sd 2:0:0:0: [sda] 167772160 512-byte logical blocks: (85.9 GB/80.0 GiB)
[350521.461484] sda: detected capacity change from 68719476736 to 85899345920
  • partition resized :
root@riverside:~# parted /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print free                                                       
Model: QEMU QEMU HARDDISK (scsi)
Disk /dev/sda: 85.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Dec 21 2020, 7:05 PM · Sentry, System administration
vsellier changed the status of T2910: Sentry: Increase disk space from Open to Work in Progress.
Dec 21 2020, 6:58 PM · Sentry, System administration
vsellier committed rSPRE6efec4e443b4: staging: Add objstorage0 node (authored by vsellier).
staging: Add objstorage0 node
Dec 21 2020, 6:51 PM
vsellier committed rSPSITE96bfcf42004d: [staging] Configure and expose to internet a read-only objstorage (authored by vsellier).
[staging] Configure and expose to internet a read-only objstorage
Dec 21 2020, 6:20 PM
vsellier closed D4776: [staging] Configure and expose to internet a read-only objstorage.
Dec 21 2020, 6:20 PM
vsellier committed rSENV661482496784: Add objstorage0.staging.swh.network node to expose a r/o objstorage node (authored by vsellier).
Add objstorage0.staging.swh.network node to expose a r/o objstorage node
Dec 21 2020, 6:18 PM
vsellier closed D4775: Add objstorage0.staging.swh.network node to expose a r/o objstorage node.
Dec 21 2020, 6:18 PM
vsellier created D4776: [staging] Configure and expose to internet a read-only objstorage.
Dec 21 2020, 6:01 PM
vsellier added a revision to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage): D4776: [staging] Configure and expose to internet a read-only objstorage.
Dec 21 2020, 6:01 PM · Staging environment, System administration
vsellier updated the diff for D4775: Add objstorage0.staging.swh.network node to expose a r/o objstorage node.

Remove out of scope changes

Dec 21 2020, 4:53 PM
vsellier added a revision to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage): D4775: Add objstorage0.staging.swh.network node to expose a r/o objstorage node.
Dec 21 2020, 4:48 PM · Staging environment, System administration
vsellier created D4775: Add objstorage0.staging.swh.network node to expose a r/o objstorage node.
Dec 21 2020, 4:48 PM
vsellier updated the task description for T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).
Dec 21 2020, 12:58 PM · Staging environment, System administration
vsellier added a comment to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).

A user was correctly configured and a read test performed :

Dec 21 2020, 12:57 PM · Staging environment, System administration
vsellier updated the task description for T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).
Dec 21 2020, 12:38 PM · Staging environment, System administration
vsellier added a comment to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).

The network configuration is done. The server is now accessible from the internet at broker0.journal.staging.swh.network:9093

Dec 21 2020, 12:25 PM · Staging environment, System administration
vsellier updated the task description for T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).
Dec 21 2020, 12:24 PM · Staging environment, System administration
vsellier requested changes to D4768: production: Add new hedgedoc instance.
Dec 21 2020, 12:15 PM
vsellier accepted rSENV8f6f8ee5aa62: Vagrantfile: Add hedgedoc instance.

LGTM

Dec 21 2020, 10:49 AM
vsellier accepted rSENV55386982d27a: vagrant: Generate certificate for bardo.softwareheritage.org.
Dec 21 2020, 10:49 AM
vsellier accepted D4770: production: Provision bardo instance to receive hedgedoc.

lgtm, I have a doubt on the numa activation but as it's also activated for kelvingrove, I assume it's correct

Dec 21 2020, 10:48 AM
vsellier raised the priority of T2906: Error on date parsing on the deposit from Normal to High.

Changing to high priority (@ardumont recommandation)

Dec 21 2020, 10:32 AM · SWORD deposit
vsellier triaged T2906: Error on date parsing on the deposit as Normal priority.
Dec 21 2020, 10:28 AM · SWORD deposit
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
vsellier triaged T2903: Test different disk configuration on esnode1 as High priority.
Dec 21 2020, 9:30 AM · System administration

Dec 18 2020

vsellier updated the task description for T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).
Dec 18 2020, 4:59 PM · Staging environment, System administration
vsellier added a comment to T2682: Deploy a small publicly available kafka server (with some content) on a staging (+ the related objstorage).

The request to expose the journal to internet was done this afternoon to the dsi.

Dec 18 2020, 4:57 PM · Staging environment, System administration
vsellier added a comment to T2899: Sentry doesn't react to new errors.

To eliminate another possible root cause, a test was done in a temporary project with the last version of the python library, it doesn't work either

Dec 18 2020, 10:52 AM · Sentry, System administration

Dec 17 2020

vsellier accepted D4757: Decomission zookeeper instances used in the rocquencourt_legacy cluster.

lgtm

Dec 17 2020, 5:42 PM · System administration
vsellier added a comment to T2899: Sentry doesn't react to new errors.

we have followed the event track on the consumer code without finding anything suspicious.
As a last try, we have fully rebooted the vm, but as expected, it changed nothing at all.

Dec 17 2020, 5:37 PM · Sentry, System administration
vsellier updated subscribers of T2899: Sentry doesn't react to new errors.

@olasd, if you have some detailed of the version upgrades you have performed yesterday, perhaps it could help to diagnose.

Dec 17 2020, 3:22 PM · Sentry, System administration
vsellier changed the status of T2899: Sentry doesn't react to new errors from Open to Work in Progress.
Dec 17 2020, 2:59 PM · Sentry, System administration
vsellier accepted D4747: Decomission kafka from esnodes.

LGTM

Dec 17 2020, 12:14 PM
vsellier closed T2897: [staging] kafka data dir over 80%, a subtask of T2790: [staging] deploy the journal infrastructure, as Resolved.
Dec 17 2020, 10:00 AM · System administration, Staging environment
vsellier closed T2897: [staging] kafka data dir over 80% as Resolved.
Dec 17 2020, 10:00 AM · System administration, Staging environment