fzhan
fzhan
Does that mean "Method Jenssegers\Mongodb\Schema\Grammar::compileColumnListing does not exist." when calling db->getTableColumns() will be resolved?
This means the image used has to be updated. Or could we leverage ConfigMap?
By updating the function "can" to "canDo", fix the issue of Trait method collision
Same issue here, need to add some configuration to ks-apiserver's image so it can access private registry.
I think you meant that captcha always refresh itself regardless if the application decide to keep the last captcha? I believe this is the intention of the code owner for...
It's an issue with Liveness probe : ``` Liveness probe failed: ['/usr/local/bin', '/app/pythonpath', '/usr/local/lib/python310.zip', '/usr/local/lib/python3.10', '/usr/local/lib/python3.10/lib-dynload', '/usr/local/lib/python3.10/site-packages', '/app', '/app/configs/'] Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py] logging was configured successfully 2024-05-13...
After running 'celery -A superset.tasks.celery_app:app inspect ping -d celery@$HOSTNAME' manually in worker pod, response was Error: ``` root@superset-worker-54fcfd4b-bzpzd:/app# celery -A superset.tasks.celery_app:app inspect ping -d celery@$HOSTNAME ['/usr/local/bin', '/app/pythonpath', '/usr/local/lib/python310.zip', '/usr/local/lib/python3.10', '/usr/local/lib/python3.10/lib-dynload',...
After done some digging, it appears to be related to the Celery version issue with Redis. https://github.com/apache/superset/pull/28471
After upgrade to celery 5.4, flower can see workers listed, but the ping for liveness within worker still fails with no nodes replied.
LivenessProbe still fails with 'Error: No nodes replied within time constraint' as result from "celery -A superset.tasks.celery_app:app inspect ping -d celery@$HOSTNAME"