Open
Description
Root issue is here https://github.com/scylladb/scylla-enterprise/issues/4004
Alternator allows to use characters like ! in the column names.
Requests are sent to Scylla server with the escaped "!" already.
So, the url is /column_family/metrics/total_disk_space_used/alternator_geoip:geoip%21:networkHead-networkLastInt-index
.. instead of /column_family/metrics/total_disk_space_used/alternator_geoip:geoip!:networkHead-networkLastInt-index
.
The character cannot be escaped before sending it to Scylla.