Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02_04 #16

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions airflow/airflow-scheduler.err
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[2024-08-17 03:29:38 +0000] [34534] [INFO] Starting gunicorn 23.0.0
[2024-08-17 03:29:38 +0000] [34534] [INFO] Listening at: http://[::]:8793 (34534)
[2024-08-17 03:29:38 +0000] [34534] [INFO] Using worker: sync
[2024-08-17 03:29:38 +0000] [34535] [INFO] Booting worker with pid: 34535
[2024-08-17 03:29:38 +0000] [34537] [INFO] Booting worker with pid: 34537
991 changes: 991 additions & 0 deletions airflow/airflow-scheduler.log

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions airflow/airflow-scheduler.out

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions airflow/airflow-scheduler.pid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34519
69 changes: 69 additions & 0 deletions airflow/airflow-webserver.err
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
Traceback (most recent call last):
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 1717, in wrapper
return fun(self, *args, **kwargs)
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_common.py", line 508, in wrapper
raise raise_from(err, None)
File "<string>", line 3, in raise_from
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_common.py", line 506, in wrapper
return fun(self)
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 1780, in _parse_stat_file
data = bcat("%s/%s/stat" % (self._procfs_path, self.pid))
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_common.py", line 851, in bcat
return cat(fname, fallback=fallback, _open=open_binary)
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_common.py", line 839, in cat
with _open(fname) as f:
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_common.py", line 799, in open_binary
return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
FileNotFoundError: [Errno 2] No such file or directory: '/proc/16043/stat'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/__init__.py", line 355, in _init
self.create_time()
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/__init__.py", line 757, in create_time
self._create_time = self._proc.create_time()
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 1717, in wrapper
return fun(self, *args, **kwargs)
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 1948, in create_time
ctime = float(self._parse_stat_file()['create_time'])
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/_pslinux.py", line 1726, in wrapper
raise NoSuchProcess(self.pid, self._name)
psutil.NoSuchProcess: process no longer exists (pid=16043)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/codespace/.python/current/bin/airflow", line 8, in <module>
sys.exit(main())
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/__main__.py", line 62, in main
args.func(args)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/cli_config.py", line 49, in command
return func(*args, **kwargs)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/utils/cli.py", line 115, in wrapper
return f(*args, **kwargs)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/utils/providers_configuration_loader.py", line 55, in wrapped_function
return func(*args, **kwargs)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 485, in webserver
run_command_with_daemon_option(
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/daemon_utils.py", line 81, in run_command_with_daemon_option
callback()
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 488, in <lambda>
callback=lambda: start_and_monitor_gunicorn(args),
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 472, in start_and_monitor_gunicorn
monitor_gunicorn(gunicorn_master_proc)
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 457, in monitor_gunicorn
).start()
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 211, in start
self._wait_until_true(
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 157, in _wait_until_true
while not fn():
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 212, in <lambda>
lambda: self.num_workers_expected == self._get_num_workers_running(),
File "/usr/local/python/3.10.13/lib/python3.10/site-packages/airflow/cli/commands/webserver_command.py", line 151, in _get_num_workers_running
workers = psutil.Process(self.gunicorn_master_proc.pid).children()
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/__init__.py", line 319, in __init__
self._init(pid)
File "/home/codespace/.local/lib/python3.10/site-packages/psutil/__init__.py", line 368, in _init
raise NoSuchProcess(pid, msg=msg)
psutil.NoSuchProcess: process PID not found (pid=16043)
Empty file added airflow/airflow-webserver.log
Empty file.
Empty file added airflow/airflow-webserver.out
Empty file.
Loading