kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
164 stars 54 forks source link

JSONB, is not being set to its default value #1071

Closed msvinaykumar closed 9 months ago

msvinaykumar commented 11 months ago

The potential issue is that after an increase in database size, the DataSource column, which is of type JSONB, is not being set to its default value. However, it allows for this if we perform a database cleanup. Therefore, the solution is to set the default value of the JSONB-type column to null.

created issue for same

https://github.com/kruize/autotune/issues/1065

msvinaykumar commented 11 months ago

@chandrams this issue not able to reproduce locally as it requires DB size increase to existing DB without clean up command.

msvinaykumar commented 9 months ago

merged into MVP https://github.com/kruize/autotune/pull/1085