Israel Fruchter
Israel Fruchter
Monitoring stack support image renderer since https://github.com/scylladb/scylla-monitoring/pull/1062 it was suggested by us in https://github.com/scylladb/scylla-monitoring/issues/904 we should look into using, it would simplify, and shorten the time we need for taking...
Since scylladb/scylladb#18487 scylla-jmx isn't being installed by default, hence we need to be able to run SCT without doing any of the calls to start/stop/wait/configure the JMX service Closes: #7392...
## Installation details Cluster size: 6 nodes (Standard_L8s_v3) Scylla Nodes used in this run: **No resources left at the end of the run** OS / Image: `/subscriptions/6c268694-47ab-43ab-b306-3c5514bc4112/resourceGroups/scylla-images/providers/Microsoft.Compute/images/scylla-5.2.0-dev-x86_64-2022-08-29T11-23-01Z` (azure: eastus) Test:...
Help us poor guys using CentOS/RHEL :)
* tools/cqlsh e5f5eafd...28a95c0f (10): > cqlshlib/sslhandling.py: don't use empty userkey/usercert > Dockerfile: noninteractive isn't enough for answering yet on apt-get > fix cqlsh version print > cqlshlib/sslhandling: change `check_hostname` deafult...
when configuration doesn't define `usercert` or `userkey` we fail as the following: ```bash # cqlsh 127.0.0.1 9142 --ssl --debug Using CQL driver: Using connect timeout: 5 seconds Using 'utf-8' encoding...
scylla installation is failing like the follow on ubuntu 24.04 image (GCP) gce_image_db: 'https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2404-lts-amd64' ``` Stdout: Unpacking liburcu8t64:amd64 (0.14.0-3.1build1) ... Selecting previously unselected package xfsprogs. Preparing to unpack .../xfsprogs_6.6.0-1ubuntu2_amd64.deb ......
this package is using `python-jose` which in turns bring in `python-ecdsa` which has high CVE-2024-23342 see: https://github.com/advisories/GHSA-wj6h-64fc-37mp see discussion on `python-jose`: https://github.com/mpdavis/python-jose/issues/341
`mergeCommit` is missing from the PR attribute list https://docs.mergify.com/configuration/conditions/#attributes-list in github api it called `merge_commit_sha` https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#get-a-pull-request in via gh cli: ``` ❯ gh pr view 6968 --json mergeCommit { "mergeCommit":...
Mostly a set of fixes in the area of ssl handling * tools/cqlsh 99b2b777...9d49b385 (21): > cqlshlib/sslhandling: fix logic of `ssl_check_hostname` > cqlshlib/sslhandling.py: don't use empty userkey/usercert > Dockerfile: noninteractive...