laimis9133 commented on issue #27160: URL: https://github.com/apache/superset/issues/27160#issuecomment-2648980714
Hi @nicholaslimck, Although known already I'm just here to confirm that we are facing cache warmup problems with 4.1.1 ``` [2025-02-10 18:30:00,892: INFO/ForkPoolWorker-15] fetch_url[9f55c367-1c0f-447a-b2ab-f147f330cd80]: Fetching http://superset.data-prod:8088/api/v1/security/csrf_token/ [2025-02-10 18:30:00,898: ERROR/ForkPoolWorker-16] fetch_url[05c625da-6580-4220-8250-32591ea54287]: Error warming up cache! Traceback (most recent call last): File "/app/superset/tasks/cache.py", line 231, in fetch_url response = request.urlopen( # pylint: disable=consider-using-with File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.10/urllib/request.py", line 525, in open response = meth(req, response) File "/usr/local/lib/python3.10/urllib/request.py", line 634, in http_response response = self.parent.error( File "/usr/local/lib/python3.10/urllib/request.py", line 563, in error return self._call_chain(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/usr/local/lib/python3.10/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 401: UNAUTHORIZED ``` I see that [#31173](https://github.com/apache/superset/pull/31173) is already merged - do we wait now for 4.1.2 release or is it backported to 4.1.1? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org