)]}'
{"nova/db/sqlalchemy/api.py":[{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"18cc529a49b199f22d92ad00446d25fe59703587","unresolved":false,"context_lines":[{"line_number":474,"context_line":"                           retry_on_disconnect\u003dTrue)"},{"line_number":475,"context_line":"@pick_context_manager_reader"},{"line_number":476,"context_line":"def service_get_all_by_binary(context, binary, include_disabled\u003dFalse):"},{"line_number":477,"context_line":"    LOG.debug(\u0027executing model_query for services with binary \u003d %s\u0027, binary)"},{"line_number":478,"context_line":"    query \u003d model_query(context, models.Service).filter_by(binary\u003dbinary)"},{"line_number":479,"context_line":"    if not include_disabled:"},{"line_number":480,"context_line":"        query \u003d query.filter_by(disabled\u003dFalse)"}],"source_content_type":"text/x-python","patch_set":22,"id":"df33271e_945f4340","line":477,"updated":"2020-03-25 00:40:45.000000000","message":"From the latest failure [1], I can see that this log message is _not_ reached -- the last log message is from nova.db.api. That means we\u0027re not getting past the @pick_context_manager_reader decorator for some reason ... and that is the thing that\u0027s connecting to the database. We\u0027re somehow failing to connect to the database and without any error raised.\n\n[1] https://zuul.opendev.org/t/openstack/build/b2a97ef7b1934b5683aad91d27364582","commit_id":"fb610f2b66b0894bf96c46e079ee70b7c5764400"}]}
