Activity log for bug #1411668

Date Who What changed Old value New value Message
2015-01-16 13:40:06 Gavin Panella bug added bug
2015-01-16 13:40:28 Gavin Panella summary RequestPanel and RPCPanel use the database. RequestPanel and RPCPanel use the database
2015-01-16 13:40:34 Gavin Panella description Both RequestPanel and RPCPanel implement process_response(), which is called even when the response is an error arising from a broken transaction. Because they both access the database -- RequestPanel indirectly via the session, RPCPanel directly via NodeGroup -- then can trip on validate_no_broken_transaction(). These are not enabled in production, hence why this bug is not critical. Both RequestPanel and RPCPanel implement process_response(), which is called even when the response is an error arising from a broken transaction. Because they both access the database -- RequestPanel indirectly via the session, RPCPanel directly via NodeGroup -- then can trip on validate_no_broken_transaction(). These are not enabled in production, hence this bug is not critical.
2015-01-16 15:23:02 Raphaƫl Badin tags dev-environment
2018-05-10 08:03:18 Andres Rodriguez maas: status Triaged Invalid