k2view-academy / K2View-Academy

Other
15 stars 25 forks source link

Too-long keyspace name on Debug #985

Closed dotants closed 7 months ago

dotants commented 7 months ago

Hi

We are getting errors on deploy to debud due to Keyspace name length:

image

Is there any solution or W/A for this?

lionbro1 commented 7 months ago

The keyspace is a combination of k2view{LU name}{version}_{project name}

Cassandra limitation for keyspace name is 48 characters.

So you have two options:

  1. Change the LU name or the project name to a shorter length.
  2. Change the system DB to use sqlite or PostgreSQL instead of Cassandra.
dotants commented 7 months ago

There is a 3rd option - change the username, since it is in the TortoiseGIT configuration :-)

lionbro1 commented 7 months ago

we concatenate the user name as well only when using terminal windows server.