@regis I appear to be getting the same “pymongo.errors.ServerSelectionTimeoutError: mongodb:27017: [Errno -3] Temporary failure in name resolution, Timeout: 30s, Topology Description: <TopologyDescription id: 64a32d4f96a67dd0d3cbcd7d, topology_type: Single, servers: [<ServerDescription (‘mongodb’, 27017) server_type: Unknown, rtt: None, error=AutoReconnect(‘mongodb:27017: [Errno -3] Temporary failure in name resolution’)>]>” error as mentioned before on the other thread.
{cut}
Traceback (most recent call last):
File "/openedx/venv/lib/python3.8/site-packages/mongodb_proxy.py", line 55, in wrapper
return func(*args, **kwargs)
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/mongo_connection.py", line 353, in find_courselike_blocks_by_id
docs = [
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/mongo_connection.py", line 353, in <listcomp>
docs = [
File "/openedx/venv/lib/python3.8/site-packages/pymongo/cursor.py", line 1280, in next
if len(self.__data) or self._refresh():
File "/openedx/venv/lib/python3.8/site-packages/pymongo/cursor.py", line 1165, in _refresh
self.__session = self.__collection.database.client._ensure_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 2027, in _ensure_session
return self.__start_session(True, causal_consistency=False)
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1976, in __start_session
server_session = self._get_server_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 2013, in _get_server_session
return self._topology.get_server_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 525, in get_server_session
session_timeout = self._check_session_support()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 507, in _check_session_support
self._select_servers_loop(
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 226, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mongodb:27017: [Errno -3] Temporary failure in name resolution, Timeout: 30s, Topology Description: <TopologyDescription id: 64a32d4f96a67dd0d3cbcd7d, topology_type: Single, servers: [<ServerDescription ('mongodb', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mongodb:27017: [Errno -3] Temporary failure in name resolution')>]>
2023-07-03 20:32:03,065 ERROR 7 [mongodb_proxy] [user None] [ip None] mongodb_proxy.py:57 - Attempt 4
Traceback (most recent call last):
File "/openedx/venv/lib/python3.8/site-packages/mongodb_proxy.py", line 55, in wrapper
return func(*args, **kwargs)
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split.py", line 996, in get_course_summaries
for entry, structure_info in self._get_courselike_blocks_for_branch(branch, **kwargs):
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split.py", line 880, in _get_courselike_blocks_for_branch
for entry in self.find_courselike_blocks_by_id(version_guids, block_type):
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split.py", line 602, in find_courselike_blocks_by_id
return self.db_connection.find_courselike_blocks_by_id(list(ids), block_type)
File "/openedx/venv/lib/python3.8/site-packages/mongodb_proxy.py", line 55, in wrapper
return func(*args, **kwargs)
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/mongo_connection.py", line 353, in find_courselike_blocks_by_id
docs = [
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/mongo_connection.py", line 353, in <listcomp>
docs = [
File "/openedx/venv/lib/python3.8/site-packages/pymongo/cursor.py", line 1280, in next
if len(self.__data) or self._refresh():
File "/openedx/venv/lib/python3.8/site-packages/pymongo/cursor.py", line 1165, in _refresh
self.__session = self.__collection.database.client._ensure_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 2027, in _ensure_session
return self.__start_session(True, causal_consistency=False)
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1976, in __start_session
server_session = self._get_server_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 2013, in _get_server_session
return self._topology.get_server_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 525, in get_server_session
session_timeout = self._check_session_support()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 507, in _check_session_support
self._select_servers_loop(
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 226, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mongodb:27017: [Errno -3] Temporary failure in name resolution, Timeout: 30s, Topology Description: <TopologyDescription id: 64a32d4f96a67dd0d3cbcd7d, topology_type: Single, servers: [<ServerDescription ('mongodb', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mongodb:27017: [Errno -3] Temporary failure in name resolution')>]>
Traceback (most recent call last):
File "./manage.py", line 106, in <module>
execute_from_command_line([sys.argv[0]] + django_args)
File "/openedx/venv/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/openedx/venv/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/openedx/venv/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/openedx/venv/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/openedx/edx-platform/lms/djangoapps/grades/management/commands/compute_grades.py", line 76, in handle
self.enqueue_all_shuffled_tasks(options)
File "/openedx/edx-platform/lms/djangoapps/grades/management/commands/compute_grades.py", line 83, in enqueue_all_shuffled_tasks
for seq_id, kwargs in enumerate(self._shuffled_task_kwargs(options)):
File "/openedx/edx-platform/lms/djangoapps/grades/management/commands/compute_grades.py", line 102, in _shuffled_task_kwargs
for course_key in self._get_course_keys(options):
File "/openedx/edx-platform/lms/djangoapps/grades/management/commands/compute_grades.py", line 126, in _get_course_keys
course_keys = [course.id for course in modulestore().get_course_summaries()]
File "/openedx/edx-platform/xmodule/modulestore/mixed.py", line 84, in inner
retval = func(field_decorator=strip_key_collection, *args, **kwargs)
File "/openedx/edx-platform/xmodule/modulestore/mixed.py", line 292, in get_course_summaries
for course_summary in store.get_course_summaries(**kwargs):
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split_draft.py", line 90, in get_course_summaries
return super().get_course_summaries(
File "/openedx/venv/lib/python3.8/site-packages/mongodb_proxy.py", line 55, in wrapper
return func(*args, **kwargs)
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split.py", line 996, in get_course_summaries
for entry, structure_info in self._get_courselike_blocks_for_branch(branch, **kwargs):
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split.py", line 880, in _get_courselike_blocks_for_branch
for entry in self.find_courselike_blocks_by_id(version_guids, block_type):
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/split.py", line 602, in find_courselike_blocks_by_id
return self.db_connection.find_courselike_blocks_by_id(list(ids), block_type)
File "/openedx/venv/lib/python3.8/site-packages/mongodb_proxy.py", line 55, in wrapper
return func(*args, **kwargs)
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/mongo_connection.py", line 353, in find_courselike_blocks_by_id
docs = [
File "/openedx/edx-platform/xmodule/modulestore/split_mongo/mongo_connection.py", line 353, in <listcomp>
docs = [
File "/openedx/venv/lib/python3.8/site-packages/pymongo/cursor.py", line 1280, in next
if len(self.__data) or self._refresh():
File "/openedx/venv/lib/python3.8/site-packages/pymongo/cursor.py", line 1165, in _refresh
self.__session = self.__collection.database.client._ensure_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 2027, in _ensure_session
return self.__start_session(True, causal_consistency=False)
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 1976, in __start_session
server_session = self._get_server_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/mongo_client.py", line 2013, in _get_server_session
return self._topology.get_server_session()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 525, in get_server_session
session_timeout = self._check_session_support()
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 507, in _check_session_support
self._select_servers_loop(
File "/openedx/venv/lib/python3.8/site-packages/pymongo/topology.py", line 226, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mongodb:27017: [Errno -3] Temporary failure in name resolution, Timeout: 30s, Topology Description: <TopologyDescription id: 64a32d4f96a67dd0d3cbcd7d, topology_type: Single, servers: [<ServerDescription ('mongodb', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mongodb:27017: [Errno -3] Temporary failure in name resolution')>]>
Error: Command failed with status 1: docker compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.jobs.yml run --rm lms-job sh -e -c ./manage.py lms compute_grades -v1 --all_courses
Logs:
tutor local logs --tail=100 mongodb
docker compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local logs --tail 100 mongodb
{cut}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:57:29.328+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:57:29.328+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:57:29.328+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.623+00:00"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.625+00:00"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.626+00:00"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"4c5e6ffca36b"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.626+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.22","gitVersion":"fc832685b99221cffb1f5bb5a4ff5ad3e1c416b2","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.626+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.626+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"storage":{"engine":"wiredTiger","journal":{"enabled":false}}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.626+00:00"},"s":"I", "c":"STORAGE", "id":22297, "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:29.627+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7482M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],,log=(enabled=false),"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:30.299+00:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:30.299+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:30.299+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:58:30.299+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.594+00:00"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.597+00:00"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.597+00:00"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"4c5e6ffca36b"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.597+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.22","gitVersion":"fc832685b99221cffb1f5bb5a4ff5ad3e1c416b2","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.597+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.597+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"storage":{"engine":"wiredTiger","journal":{"enabled":false}}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.598+00:00"},"s":"I", "c":"STORAGE", "id":22297, "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:30.598+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7482M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],,log=(enabled=false),"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:31.270+00:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:31.270+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:31.270+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T20:59:31.270+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.574+00:00"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.576+00:00"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.576+00:00"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"4c5e6ffca36b"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.576+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.22","gitVersion":"fc832685b99221cffb1f5bb5a4ff5ad3e1c416b2","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.576+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.576+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"storage":{"engine":"wiredTiger","journal":{"enabled":false}}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.577+00:00"},"s":"I", "c":"STORAGE", "id":22297, "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:31.577+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7482M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],,log=(enabled=false),"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:32.249+00:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:32.249+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:32.249+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:00:32.249+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.550+00:00"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.551+00:00"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.552+00:00"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"4c5e6ffca36b"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.552+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.22","gitVersion":"fc832685b99221cffb1f5bb5a4ff5ad3e1c416b2","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.552+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.552+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"storage":{"engine":"wiredTiger","journal":{"enabled":false}}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.552+00:00"},"s":"I", "c":"STORAGE", "id":22297, "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:32.552+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7482M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],,log=(enabled=false),"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:33.224+00:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:33.224+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:33.224+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:01:33.224+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.549+00:00"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.552+00:00"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.552+00:00"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"4c5e6ffca36b"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.552+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.22","gitVersion":"fc832685b99221cffb1f5bb5a4ff5ad3e1c416b2","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.552+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.552+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"storage":{"engine":"wiredTiger","journal":{"enabled":false}}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.553+00:00"},"s":"I", "c":"STORAGE", "id":22297, "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:33.553+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7482M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],,log=(enabled=false),"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:34.225+00:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:34.225+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:34.225+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:02:34.225+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.532+00:00"},"s":"I", "c":"CONTROL", "id":23285, "ctx":"main","msg":"Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'"}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.535+00:00"},"s":"I", "c":"NETWORK", "id":4648601, "ctx":"main","msg":"Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set tcpFastOpenServer, tcpFastOpenClient, and tcpFastOpenQueueSize."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.535+00:00"},"s":"I", "c":"STORAGE", "id":4615611, "ctx":"initandlisten","msg":"MongoDB starting","attr":{"pid":1,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"4c5e6ffca36b"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.535+00:00"},"s":"I", "c":"CONTROL", "id":23403, "ctx":"initandlisten","msg":"Build Info","attr":{"buildInfo":{"version":"4.4.22","gitVersion":"fc832685b99221cffb1f5bb5a4ff5ad3e1c416b2","openSSLVersion":"OpenSSL 1.1.1f 31 Mar 2020","modules":[],"allocator":"tcmalloc","environment":{"distmod":"ubuntu2004","distarch":"x86_64","target_arch":"x86_64"}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.535+00:00"},"s":"I", "c":"CONTROL", "id":51765, "ctx":"initandlisten","msg":"Operating System","attr":{"os":{"name":"Ubuntu","version":"20.04"}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.535+00:00"},"s":"I", "c":"CONTROL", "id":21951, "ctx":"initandlisten","msg":"Options set by command line","attr":{"options":{"net":{"bindIp":"*"},"storage":{"engine":"wiredTiger","journal":{"enabled":false}}}}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.536+00:00"},"s":"I", "c":"STORAGE", "id":22297, "ctx":"initandlisten","msg":"Using the XFS filesystem is strongly recommended with the WiredTiger storage engine. See http://dochub.mongodb.org/core/prodnotes-filesystem","tags":["startupWarnings"]}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:34.536+00:00"},"s":"I", "c":"STORAGE", "id":22315, "ctx":"initandlisten","msg":"Opening WiredTiger","attr":{"config":"create,cache_size=7482M,session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],,log=(enabled=false),"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:35.208+00:00"},"s":"W", "c":"STORAGE", "id":22347, "ctx":"initandlisten","msg":"Failed to start up WiredTiger under any compatibility version. This may be due to an unsupported upgrade or downgrade."}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:35.208+00:00"},"s":"F", "c":"STORAGE", "id":28595, "ctx":"initandlisten","msg":"Terminating.","attr":{"reason":"95: Operation not supported"}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:35.208+00:00"},"s":"F", "c":"-", "id":23091, "ctx":"initandlisten","msg":"Fatal assertion","attr":{"msgid":28595,"file":"src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp","line":958}}
tutor_local-mongodb-1 | {"t":{"$date":"2023-07-03T21:03:35.208+00:00"},"s":"F", "c":"-", "id":23092, "ctx":"initandlisten","msg":"\n\n***aborting after fassert() failure\n\n"}