project
project copied to clipboard
KubeDB Enhancement & Issues
- Create metadata storage (MySQL or PostgreSQL) and ZooKeeper from druid operator if reference not provided
- We should use log level 5 for only event type of information - Don't use level 4 anywhere.
- [ ] If Postgres is watched & pg operator is running, ferretdb continuously get reconciled. It maintains this pattern ``` I0506 16:53:57.257855 1 reconcile.go:59] "Reconciling FerretDB ..................................." FerretDB="demo/fer" I0506...
- Possibly check go routine issue
Currently, we just logging if some error occurs. We should also show the important information for debugging purpose.
- GCS: - backup api: curl -XPOST -k -u "admin:Xy3ZjyU)~(9IO8_n" "http://localhost:8983/solr/admin/collections?action=BACKUP&collection=kubedb-collection&location=/&name=kubedb-backup&repository=kubedb-gcs" --verbose it can override backup - S3: - backup api: curl -XPOST -k -u "admin:Xy3ZjyU)~(9IO8_n" "http://localhost:8983/solr/admin/collections?action=BACKUP&collection=kubedb-collection&location=s3:/pritam&name=kubedb-backup&repository=kubedb-s3" --verbose - S3...