Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created January 7, 2021 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobsilverberg/be26b3499ba2703cb0fcccd3e6d8fdbf to your computer and use it in GitHub Desktop.
Save bobsilverberg/be26b3499ba2703cb0fcccd3e6d8fdbf to your computer and use it in GitHub Desktop.
olympia@dd0221b1d0d2:/code$ ./manage.py reindex --force --wipe --noinput
{"Timestamp": 1610030429183382528, "Type": "google.cloud.bigquery.opentelemetry_tracing", "Logger": "http_app_addons", "Hostname": "dd0221b1d0d2", "EnvVersion": "2.0", "Severity": 6, "Pid": 71, "Fields": {"uid": "", "remoteAddressChain": "", "msg": "This service is instrumented using OpenTelemetry. OpenTelemetry could not be imported; please add opentelemetry-api and opentelemetry-instrumentation packages in order to get BigQuery Tracing data."}, "severity": 200}
/deps/lib/python3.8/site-packages/multidb/__init__.py:65: UserWarning: [multidb] No replica databases are configured! You can configure them with the REPLICA_DATABASES setting.
warnings.warn(
Starting the reindexation for addons.
{"Timestamp": 1610030430110470144, "Type": "z.elasticsearch", "Logger": "http_app_addons", "Hostname": "dd0221b1d0d2", "EnvVersion": "2.0", "Severity": 6, "Pid": 71, "Fields": {"uid": "<anon>", "remoteAddressChain": "", "msg": "Unflagging the database"}, "severity": 200}
Building the task chain
{"Timestamp": 1610030430388008448, "Type": "z.elasticsearch", "Logger": "http_app_addons", "Hostname": "dd0221b1d0d2", "EnvVersion": "2.0", "Severity": 6, "Pid": 71, "Fields": {"uid": "<anon>", "remoteAddressChain": "", "msg": "Returning reindexing group for addons-20210107144030"}, "severity": 200}
{"Timestamp": 1610030430392328448, "Type": "z.task", "Logger": "http_app_addons", "Hostname": "dd0221b1d0d2", "EnvVersion": "2.0", "Severity": 6, "Pid": 71, "Fields": {"uid": "<anon>", "remoteAddressChain": "", "msg": "Created a group of 1 tasks for task \"olympia.addons.tasks.index_addons\"."}, "severity": 200}
Running all indexation tasks
*** Reindexation done ***
Current Aliases configuration:
{
"addons-20200806165509": {
"aliases": {}
},
"addons-20200806181716": {
"aliases": {}
},
"addons-20210107140418": {
"aliases": {}
},
"addons-20210107141036": {
"aliases": {}
},
"addons-20210107142739": {
"aliases": {}
},
"addons-20210107144030": {
"aliases": {
"addons": {}
}
},
"test_amo_addons-20201105134648": {
"aliases": {
"test_amo_addons": {}
}
}
}
olympia@dd0221b1d0d2:/code$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment