Skip to content

Instantly share code, notes, and snippets.

@pareeohnos
Created January 18, 2017 13:16
Show Gist options
  • Save pareeohnos/279ea4d2b541c0d616e46a29c4223bd6 to your computer and use it in GitHub Desktop.
Save pareeohnos/279ea4d2b541c0d616e46a29c4223bd6 to your computer and use it in GitHub Desktop.
[error] GenServer :db_runner terminating
** (DBConnection.ConnectionError) transaction rolling back
(db_connection) lib/db_connection.ex:1195: DBConnection.fetch_info/1
(db_connection) lib/db_connection.ex:1012: DBConnection.transaction_meter/3
(db_connection) lib/db_connection.ex:667: DBConnection.transaction/3
(feed_aggregator) lib/feed_aggregator/db_runner.ex:54: TGFeedAggregator.DBRunner.perform_transformation/1
(feed_aggregator) lib/feed_aggregator/db_runner.ex:49: TGFeedAggregator.DBRunner.process_db_transformations/1
(feed_aggregator) lib/feed_aggregator/db_runner.ex:26: anonymous fn/1 in TGFeedAggregator.DBRunner.handle_events/3
(ecto) lib/ecto/adapters/sql.ex:480: anonymous fn/3 in Ecto.Adapters.SQL.do_transaction/3
(db_connection) lib/db_connection.ex:1063: DBConnection.transaction_run/4
(db_connection) lib/db_connection.ex:987: DBConnection.run_begin/3
(db_connection) lib/db_connection.ex:667: DBConnection.transaction/3
(feed_aggregator) lib/feed_aggregator/db_runner.ex:25: TGFeedAggregator.DBRunner.handle_events/3
lib/gen_stage.ex:2401: Experimental.GenStage.consumer_dispatch/7
lib/gen_stage.ex:1955: Experimental.GenStage.handle_info/2
(stdlib) gen_server.erl:615: :gen_server.try_dispatch/4
(stdlib) gen_server.erl:681: :gen_server.handle_msg/5
(stdlib) proc_lib.erl:240: :proc_lib.init_p_do_apply/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment