switchman 1.2.25 → 1.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/switchman/active_record/association.rb +1 -0
- data/lib/switchman/database_server.rb +9 -2
- data/lib/switchman/version.rb +1 -1
- data/spec/dummy/db/shard_1679.sqlite3 +0 -0
- data/spec/dummy/log/test.log +3513 -0
- data/spec/dummy/tmp/cache/380/670/shard%2F1672 +1 -0
- data/spec/dummy/tmp/cache/385/6C0/shard%2F1677 +1 -0
- data/spec/dummy/tmp/cache/3B2/0D0/shard%2F11673 +1 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d446c88ba224e3f62f97e7be128f115b39fa5a47
|
4
|
+
data.tar.gz: c9666aec9c95601747ad1ea10378b6fa53741df9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78d66269b0fb652e685c324b6ea38a92b18f31fddab28109ef7144581e37c989c2e6c0a84b3ad461f3aafe7624f0333267b5c176093b4d7e12d8e0f356fcf416
|
7
|
+
data.tar.gz: a90ec46fa09167fe4456d25facd7b3c65020751ec90ede6ec634a43edb737425ba959363423dd1d9f6c704ecebec06029beba616c0682297dc021097937217cc
|
@@ -206,8 +206,15 @@ module Switchman
|
|
206
206
|
::ActiveRecord::Migration.verbose = false
|
207
207
|
|
208
208
|
reset_column_information
|
209
|
-
|
210
|
-
|
209
|
+
unless create_schema == false
|
210
|
+
migrate = -> { ::ActiveRecord::Migrator.migrate(::Rails.root + "db/migrate/") }
|
211
|
+
if ::ActiveRecord::Base.connection.supports_ddl_transactions?
|
212
|
+
::ActiveRecord::Base.connection.transaction(requires_new: true, &migrate)
|
213
|
+
else
|
214
|
+
migrate.call
|
215
|
+
end
|
216
|
+
reset_column_information
|
217
|
+
end
|
211
218
|
ensure
|
212
219
|
::ActiveRecord::Migration.verbose = old_verbose
|
213
220
|
::ActiveRecord::Base.connection.raw_connection.set_notice_processor(&old_proc) if old_proc
|
data/lib/switchman/version.rb
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -213035,3 +213035,3516 @@ LINE 1: SELECT COUNT(*) FROM "users"
|
|
213035
213035
|
[1m[35m (0.2ms)[0m BEGIN
|
213036
213036
|
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 1650]]
|
213037
213037
|
[1m[35m (0.1ms)[0m COMMIT
|
213038
|
+
[1m[36m (0.5ms)[0m [1mSELECT * FROM unnest(current_schemas(false))[0m
|
213039
|
+
[1m[35mSwitchman::Shard Load (7.0ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1
|
213040
|
+
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "switchman_shards"[0m
|
213041
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1
|
213042
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
213043
|
+
[1m[35mSwitchman::Shard Exists (0.3ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1
|
213044
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "switchman_shards" ("default") VALUES ($1) RETURNING "id"[0m [["default", "t"]]
|
213045
|
+
[1m[35m (6.1ms)[0m COMMIT
|
213046
|
+
[1m[36mSwitchman::Shard Load (0.4ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m
|
213047
|
+
[1m[35mSwitchman::Shard Load (0.8ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE (database_server_id IS NULL OR database_server_id='test') AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1
|
213048
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
213049
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "name") VALUES ($1, $2) RETURNING "id" [["database_server_id", "test"], ["name", "public"]]
|
213050
|
+
[1m[36m (0.5ms)[0m [1mCREATE SCHEMA switchman_test_shard_1672[0m [shard 1672 deploy]
|
213051
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 deploy]
|
213052
|
+
[1m[36m (14.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [shard 1672 deploy]
|
213053
|
+
[1m[35m (6.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 1672 deploy]
|
213054
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [shard 1672 deploy]
|
213055
|
+
Migrating to CreateUsers (20130403132607)
|
213056
|
+
[1m[35m (7.9ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1672 deploy]
|
213057
|
+
[1m[36mSQL (6.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130403132607"]] [shard 1672 deploy]
|
213058
|
+
Migrating to CreateAppendages (20130411202442)
|
213059
|
+
[1m[35m (7.8ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1672 deploy]
|
213060
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202442"]] [shard 1672 deploy]
|
213061
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
213062
|
+
[1m[35m (8.4ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1672 deploy]
|
213063
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202551"]] [shard 1672 deploy]
|
213064
|
+
Migrating to CreateDigits (20131022202028)
|
213065
|
+
[1m[35m (7.8ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1672 deploy]
|
213066
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131022202028"]] [shard 1672 deploy]
|
213067
|
+
Migrating to CreateFeatures (20131206172923)
|
213068
|
+
[1m[35m (7.6ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1672 deploy]
|
213069
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131206172923"]] [shard 1672 deploy]
|
213070
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
213071
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 1672 deploy]
|
213072
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140123154135"]] [shard 1672 deploy]
|
213073
|
+
Migrating to CreateRoots (20140219183820)
|
213074
|
+
[1m[35m (7.9ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1672 deploy]
|
213075
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140219183820"]] [shard 1672 deploy]
|
213076
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 deploy]
|
213077
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "switchman_shards" SET "name" = $1 WHERE "switchman_shards"."id" = 1672[0m [["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
213078
|
+
[1m[35m (6.8ms)[0m COMMIT [shard 1671 master]
|
213079
|
+
[1m[36mSwitchman::Shard Load (0.8ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '1' AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213080
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213081
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "name") VALUES ($1, $2) RETURNING "id"[0m [["database_server_id", "1"], ["name", "public"]] [shard 1671 master]
|
213082
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213083
|
+
[1m[36m (0.6ms)[0m [1mCREATE SCHEMA switchman_test_shard_1673[0m [shard 1673 deploy]
|
213084
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 deploy]
|
213085
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [shard 1673 deploy]
|
213086
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 1673 deploy]
|
213087
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [shard 1673 deploy]
|
213088
|
+
Migrating to CreateUsers (20130403132607)
|
213089
|
+
[1m[35m (2.9ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1673 deploy]
|
213090
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130403132607"]] [shard 1673 deploy]
|
213091
|
+
Migrating to CreateAppendages (20130411202442)
|
213092
|
+
[1m[35m (1.9ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1673 deploy]
|
213093
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202442"]] [shard 1673 deploy]
|
213094
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
213095
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1673 deploy]
|
213096
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202551"]] [shard 1673 deploy]
|
213097
|
+
Migrating to CreateDigits (20131022202028)
|
213098
|
+
[1m[35m (2.7ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1673 deploy]
|
213099
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131022202028"]] [shard 1673 deploy]
|
213100
|
+
Migrating to CreateFeatures (20131206172923)
|
213101
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1673 deploy]
|
213102
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131206172923"]] [shard 1673 deploy]
|
213103
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
213104
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 1673 deploy]
|
213105
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140123154135"]] [shard 1673 deploy]
|
213106
|
+
Migrating to CreateRoots (20140219183820)
|
213107
|
+
[1m[35m (2.3ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1673 deploy]
|
213108
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140219183820"]] [shard 1673 deploy]
|
213109
|
+
[1m[35m (1.0ms)[0m COMMIT [shard 1673 deploy]
|
213110
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213111
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "switchman_shards" SET "name" = $1 WHERE "switchman_shards"."id" = 1673 [["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
213112
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213113
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
213114
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213115
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213116
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
213117
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
213118
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213119
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213120
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213121
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
213122
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213123
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213124
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
213125
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213126
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213127
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213128
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213129
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213130
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213131
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213132
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.562886"], ["updated_at", "2015-01-19 20:20:02.562886"]] [shard 1672 master]
|
213133
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213134
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213135
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1 [shard 1672 master]
|
213136
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213137
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213138
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
213139
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213140
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213141
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
213142
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
213143
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 1671 master]
|
213144
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213145
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213146
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
213147
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213148
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213149
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
213150
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213151
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213152
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213153
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213154
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213155
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213156
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213157
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.585973"], ["updated_at", "2015-01-19 20:20:02.585973"]] [shard 1671 master]
|
213158
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213159
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213160
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.590567"], ["updated_at", "2015-01-19 20:20:02.590567"]] [shard 1672 master]
|
213161
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213162
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213163
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213164
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213165
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213166
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213167
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213168
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213169
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213170
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.596614"], ["updated_at", "2015-01-19 20:20:02.596614"]] [shard 1672 master]
|
213171
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213172
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213173
|
+
[1m[35mSQL (6.4ms)[0m INSERT INTO "appendages" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.600319"], ["updated_at", "2015-01-19 20:20:02.600319"]] [shard 1672 master]
|
213174
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213175
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1 [shard 1671 master]
|
213176
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213177
|
+
[1m[35mSQL (6.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.616777"], ["updated_at", "2015-01-19 20:20:02.616777"]] [shard 1673 master]
|
213178
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213179
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213180
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213181
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213182
|
+
[1m[36mSwitchman::Shard Load (0.4ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213183
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213184
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213185
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213186
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213187
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213188
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213189
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213190
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213191
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213192
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213193
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213194
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213195
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213196
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213197
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213198
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213199
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213200
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213201
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.639150"], ["updated_at", "2015-01-19 20:20:02.639150"]] [shard 1672 master]
|
213202
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213203
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213204
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213205
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213206
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213207
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213208
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213209
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213210
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213211
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213212
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213213
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213214
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213215
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213216
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213217
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213218
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.648419"], ["updated_at", "2015-01-19 20:20:02.648419"]] [shard 1671 master]
|
213219
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
213220
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213221
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213222
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
213223
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213224
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213225
|
+
[1m[35mSwitchman::Shard Exists (0.1ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
213226
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
213227
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213228
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213229
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213230
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
213231
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213232
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213233
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
213234
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213235
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213236
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213237
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213238
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213239
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213240
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213241
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.662217"], ["updated_at", "2015-01-19 20:20:02.662217"]] [shard 1672 master]
|
213242
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213243
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213244
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.663792"], ["updated_at", "2015-01-19 20:20:02.663792"]] [shard 1672 master]
|
213245
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213246
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213247
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.665358"], ["updated_at", "2015-01-19 20:20:02.665358"]] [shard 1671 master]
|
213248
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213249
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" [shard 1672 master]
|
213250
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users"[0m [shard 1671 master]
|
213251
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213252
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213253
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213254
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213255
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213256
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213257
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213258
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users"[0m [shard 1671 master]
|
213259
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213260
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.672995"], ["updated_at", "2015-01-19 20:20:02.672995"]] [shard 1671 master]
|
213261
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
213262
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213263
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213264
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213265
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213266
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213267
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213268
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213269
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213270
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213271
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.689200"], ["updated_at", "2015-01-19 20:20:02.689200"]] [shard 1671 master]
|
213272
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213273
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213274
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213275
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213276
|
+
[1m[36mSwitchman::Shard Load (0.5ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213277
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213278
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213279
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213280
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users"[0m [shard 1671 master]
|
213281
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213282
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.699811"], ["updated_at", "2015-01-19 20:20:02.699811"]] [shard 1671 master]
|
213283
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
213284
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213285
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213286
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213287
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213288
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213289
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213290
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213291
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213292
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213293
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.706555"], ["updated_at", "2015-01-19 20:20:02.706555"]] [shard 1671 master]
|
213294
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213295
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213296
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213297
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213298
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213299
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213300
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213301
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213302
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213303
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213304
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213305
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213306
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213307
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213308
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213309
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213310
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213311
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213312
|
+
[1m[36mSwitchman::Shard Load (0.4ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213313
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213314
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213315
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213316
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213317
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213318
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213319
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213320
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213321
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213322
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213323
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213324
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213325
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213326
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213327
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213328
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213329
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213330
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213331
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.736211"], ["updated_at", "2015-01-19 20:20:02.736211"]] [shard 1671 master]
|
213332
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213333
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213334
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users"[0m [shard 1671 master]
|
213335
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213336
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213337
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213338
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213339
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213340
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213341
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213342
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213343
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.742608"], ["updated_at", "2015-01-19 20:20:02.742608"]] [shard 1671 master]
|
213344
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213345
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213346
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users"[0m [shard 1671 master]
|
213347
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213348
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213349
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213350
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.750029"], ["updated_at", "2015-01-19 20:20:02.750029"]] [shard 1671 master]
|
213351
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 1671 master]
|
213352
|
+
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users"[0m [shard 1671 master]
|
213353
|
+
[1m[35mSQL (0.5ms)[0m DELETE FROM "users" [shard 1671 master]
|
213354
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users"[0m [shard 1671 master]
|
213355
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213356
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.759708"], ["updated_at", "2015-01-19 20:20:02.759708"]] [shard 1671 master]
|
213357
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 1671 master]
|
213358
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213359
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:02.763308"], ["name", "a"], ["updated_at", "2015-01-19 20:20:02.763308"]] [shard 1671 master]
|
213360
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213361
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 2771]] [shard 1671 master]
|
213362
|
+
[1m[36mCACHE (0.0ms)[0m [1m1671::SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 2771]]
|
213363
|
+
[1m[35mCACHE (0.0ms)[0m 1671::SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 2771]]
|
213364
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213365
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "name" = $1, "updated_at" = $2 WHERE "users"."id" = 2771 [["name", "b"], ["updated_at", "2015-01-19 20:20:02.770349"]] [shard 1671 master]
|
213366
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213367
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 2771]] [shard 1671 master]
|
213368
|
+
[1m[36mCACHE (0.0ms)[0m [1m1671::SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 2771]]
|
213369
|
+
[1m[35mSQL (0.5ms)[0m DELETE FROM "users" [shard 1671 master]
|
213370
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213371
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.777125"], ["updated_at", "2015-01-19 20:20:02.777125"]] [shard 1671 master]
|
213372
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213373
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213374
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users"[0m [shard 1671 master]
|
213375
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" [shard 1671 master]
|
213376
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213377
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213378
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213379
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213380
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213381
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213382
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213383
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213384
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213385
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213386
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213387
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213388
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213389
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213390
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213391
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213392
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213393
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213394
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213395
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213396
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213397
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213398
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213399
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213400
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213401
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213402
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213403
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213404
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213405
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213406
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213407
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213408
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213409
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213410
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213411
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213412
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213413
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213414
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213415
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213416
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213417
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213418
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213419
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213420
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213421
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213422
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213423
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213424
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213425
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213426
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213427
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213428
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213429
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213430
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213431
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213432
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213433
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" FOR UPDATE [shard 1671 master]
|
213434
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213435
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213436
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213437
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213438
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213439
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213440
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213441
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213442
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213443
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213444
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213445
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213446
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213447
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213448
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213449
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213450
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213451
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213452
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213453
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213454
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213455
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213456
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213457
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213458
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213459
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213460
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213461
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213462
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213463
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.834209"], ["updated_at", "2015-01-19 20:20:02.834209"]] [shard 1671 master]
|
213464
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213465
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213466
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "updated_at" = '2015-01-19 20:20:02.835857'[0m [shard 1671 master]
|
213467
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213468
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213469
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213470
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213471
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213472
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213473
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213474
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213475
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.841198"], ["updated_at", "2015-01-19 20:20:02.841198"]] [shard 1671 master]
|
213476
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213477
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" [shard 1671 master]
|
213478
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "updated_at" = '2015-01-19 20:20:02.843085'[0m [shard 1671 master]
|
213479
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213480
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213481
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213482
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.845828"], ["updated_at", "2015-01-19 20:20:02.845828"]] [shard 1671 master]
|
213483
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213484
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users"[0m [shard 1671 master]
|
213485
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "updated_at" = '2015-01-19 20:20:02.847948' [shard 1671 master]
|
213486
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users"[0m [shard 1671 master]
|
213487
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213488
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.850909"], ["updated_at", "2015-01-19 20:20:02.850909"]] [shard 1671 master]
|
213489
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213490
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users"[0m [shard 1671 master]
|
213491
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "updated_at" = '2015-01-19 20:20:02.852960' [shard 1671 master]
|
213492
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users"[0m [shard 1671 master]
|
213493
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213494
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213495
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213496
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213497
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213498
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213499
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213500
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
213501
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213502
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213503
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
213504
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
213505
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213506
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213507
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213508
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
213509
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 1671 master]
|
213510
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213511
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
213512
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213513
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213514
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213515
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213516
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213517
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213518
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213519
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id" [["database_server_id", "2"]] [shard 1671 master]
|
213520
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213521
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213522
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "2"]] [shard 1671 master]
|
213523
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
213524
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213525
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213526
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213527
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213528
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213529
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213530
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213531
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213532
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213533
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213534
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213535
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213536
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213537
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213538
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213539
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213540
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213541
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213542
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213543
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213544
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213545
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213546
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
213547
|
+
[1m[35mSQL (6.1ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
213548
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213549
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213550
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
213551
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
213552
|
+
[1m[36m (11.8ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213553
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213554
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213555
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
213556
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
213557
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213558
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
213559
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
213560
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213561
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213562
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213563
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213564
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213565
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213566
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.943333"], ["updated_at", "2015-01-19 20:20:02.943333"]] [shard 1672 master]
|
213567
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213568
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213569
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.945178"], ["updated_at", "2015-01-19 20:20:02.945178"]] [shard 1673 master]
|
213570
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213571
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213572
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.955780"], ["updated_at", "2015-01-19 20:20:02.955780"], ["user_id", 7]] [shard 1672 master]
|
213573
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213574
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = $1[0m [["user_id", 7]] [shard 1672 master]
|
213575
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1 [shard 1671 master]
|
213576
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 7]] [shard 1672 master]
|
213577
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 7]] [shard 1672 master]
|
213578
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213579
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 1672 master]
|
213580
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213581
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213582
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213583
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213584
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213585
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213586
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.971274"], ["updated_at", "2015-01-19 20:20:02.971274"]] [shard 1672 master]
|
213587
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213588
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213589
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.973667"], ["updated_at", "2015-01-19 20:20:02.973667"]] [shard 1673 master]
|
213590
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213591
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213592
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213593
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213594
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213595
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213596
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213597
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213598
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213599
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.982601"], ["updated_at", "2015-01-19 20:20:02.982601"]] [shard 1672 master]
|
213600
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213601
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213602
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.984942"], ["updated_at", "2015-01-19 20:20:02.984942"]] [shard 1673 master]
|
213603
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213604
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213605
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213606
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213607
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213608
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213609
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213610
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213611
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213612
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.993473"], ["updated_at", "2015-01-19 20:20:02.993473"]] [shard 1672 master]
|
213613
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213614
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213615
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:02.995159"], ["updated_at", "2015-01-19 20:20:02.995159"]] [shard 1673 master]
|
213616
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213617
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213618
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:02.998765"], ["updated_at", "2015-01-19 20:20:02.998765"], ["user_id", 10]] [shard 1672 master]
|
213619
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213621
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213622
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.002145"], ["updated_at", "2015-01-19 20:20:03.002145"], ["user_id", 4]] [shard 1673 master]
|
213623
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213624
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
213625
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1673 LIMIT 1 [shard 1671 master]
|
213626
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213627
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213628
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213629
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213630
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213631
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213632
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213633
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213634
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.012030"], ["updated_at", "2015-01-19 20:20:03.012030"]] [shard 1672 master]
|
213635
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213636
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213637
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.013763"], ["updated_at", "2015-01-19 20:20:03.013763"]] [shard 1673 master]
|
213638
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213639
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213640
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.016529"], ["updated_at", "2015-01-19 20:20:03.016529"], ["user_id", 11]] [shard 1672 master]
|
213641
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213642
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213643
|
+
[1m[35mSQL (5.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 4], ["created_at", "2015-01-19 20:20:03.025591"], ["updated_at", "2015-01-19 20:20:03.025591"]] [shard 1672 master]
|
213644
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213645
|
+
[1m[35mDigit Load (0.3ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."id" = $2 LIMIT 1 [["user_id", 11], ["id", 1]] [shard 1672 master]
|
213646
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213647
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213648
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213649
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213650
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213651
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213652
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213653
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213654
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.046631"], ["updated_at", "2015-01-19 20:20:03.046631"]] [shard 1672 master]
|
213655
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213656
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213657
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.048624"], ["updated_at", "2015-01-19 20:20:03.048624"]] [shard 1673 master]
|
213658
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213659
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213660
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.051751"], ["updated_at", "2015-01-19 20:20:03.051751"], ["user_id", 12]] [shard 1672 master]
|
213661
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213662
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213663
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213664
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213665
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213666
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213667
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213668
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213669
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213670
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.058851"], ["updated_at", "2015-01-19 20:20:03.058851"]] [shard 1672 master]
|
213671
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213672
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213673
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.060703"], ["updated_at", "2015-01-19 20:20:03.060703"]] [shard 1673 master]
|
213674
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213675
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213676
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.063866"], ["updated_at", "2015-01-19 20:20:03.063866"], ["user_id", 13]] [shard 1672 master]
|
213677
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213678
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 AND "appendages"."id" = $2 LIMIT 1[0m [["user_id", 13], ["id", 6]] [shard 1672 master]
|
213679
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 AND "appendages"."id" = $2 LIMIT 1 [["user_id", 7], ["id", 16720000000000006]] [shard 1673 master]
|
213680
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213681
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
213682
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213683
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213684
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213685
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213686
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213687
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213688
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.076224"], ["updated_at", "2015-01-19 20:20:03.076224"]] [shard 1672 master]
|
213689
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213690
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213691
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.078428"], ["updated_at", "2015-01-19 20:20:03.078428"]] [shard 1673 master]
|
213692
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213693
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213694
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.081522"], ["updated_at", "2015-01-19 20:20:03.081522"], ["user_id", 14]] [shard 1672 master]
|
213695
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213696
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1[0m [["id", 7]] [shard 1672 master]
|
213697
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 14]] [shard 1672 master]
|
213698
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213699
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213700
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213701
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213702
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213703
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213704
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213705
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213706
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.090347"], ["updated_at", "2015-01-19 20:20:03.090347"]] [shard 1672 master]
|
213707
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213708
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213709
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.092162"], ["updated_at", "2015-01-19 20:20:03.092162"]] [shard 1673 master]
|
213710
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213711
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213712
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "parent_id", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.095372"], ["parent_id", 15], ["updated_at", "2015-01-19 20:20:03.095372"]] [shard 1672 master]
|
213713
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213714
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213715
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "parent_id", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.098340"], ["parent_id", 16], ["updated_at", "2015-01-19 20:20:03.098340"]] [shard 1672 master]
|
213716
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213717
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 15]] [shard 1672 master]
|
213718
|
+
[1m[36mUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "users" INNER JOIN "users" "children_grandchildren_join" ON "users"."parent_id" = "children_grandchildren_join"."id" WHERE "children_grandchildren_join"."parent_id" = $1 AND "users"."id" = 17 LIMIT 1[0m [["parent_id", 15]] [shard 1672 master]
|
213719
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213720
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "id", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.105489"], ["id", 17], ["updated_at", "2015-01-19 20:20:03.105489"]] [shard 1673 master]
|
213721
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213722
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 15]] [shard 1672 master]
|
213723
|
+
[1m[35mUser Exists (0.3ms)[0m SELECT 1 AS one FROM "users" INNER JOIN "users" "children_grandchildren_join" ON "users"."parent_id" = "children_grandchildren_join"."id" WHERE "children_grandchildren_join"."parent_id" = $1 AND "users"."id" = 16730000000000017 LIMIT 1 [["parent_id", 15]] [shard 1672 master]
|
213724
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213725
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213726
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213727
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213728
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213729
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213730
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213731
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213732
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.117242"], ["updated_at", "2015-01-19 20:20:03.117242"]] [shard 1672 master]
|
213733
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213734
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213735
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.119123"], ["updated_at", "2015-01-19 20:20:03.119123"]] [shard 1673 master]
|
213736
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213737
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
213738
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.122465"], ["updated_at", "2015-01-19 20:20:03.122465"], ["user_id", 18]] [shard 1672 master]
|
213739
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213740
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213741
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "digits" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.124167"], ["updated_at", "2015-01-19 20:20:03.124167"]] [shard 1673 master]
|
213742
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213743
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213744
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 8], ["created_at", "2015-01-19 20:20:03.126916"], ["id", 16730000000000001], ["updated_at", "2015-01-19 20:20:03.126916"]] [shard 1672 master]
|
213745
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213746
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."id" = $2 LIMIT 1[0m [["user_id", 18], ["id", 16730000000000001]] [shard 1672 master]
|
213747
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213748
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213749
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213750
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213751
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213752
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213753
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213754
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213755
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.137330"], ["updated_at", "2015-01-19 20:20:03.137330"]] [shard 1672 master]
|
213756
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213757
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213758
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.139165"], ["updated_at", "2015-01-19 20:20:03.139165"]] [shard 1673 master]
|
213759
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213760
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
213761
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.142068"], ["updated_at", "2015-01-19 20:20:03.142068"], ["user_id", 19]] [shard 1672 master]
|
213762
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213763
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213764
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213765
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213766
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213767
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213768
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213769
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213770
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213771
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.149072"], ["updated_at", "2015-01-19 20:20:03.149072"]] [shard 1672 master]
|
213772
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213773
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213774
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.150915"], ["updated_at", "2015-01-19 20:20:03.150915"]] [shard 1673 master]
|
213775
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213776
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213777
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "mirror_users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.152806"], ["updated_at", "2015-01-19 20:20:03.152806"]] [shard 1672 master]
|
213778
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213779
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213780
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213781
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213782
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213783
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213784
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213785
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213786
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213787
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.177025"], ["updated_at", "2015-01-19 20:20:03.177025"]] [shard 1672 master]
|
213788
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213789
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213790
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.178831"], ["updated_at", "2015-01-19 20:20:03.178831"]] [shard 1673 master]
|
213791
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213792
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213793
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213794
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213795
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213796
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213797
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213798
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213799
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213800
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213801
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213802
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.186022"], ["updated_at", "2015-01-19 20:20:03.186022"]] [shard 1672 master]
|
213803
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213804
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213805
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.187447"], ["updated_at", "2015-01-19 20:20:03.187447"]] [shard 1673 master]
|
213806
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213807
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213808
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.188930"], ["updated_at", "2015-01-19 20:20:03.188930"], ["user_id", 22], ["value", 1]] [shard 1672 master]
|
213809
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213810
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213811
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.191211"], ["updated_at", "2015-01-19 20:20:03.191211"], ["user_id", 16720000000000022]] [shard 1673 master]
|
213812
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213813
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 AND "appendages"."value" IS NULL [["user_id", 22]] [shard 1672 master]
|
213814
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 AND "appendages"."value" IS NULL[0m [["user_id", 16720000000000022]] [shard 1673 master]
|
213815
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 22]] [shard 1672 master]
|
213816
|
+
[1m[36mAppendage Load (0.1ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 AND "appendages"."value" IS NULL[0m [["user_id", 22]] [shard 1672 master]
|
213817
|
+
[1m[35mAppendage Load (0.1ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 AND "appendages"."value" IS NULL [["user_id", 16720000000000022]] [shard 1673 master]
|
213818
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213819
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213820
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213821
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213822
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213823
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213824
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213825
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213826
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.202895"], ["updated_at", "2015-01-19 20:20:03.202895"]] [shard 1672 master]
|
213827
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213828
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213829
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.204367"], ["updated_at", "2015-01-19 20:20:03.204367"]] [shard 1673 master]
|
213830
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213831
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213832
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.205799"], ["updated_at", "2015-01-19 20:20:03.205799"], ["user_id", 23], ["value", 1]] [shard 1672 master]
|
213833
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213834
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213835
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.207911"], ["updated_at", "2015-01-19 20:20:03.207911"], ["user_id", 16720000000000023]] [shard 1673 master]
|
213836
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213837
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213838
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213839
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:03.210629"], ["updated_at", "2015-01-19 20:20:03.210629"], ["user_id", 23], ["value", 2]] [shard 1672 master]
|
213840
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213841
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213842
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 23]] [shard 1672 master]
|
213843
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = $1 AND (appendages.value IS NOT NULL) [["user_id", 23]] [shard 1672 master]
|
213844
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = $1 AND (appendages.value IS NOT NULL)[0m [["user_id", 16720000000000023]] [shard 1673 master]
|
213845
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 23]] [shard 1672 master]
|
213846
|
+
[1m[36m (0.1ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = $1 AND (appendages.value IS NOT NULL)[0m [["user_id", 23]] [shard 1672 master]
|
213847
|
+
[1m[35m (0.1ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = $1 AND (appendages.value IS NOT NULL) [["user_id", 16720000000000023]] [shard 1673 master]
|
213848
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213849
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213850
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213851
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213852
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213853
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213854
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213855
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213856
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.224707"], ["updated_at", "2015-01-19 20:20:03.224707"]] [shard 1672 master]
|
213857
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213858
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213859
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.226361"], ["updated_at", "2015-01-19 20:20:03.226361"]] [shard 1673 master]
|
213860
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213861
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213862
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.227890"], ["updated_at", "2015-01-19 20:20:03.227890"], ["user_id", 24]] [shard 1672 master]
|
213863
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213864
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213865
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 13], ["created_at", "2015-01-19 20:20:03.230180"], ["updated_at", "2015-01-19 20:20:03.230180"]] [shard 1672 master]
|
213866
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213867
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213868
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.232332"], ["updated_at", "2015-01-19 20:20:03.232332"], ["user_id", 16720000000000024]] [shard 1673 master]
|
213869
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213870
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213871
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 5], ["created_at", "2015-01-19 20:20:03.234544"], ["updated_at", "2015-01-19 20:20:03.234544"], ["value", 2]] [shard 1673 master]
|
213872
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213873
|
+
[1m[35mDigit Load (0.3ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL [["user_id", 24]] [shard 1672 master]
|
213874
|
+
[1m[36mDigit Load (0.4ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL[0m [["user_id", 16720000000000024]] [shard 1673 master]
|
213875
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 24]] [shard 1672 master]
|
213876
|
+
[1m[36mDigit Load (0.2ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL[0m [["user_id", 24]] [shard 1672 master]
|
213877
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL [["user_id", 16720000000000024]] [shard 1673 master]
|
213878
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213879
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213880
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213881
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213882
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213883
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213884
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213885
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213886
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.249252"], ["updated_at", "2015-01-19 20:20:03.249252"]] [shard 1672 master]
|
213887
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213888
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213889
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.250762"], ["updated_at", "2015-01-19 20:20:03.250762"]] [shard 1673 master]
|
213890
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213891
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213892
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.252394"], ["updated_at", "2015-01-19 20:20:03.252394"], ["user_id", 25]] [shard 1672 master]
|
213893
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213894
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213895
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 14], ["created_at", "2015-01-19 20:20:03.254806"], ["updated_at", "2015-01-19 20:20:03.254806"]] [shard 1672 master]
|
213896
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213897
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213898
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 14], ["created_at", "2015-01-19 20:20:03.257100"], ["updated_at", "2015-01-19 20:20:03.257100"], ["value", 1]] [shard 1672 master]
|
213899
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213900
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213901
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.259611"], ["updated_at", "2015-01-19 20:20:03.259611"], ["user_id", 16720000000000025]] [shard 1673 master]
|
213902
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213903
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213904
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 6], ["created_at", "2015-01-19 20:20:03.262351"], ["updated_at", "2015-01-19 20:20:03.262351"], ["value", 2]] [shard 1673 master]
|
213905
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213906
|
+
[1m[36m (0.3ms)[0m [1mSELECT SUM("digits"."value") AS sum_id FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND (digits.value IS NOT NULL)[0m [["user_id", 25]] [shard 1672 master]
|
213907
|
+
[1m[35m (0.3ms)[0m SELECT SUM("digits"."value") AS sum_id FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND (digits.value IS NOT NULL) [["user_id", 16720000000000025]] [shard 1673 master]
|
213908
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 25]] [shard 1672 master]
|
213909
|
+
[1m[35m (0.2ms)[0m SELECT SUM("digits"."value") AS sum_id FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND (digits.value IS NOT NULL) [["user_id", 25]] [shard 1672 master]
|
213910
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("digits"."value") AS sum_id FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND (digits.value IS NOT NULL)[0m [["user_id", 16720000000000025]] [shard 1673 master]
|
213911
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213912
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213913
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213914
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213915
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213916
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213917
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213918
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213919
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.276712"], ["updated_at", "2015-01-19 20:20:03.276712"]] [shard 1672 master]
|
213920
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213921
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213922
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.278272"], ["updated_at", "2015-01-19 20:20:03.278272"]] [shard 1673 master]
|
213923
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213924
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213925
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:03.279828"], ["updated_at", "2015-01-19 20:20:03.279828"], ["user_id", 26], ["value", 1]] [shard 1672 master]
|
213926
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213927
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213928
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.281991"], ["updated_at", "2015-01-19 20:20:03.281991"], ["user_id", 16720000000000026], ["value", 2]] [shard 1673 master]
|
213929
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213930
|
+
[1m[36mAppendage Load (0.1ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1[0m [["user_id", 26]] [shard 1672 master]
|
213931
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 26]] [shard 1672 master]
|
213932
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1[0m [["user_id", 26]] [shard 1672 master]
|
213933
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 16720000000000026]] [shard 1673 master]
|
213934
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
213935
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
213936
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
213937
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
213938
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
213939
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
213940
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
213941
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213942
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.293384"], ["updated_at", "2015-01-19 20:20:03.293384"]] [shard 1672 master]
|
213943
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213944
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213945
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.294991"], ["updated_at", "2015-01-19 20:20:03.294991"]] [shard 1673 master]
|
213946
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213947
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213948
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.296532"], ["updated_at", "2015-01-19 20:20:03.296532"], ["user_id", 27]] [shard 1672 master]
|
213949
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213950
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213951
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 16], ["created_at", "2015-01-19 20:20:03.298877"], ["updated_at", "2015-01-19 20:20:03.298877"], ["value", 1]] [shard 1672 master]
|
213952
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213953
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213954
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.300854"], ["updated_at", "2015-01-19 20:20:03.300854"], ["user_id", 16720000000000027]] [shard 1673 master]
|
213955
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213956
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213957
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 8], ["created_at", "2015-01-19 20:20:03.303042"], ["updated_at", "2015-01-19 20:20:03.303042"], ["value", 2]] [shard 1673 master]
|
213958
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213959
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 [["user_id", 27]] [shard 1672 master]
|
213960
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 27]] [shard 1672 master]
|
213961
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 [["user_id", 27]] [shard 1672 master]
|
213962
|
+
[1m[36mDigit Load (0.2ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1[0m [["user_id", 16720000000000027]] [shard 1673 master]
|
213963
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213964
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213965
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213966
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213967
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213968
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213969
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
213970
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213971
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.315239"], ["updated_at", "2015-01-19 20:20:03.315239"]] [shard 1672 master]
|
213972
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213973
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213974
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.316794"], ["updated_at", "2015-01-19 20:20:03.316794"]] [shard 1673 master]
|
213975
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213976
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
213977
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.318307"], ["updated_at", "2015-01-19 20:20:03.318307"], ["user_id", 28]] [shard 1672 master]
|
213978
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
213979
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
213980
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["appendage_id", 17], ["created_at", "2015-01-19 20:20:03.320620"], ["updated_at", "2015-01-19 20:20:03.320620"]] [shard 1672 master]
|
213981
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
213982
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
213983
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.322563"], ["updated_at", "2015-01-19 20:20:03.322563"], ["user_id", 16720000000000028]] [shard 1673 master]
|
213984
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
213985
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
213986
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 9], ["created_at", "2015-01-19 20:20:03.324731"], ["updated_at", "2015-01-19 20:20:03.324731"], ["value", 2]] [shard 1673 master]
|
213987
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
213988
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL[0m [["user_id", 28]] [shard 1672 master]
|
213989
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL [["user_id", 16720000000000028]] [shard 1673 master]
|
213990
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 28]] [shard 1672 master]
|
213991
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL [["user_id", 28]] [shard 1672 master]
|
213992
|
+
[1m[36mDigit Load (0.2ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = $1 AND "digits"."value" IS NULL[0m [["user_id", 16720000000000028]] [shard 1673 master]
|
213993
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
213994
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
213995
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
213996
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
213997
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
213998
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
213999
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214000
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214001
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.338189"], ["updated_at", "2015-01-19 20:20:03.338189"]] [shard 1672 master]
|
214002
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214003
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214004
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.339747"], ["updated_at", "2015-01-19 20:20:03.339747"]] [shard 1673 master]
|
214005
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214006
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214007
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "roots" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.347562"], ["updated_at", "2015-01-19 20:20:03.347562"], ["user_id", 16730000000000021]] [shard 1671 master]
|
214008
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214009
|
+
[1m[35mRoot Load (0.3ms)[0m SELECT "roots".* FROM "roots" WHERE "roots"."id" = $1 LIMIT 1 [["id", 64]] [shard 1671 master]
|
214010
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 21]] [shard 1673 master]
|
214011
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214012
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214013
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214014
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214015
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214016
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214017
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214018
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214019
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.356677"], ["updated_at", "2015-01-19 20:20:03.356677"]] [shard 1672 master]
|
214020
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214021
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214022
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.358243"], ["updated_at", "2015-01-19 20:20:03.358243"]] [shard 1673 master]
|
214023
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214024
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214025
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.361245"], ["updated_at", "2015-01-19 20:20:03.361245"], ["user_id", 30]] [shard 1672 master]
|
214026
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214027
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214028
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.363331"], ["updated_at", "2015-01-19 20:20:03.363331"], ["user_id", 16720000000000030]] [shard 1673 master]
|
214029
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214030
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214031
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.365301"], ["updated_at", "2015-01-19 20:20:03.365301"], ["user_id", 16730000000000022]] [shard 1672 master]
|
214032
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214033
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (30) [shard 1672 master]
|
214034
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (30)[0m [shard 1672 master]
|
214035
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (16720000000000030) [shard 1673 master]
|
214036
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (22)[0m [shard 1673 master]
|
214037
|
+
[1m[35mAppendage Load (0.1ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (22) [shard 1673 master]
|
214038
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "appendages" WHERE "appendages"."id" = 18[0m [shard 1672 master]
|
214039
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214040
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214041
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214042
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214043
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214044
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214045
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214046
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214047
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.381303"], ["updated_at", "2015-01-19 20:20:03.381303"]] [shard 1672 master]
|
214048
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214049
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214050
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.383418"], ["updated_at", "2015-01-19 20:20:03.383418"]] [shard 1673 master]
|
214051
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214052
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214053
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.386157"], ["updated_at", "2015-01-19 20:20:03.386157"], ["user_id", 31]] [shard 1672 master]
|
214054
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214055
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214056
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.388339"], ["updated_at", "2015-01-19 20:20:03.388339"], ["user_id", 16720000000000031]] [shard 1673 master]
|
214057
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214058
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214059
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.389794"], ["updated_at", "2015-01-19 20:20:03.389794"], ["user_id", 16720000000000031]] [shard 1673 master]
|
214060
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214061
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214062
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["appendage_id", 20], ["created_at", "2015-01-19 20:20:03.392468"], ["updated_at", "2015-01-19 20:20:03.392468"]] [shard 1672 master]
|
214063
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214064
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214065
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214066
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["appendage_id", 11], ["created_at", "2015-01-19 20:20:03.395183"], ["updated_at", "2015-01-19 20:20:03.395183"]] [shard 1673 master]
|
214067
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214068
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214069
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214070
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["appendage_id", 16730000000000011], ["created_at", "2015-01-19 20:20:03.397459"], ["updated_at", "2015-01-19 20:20:03.397459"]] [shard 1672 master]
|
214071
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214072
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214073
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 16730000000000012], ["created_at", "2015-01-19 20:20:03.398931"], ["updated_at", "2015-01-19 20:20:03.398931"]] [shard 1672 master]
|
214074
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214075
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214076
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.400612"], ["updated_at", "2015-01-19 20:20:03.400612"], ["user_id", 16730000000000023]] [shard 1672 master]
|
214077
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214078
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214079
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214080
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.403169"], ["updated_at", "2015-01-19 20:20:03.403169"], ["user_id", 23]] [shard 1673 master]
|
214081
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214082
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214083
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214084
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214085
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.405339"], ["updated_at", "2015-01-19 20:20:03.405339"], ["user_id", 23]] [shard 1673 master]
|
214086
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214087
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214088
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214089
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 16720000000000021], ["created_at", "2015-01-19 20:20:03.406886"], ["updated_at", "2015-01-19 20:20:03.406886"]] [shard 1673 master]
|
214090
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214091
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214092
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["appendage_id", 16730000000000013], ["created_at", "2015-01-19 20:20:03.408517"], ["updated_at", "2015-01-19 20:20:03.408517"]] [shard 1672 master]
|
214093
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214094
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214095
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 14], ["created_at", "2015-01-19 20:20:03.410080"], ["updated_at", "2015-01-19 20:20:03.410080"]] [shard 1673 master]
|
214096
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214097
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (31) [shard 1672 master]
|
214098
|
+
[1m[36mAppendage Load (0.3ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (31)[0m [shard 1672 master]
|
214099
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (16720000000000031) [shard 1673 master]
|
214100
|
+
[1m[36mDigit Load (0.2ms)[0m [1mSELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (20)[0m [shard 1672 master]
|
214101
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (11, 12) [shard 1673 master]
|
214102
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (23)[0m [shard 1673 master]
|
214103
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (23) [shard 1673 master]
|
214104
|
+
[1m[36mDigit Load (0.2ms)[0m [1mSELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (13, 14)[0m [shard 1673 master]
|
214105
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "digits" WHERE "digits"."id" = 7 [shard 1672 master]
|
214106
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214107
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214108
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214109
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214110
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214111
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214112
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214113
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214114
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.434288"], ["updated_at", "2015-01-19 20:20:03.434288"]] [shard 1672 master]
|
214115
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214116
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214117
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.435788"], ["updated_at", "2015-01-19 20:20:03.435788"]] [shard 1673 master]
|
214118
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214119
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214120
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.437826"], ["updated_at", "2015-01-19 20:20:03.437826"], ["user_id", 16720000000000032]] [shard 1671 master]
|
214121
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214122
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214123
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.440353"], ["updated_at", "2015-01-19 20:20:03.440353"], ["user_id", 16730000000000024]] [shard 1671 master]
|
214124
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214125
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214126
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.441887"], ["updated_at", "2015-01-19 20:20:03.441887"]] [shard 1671 master]
|
214127
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214128
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214129
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.444232"], ["updated_at", "2015-01-19 20:20:03.444232"], ["user_id", 2777]] [shard 1671 master]
|
214130
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214131
|
+
[1m[35mAppendage Load (0.3ms)[0m SELECT "appendages".* FROM "appendages" [shard 1671 master]
|
214132
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (32)[0m [shard 1672 master]
|
214133
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (24) [shard 1673 master]
|
214134
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (2777)[0m [shard 1671 master]
|
214135
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = 32 [shard 1672 master]
|
214136
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214137
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
214138
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214139
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214140
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214141
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214142
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214143
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214144
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.459207"], ["updated_at", "2015-01-19 20:20:03.459207"]] [shard 1672 master]
|
214145
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214146
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214147
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.461192"], ["updated_at", "2015-01-19 20:20:03.461192"]] [shard 1673 master]
|
214148
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214149
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214150
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.463439"], ["updated_at", "2015-01-19 20:20:03.463439"], ["user_id", 16720000000000033]] [shard 1671 master]
|
214151
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214152
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214153
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 1368], ["created_at", "2015-01-19 20:20:03.466158"], ["updated_at", "2015-01-19 20:20:03.466158"]] [shard 1671 master]
|
214154
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214155
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214156
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.468936"], ["updated_at", "2015-01-19 20:20:03.468936"], ["user_id", 16730000000000025]] [shard 1672 master]
|
214157
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214158
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214159
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 16720000000000022], ["created_at", "2015-01-19 20:20:03.470733"], ["updated_at", "2015-01-19 20:20:03.470733"]] [shard 1671 master]
|
214160
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214161
|
+
[1m[35mDigit Load (0.3ms)[0m SELECT "digits".* FROM "digits" [shard 1671 master]
|
214162
|
+
[1m[36mAppendage Load (0.4ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" IN (1368)[0m [shard 1671 master]
|
214163
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."id" IN (22) [shard 1672 master]
|
214164
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (33)[0m [shard 1672 master]
|
214165
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (25) [shard 1673 master]
|
214166
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = 33[0m [shard 1672 master]
|
214167
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214168
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
214169
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214170
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214171
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214172
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214173
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214174
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214175
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.489476"], ["updated_at", "2015-01-19 20:20:03.489476"]] [shard 1672 master]
|
214176
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214177
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214178
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.491495"], ["updated_at", "2015-01-19 20:20:03.491495"]] [shard 1673 master]
|
214179
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214180
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214181
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.493388"], ["updated_at", "2015-01-19 20:20:03.493388"]] [shard 1671 master]
|
214182
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214183
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214184
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["appendage_id", 1369], ["created_at", "2015-01-19 20:20:03.496261"], ["updated_at", "2015-01-19 20:20:03.496261"]] [shard 1671 master]
|
214185
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214186
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214187
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["appendage_id", 16710000000001369], ["created_at", "2015-01-19 20:20:03.498154"], ["updated_at", "2015-01-19 20:20:03.498154"]] [shard 1672 master]
|
214188
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214189
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = 1369 ORDER BY "appendages"."id" ASC LIMIT 1 [shard 1671 master]
|
214190
|
+
[1m[36mDigit Load (0.2ms)[0m [1mSELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (1369)[0m [shard 1671 master]
|
214191
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214192
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214193
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214194
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214195
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214196
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214197
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214198
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214199
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.506727"], ["updated_at", "2015-01-19 20:20:03.506727"]] [shard 1672 master]
|
214200
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214201
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214202
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.508758"], ["updated_at", "2015-01-19 20:20:03.508758"]] [shard 1673 master]
|
214203
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214204
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214205
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.510927"], ["updated_at", "2015-01-19 20:20:03.510927"], ["user_id", 16730000000000027]] [shard 1672 master]
|
214206
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214207
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1 [["id", 23]] [shard 1672 master]
|
214208
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 27]] [shard 1673 master]
|
214209
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 1673 master]
|
214210
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
214211
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214212
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214213
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214214
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214215
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214216
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214217
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.520288"], ["updated_at", "2015-01-19 20:20:03.520288"]] [shard 1672 master]
|
214218
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214219
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214220
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.522251"], ["updated_at", "2015-01-19 20:20:03.522251"]] [shard 1673 master]
|
214221
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214222
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214223
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.524036"], ["updated_at", "2015-01-19 20:20:03.524036"]] [shard 1673 master]
|
214224
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214225
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214226
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 36]] [shard 1672 master]
|
214227
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.527064"], ["updated_at", "2015-01-19 20:20:03.527064"], ["user_id", 36]] [shard 1672 master]
|
214228
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214229
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1 [["id", 24]] [shard 1672 master]
|
214230
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 36]] [shard 1672 master]
|
214231
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214232
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
214233
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214234
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214235
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214236
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214237
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214238
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214239
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.540049"], ["updated_at", "2015-01-19 20:20:03.540049"]] [shard 1672 master]
|
214240
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214241
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214242
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.542081"], ["updated_at", "2015-01-19 20:20:03.542081"]] [shard 1673 master]
|
214243
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214244
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214245
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.543981"], ["updated_at", "2015-01-19 20:20:03.543981"]] [shard 1671 master]
|
214246
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214247
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214248
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.549001"], ["owner_id", 1370], ["owner_type", "Appendage"], ["updated_at", "2015-01-19 20:20:03.549001"]] [shard 1671 master]
|
214249
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214250
|
+
[1m[36mFeature Load (0.3ms)[0m [1mSELECT "features".* FROM "features" WHERE "features"."id" = $1 LIMIT 1[0m [["id", 131]] [shard 1671 master]
|
214251
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1 [["id", 1370]] [shard 1671 master]
|
214252
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214253
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "features" SET "owner_id" = $1, "owner_type" = $2, "updated_at" = $3 WHERE "features"."id" = 131 [["owner_id", 16720000000000037], ["owner_type", "User"], ["updated_at", "2015-01-19 20:20:03.559385"]] [shard 1671 master]
|
214254
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214255
|
+
[1m[35mFeature Load (0.2ms)[0m SELECT "features".* FROM "features" WHERE "features"."id" = $1 LIMIT 1 [["id", 131]] [shard 1671 master]
|
214256
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214257
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 1671 master]
|
214258
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214259
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214260
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214261
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214262
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214263
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214264
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.569537"], ["updated_at", "2015-01-19 20:20:03.569537"]] [shard 1672 master]
|
214265
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214266
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214267
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.571259"], ["updated_at", "2015-01-19 20:20:03.571259"]] [shard 1673 master]
|
214268
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214269
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214270
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.573004"], ["owner_id", 38], ["owner_type", "User"], ["updated_at", "2015-01-19 20:20:03.573004"], ["value", 1]] [shard 1672 master]
|
214271
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214272
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214273
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", "2015-01-19 20:20:03.575818"], ["owner_id", 16720000000000038], ["owner_type", "User"], ["updated_at", "2015-01-19 20:20:03.575818"], ["value", 2]] [shard 1673 master]
|
214274
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214275
|
+
[1m[35mFeature Load (0.3ms)[0m SELECT "features".* FROM "features" WHERE "features"."owner_id" = $1 AND "features"."owner_type" = $2 [["owner_id", 38], ["owner_type", "User"]] [shard 1672 master]
|
214276
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 38]] [shard 1672 master]
|
214277
|
+
[1m[35mFeature Load (0.2ms)[0m SELECT "features".* FROM "features" WHERE "features"."owner_id" = $1 AND "features"."owner_type" = $2 [["owner_id", 38], ["owner_type", "User"]] [shard 1672 master]
|
214278
|
+
[1m[36mFeature Load (0.2ms)[0m [1mSELECT "features".* FROM "features" WHERE "features"."owner_id" = $1 AND "features"."owner_type" = $2[0m [["owner_id", 16720000000000038], ["owner_type", "User"]] [shard 1673 master]
|
214279
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214280
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
214281
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
214282
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214283
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214284
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
214285
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
214286
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
214287
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214288
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214289
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
214290
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
214291
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214292
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
214293
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 1671 master]
|
214294
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214295
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214296
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214297
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214298
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214299
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=1671 AND id<=1672)) ORDER BY "switchman_shards"."id" ASC [shard 1671 master]
|
214300
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214301
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214302
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214303
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214304
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214305
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214306
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214307
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214308
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214309
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214310
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214311
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214312
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214313
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214314
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE (id IN (1671))[0m [shard 1671 master]
|
214315
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214316
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214317
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214318
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214319
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214320
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214321
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214322
|
+
[1m[36mSwitchman::Shard Load (0.4ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=1672 AND id<=1672)) AND (id NOT IN (1671))[0m [shard 1671 master]
|
214323
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214324
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214325
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214326
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214327
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214328
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214329
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214330
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=1671 AND id<1672) OR (id>=1673 AND id<1674)) ORDER BY "switchman_shards"."id" ASC[0m [shard 1671 master]
|
214331
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214332
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214333
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214334
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214335
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214336
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214337
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214338
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE (id NOT IN (1671))[0m [shard 1671 master]
|
214339
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "switchman_shards" [shard 1671 master]
|
214340
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214341
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214342
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214343
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214344
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214345
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214346
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214347
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=1671 AND id<1672)) [shard 1671 master]
|
214348
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214349
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214350
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214351
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214352
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214353
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214354
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214355
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=1671 AND id<=1672)) AND (id NOT IN (1671)) [shard 1671 master]
|
214356
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214357
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214358
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214359
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214360
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214361
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214362
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214363
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=1672)) ORDER BY "switchman_shards"."id" ASC [shard 1671 master]
|
214364
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214365
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214366
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214367
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214368
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214369
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214370
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214371
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id<=1672)) ORDER BY "switchman_shards"."id" ASC [shard 1671 master]
|
214372
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214373
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214374
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214375
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214376
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214377
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214378
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214379
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE (id NOT IN (1671)) [shard 1671 master]
|
214380
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214381
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214382
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
214383
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214384
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214385
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
214386
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
214387
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 1671 master]
|
214388
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214389
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214390
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
214391
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
214392
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214393
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
214394
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
214395
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214396
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214397
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214398
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214399
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214400
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214401
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.651725"], ["updated_at", "2015-01-19 20:20:03.651725"]] [shard 1671 master]
|
214402
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214403
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214404
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.654071"], ["updated_at", "2015-01-19 20:20:03.654071"], ["user_id", 2778]] [shard 1671 master]
|
214405
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214406
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214407
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.655800"], ["updated_at", "2015-01-19 20:20:03.655800"]] [shard 1672 master]
|
214408
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214409
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214410
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.658262"], ["updated_at", "2015-01-19 20:20:03.658262"], ["user_id", 39]] [shard 1672 master]
|
214411
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214412
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214413
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.659884"], ["updated_at", "2015-01-19 20:20:03.659884"]] [shard 1673 master]
|
214414
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214415
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214416
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214417
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.662529"], ["updated_at", "2015-01-19 20:20:03.662529"], ["user_id", 31]] [shard 1673 master]
|
214418
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214419
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214420
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214421
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214422
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214423
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214424
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214425
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214426
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214427
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214428
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.669219"], ["updated_at", "2015-01-19 20:20:03.669219"]] [shard 1671 master]
|
214429
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214430
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214431
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.671918"], ["updated_at", "2015-01-19 20:20:03.671918"], ["user_id", 2779]] [shard 1671 master]
|
214432
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214433
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214434
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.673758"], ["updated_at", "2015-01-19 20:20:03.673758"]] [shard 1672 master]
|
214435
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214436
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214437
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.676515"], ["updated_at", "2015-01-19 20:20:03.676515"], ["user_id", 40]] [shard 1672 master]
|
214438
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214439
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214440
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.678353"], ["updated_at", "2015-01-19 20:20:03.678353"]] [shard 1673 master]
|
214441
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214442
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214443
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214444
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.689062"], ["updated_at", "2015-01-19 20:20:03.689062"], ["user_id", 32]] [shard 1673 master]
|
214445
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214446
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214447
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214448
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214449
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214450
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214451
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214452
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214453
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214454
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214455
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.697096"], ["updated_at", "2015-01-19 20:20:03.697096"]] [shard 1671 master]
|
214456
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214457
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214458
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.699474"], ["updated_at", "2015-01-19 20:20:03.699474"], ["user_id", 2780]] [shard 1671 master]
|
214459
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214460
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214461
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.701207"], ["updated_at", "2015-01-19 20:20:03.701207"]] [shard 1672 master]
|
214462
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214463
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214464
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.703672"], ["updated_at", "2015-01-19 20:20:03.703672"], ["user_id", 41]] [shard 1672 master]
|
214465
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214466
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214467
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.705166"], ["updated_at", "2015-01-19 20:20:03.705166"]] [shard 1673 master]
|
214468
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214469
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214470
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214471
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.707947"], ["updated_at", "2015-01-19 20:20:03.707947"], ["user_id", 33]] [shard 1673 master]
|
214472
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214473
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214474
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214475
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214476
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214477
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214478
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214479
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214480
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214481
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214482
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.714550"], ["updated_at", "2015-01-19 20:20:03.714550"]] [shard 1671 master]
|
214483
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214484
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214485
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.716931"], ["updated_at", "2015-01-19 20:20:03.716931"], ["user_id", 2781]] [shard 1671 master]
|
214486
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214487
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214488
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.718623"], ["updated_at", "2015-01-19 20:20:03.718623"]] [shard 1672 master]
|
214489
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214490
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214491
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.721013"], ["updated_at", "2015-01-19 20:20:03.721013"], ["user_id", 42]] [shard 1672 master]
|
214492
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214493
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214494
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.722487"], ["updated_at", "2015-01-19 20:20:03.722487"]] [shard 1673 master]
|
214495
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214496
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214497
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214498
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.725164"], ["updated_at", "2015-01-19 20:20:03.725164"], ["user_id", 34]] [shard 1673 master]
|
214499
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214500
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214501
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214502
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214503
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214504
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214505
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214506
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214507
|
+
[1m[35m (0.2ms)[0m BEGIN [shard 1673 master]
|
214508
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214509
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.731809"], ["updated_at", "2015-01-19 20:20:03.731809"]] [shard 1671 master]
|
214510
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214511
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214512
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.734102"], ["updated_at", "2015-01-19 20:20:03.734102"], ["user_id", 2782]] [shard 1671 master]
|
214513
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214514
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214515
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.735772"], ["updated_at", "2015-01-19 20:20:03.735772"]] [shard 1672 master]
|
214516
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214517
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214518
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.738535"], ["updated_at", "2015-01-19 20:20:03.738535"], ["user_id", 43]] [shard 1672 master]
|
214519
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214520
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214521
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.740098"], ["updated_at", "2015-01-19 20:20:03.740098"]] [shard 1673 master]
|
214522
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214523
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214524
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214525
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.743134"], ["updated_at", "2015-01-19 20:20:03.743134"], ["user_id", 35]] [shard 1673 master]
|
214526
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214527
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214528
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214529
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214530
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214531
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214532
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214533
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214534
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214535
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214536
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.749233"], ["updated_at", "2015-01-19 20:20:03.749233"]] [shard 1671 master]
|
214537
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214538
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214539
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.751999"], ["updated_at", "2015-01-19 20:20:03.751999"], ["user_id", 2783]] [shard 1671 master]
|
214540
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214541
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214542
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.753721"], ["updated_at", "2015-01-19 20:20:03.753721"]] [shard 1672 master]
|
214543
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214544
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214545
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.756207"], ["updated_at", "2015-01-19 20:20:03.756207"], ["user_id", 44]] [shard 1672 master]
|
214546
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214547
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214548
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.757682"], ["updated_at", "2015-01-19 20:20:03.757682"]] [shard 1673 master]
|
214549
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214550
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214551
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214552
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.760369"], ["updated_at", "2015-01-19 20:20:03.760369"], ["user_id", 36]] [shard 1673 master]
|
214553
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214554
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214555
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214556
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214557
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214558
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214559
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214560
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214561
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214562
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214563
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.766225"], ["updated_at", "2015-01-19 20:20:03.766225"]] [shard 1671 master]
|
214564
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214565
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214566
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.768984"], ["updated_at", "2015-01-19 20:20:03.768984"], ["user_id", 2784]] [shard 1671 master]
|
214567
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214568
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214569
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.770747"], ["updated_at", "2015-01-19 20:20:03.770747"]] [shard 1672 master]
|
214570
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214571
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214572
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.773292"], ["updated_at", "2015-01-19 20:20:03.773292"], ["user_id", 45]] [shard 1672 master]
|
214573
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214574
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214575
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.774815"], ["updated_at", "2015-01-19 20:20:03.774815"]] [shard 1673 master]
|
214576
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214577
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214578
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214579
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.777636"], ["updated_at", "2015-01-19 20:20:03.777636"], ["user_id", 37]] [shard 1673 master]
|
214580
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214581
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214582
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1[0m [shard 1671 master]
|
214583
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214584
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214585
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214586
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214587
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214588
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214589
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214590
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214591
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.785376"], ["updated_at", "2015-01-19 20:20:03.785376"]] [shard 1671 master]
|
214592
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214593
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214594
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.788095"], ["updated_at", "2015-01-19 20:20:03.788095"], ["user_id", 2785]] [shard 1671 master]
|
214595
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214596
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214597
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.790011"], ["updated_at", "2015-01-19 20:20:03.790011"]] [shard 1672 master]
|
214598
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214599
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214600
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.793579"], ["updated_at", "2015-01-19 20:20:03.793579"], ["user_id", 46]] [shard 1672 master]
|
214601
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214602
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214603
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.795313"], ["updated_at", "2015-01-19 20:20:03.795313"]] [shard 1673 master]
|
214604
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214605
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214606
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214607
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.798066"], ["updated_at", "2015-01-19 20:20:03.798066"], ["user_id", 38]] [shard 1673 master]
|
214608
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214609
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214610
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214611
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214612
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214613
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214614
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214615
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214616
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214617
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214618
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.804620"], ["updated_at", "2015-01-19 20:20:03.804620"]] [shard 1671 master]
|
214619
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214621
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.807631"], ["updated_at", "2015-01-19 20:20:03.807631"], ["user_id", 2786]] [shard 1671 master]
|
214622
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214623
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214624
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.809969"], ["updated_at", "2015-01-19 20:20:03.809969"]] [shard 1672 master]
|
214625
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214626
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214627
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.813304"], ["updated_at", "2015-01-19 20:20:03.813304"], ["user_id", 47]] [shard 1672 master]
|
214628
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214629
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214630
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.815324"], ["updated_at", "2015-01-19 20:20:03.815324"]] [shard 1673 master]
|
214631
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214632
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214633
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214634
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.818637"], ["updated_at", "2015-01-19 20:20:03.818637"], ["user_id", 39]] [shard 1673 master]
|
214635
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214636
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214637
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214638
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "mirror_users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.820992"], ["updated_at", "2015-01-19 20:20:03.820992"]] [shard 1672 master]
|
214639
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214640
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214641
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
214642
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214643
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214644
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214645
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214646
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214647
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214648
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.828095"], ["updated_at", "2015-01-19 20:20:03.828095"]] [shard 1671 master]
|
214649
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214650
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214651
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.830740"], ["updated_at", "2015-01-19 20:20:03.830740"], ["user_id", 2787]] [shard 1671 master]
|
214652
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214653
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214654
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.832611"], ["updated_at", "2015-01-19 20:20:03.832611"]] [shard 1672 master]
|
214655
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214656
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214657
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.835220"], ["updated_at", "2015-01-19 20:20:03.835220"], ["user_id", 48]] [shard 1672 master]
|
214658
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214659
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214660
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.836719"], ["updated_at", "2015-01-19 20:20:03.836719"]] [shard 1673 master]
|
214661
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214662
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214663
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214664
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.839379"], ["updated_at", "2015-01-19 20:20:03.839379"], ["user_id", 40]] [shard 1673 master]
|
214665
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214666
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214667
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214668
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214669
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214670
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214671
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214672
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214673
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214674
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214675
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.845940"], ["updated_at", "2015-01-19 20:20:03.845940"]] [shard 1671 master]
|
214676
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214677
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214678
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.848261"], ["updated_at", "2015-01-19 20:20:03.848261"], ["user_id", 2788]] [shard 1671 master]
|
214679
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214680
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214681
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.850018"], ["updated_at", "2015-01-19 20:20:03.850018"]] [shard 1672 master]
|
214682
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214683
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214684
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.852591"], ["updated_at", "2015-01-19 20:20:03.852591"], ["user_id", 49]] [shard 1672 master]
|
214685
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214686
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214687
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.854157"], ["updated_at", "2015-01-19 20:20:03.854157"]] [shard 1673 master]
|
214688
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214689
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214690
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214691
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.856804"], ["updated_at", "2015-01-19 20:20:03.856804"], ["user_id", 41]] [shard 1673 master]
|
214692
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214693
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214694
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214695
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214696
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214697
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214698
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214699
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214700
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214701
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214702
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.862690"], ["updated_at", "2015-01-19 20:20:03.862690"]] [shard 1671 master]
|
214703
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214704
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214705
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.865105"], ["updated_at", "2015-01-19 20:20:03.865105"], ["user_id", 2789]] [shard 1671 master]
|
214706
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214707
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214708
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.866822"], ["updated_at", "2015-01-19 20:20:03.866822"]] [shard 1672 master]
|
214709
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214710
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214711
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.869380"], ["updated_at", "2015-01-19 20:20:03.869380"], ["user_id", 50]] [shard 1672 master]
|
214712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214713
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214714
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.870956"], ["updated_at", "2015-01-19 20:20:03.870956"]] [shard 1673 master]
|
214715
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214716
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214717
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214718
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.873600"], ["updated_at", "2015-01-19 20:20:03.873600"], ["user_id", 42]] [shard 1673 master]
|
214719
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214720
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214721
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214722
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214723
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214724
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214725
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214726
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214727
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214728
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214729
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.879558"], ["updated_at", "2015-01-19 20:20:03.879558"]] [shard 1671 master]
|
214730
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214731
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214732
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.881967"], ["updated_at", "2015-01-19 20:20:03.881967"], ["user_id", 2790]] [shard 1671 master]
|
214733
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214734
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214735
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.883625"], ["updated_at", "2015-01-19 20:20:03.883625"]] [shard 1672 master]
|
214736
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214737
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214738
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.886172"], ["updated_at", "2015-01-19 20:20:03.886172"], ["user_id", 51]] [shard 1672 master]
|
214739
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214740
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214741
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.887659"], ["updated_at", "2015-01-19 20:20:03.887659"]] [shard 1673 master]
|
214742
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214743
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214744
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214745
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.890231"], ["updated_at", "2015-01-19 20:20:03.890231"], ["user_id", 43]] [shard 1673 master]
|
214746
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214747
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214748
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214749
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214750
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214751
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214752
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214753
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214754
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214755
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214756
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.896653"], ["updated_at", "2015-01-19 20:20:03.896653"]] [shard 1671 master]
|
214757
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214758
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214759
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.899015"], ["updated_at", "2015-01-19 20:20:03.899015"], ["user_id", 2791]] [shard 1671 master]
|
214760
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214761
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214762
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.900747"], ["updated_at", "2015-01-19 20:20:03.900747"]] [shard 1672 master]
|
214763
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214764
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214765
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.903337"], ["updated_at", "2015-01-19 20:20:03.903337"], ["user_id", 52]] [shard 1672 master]
|
214766
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214767
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214768
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.904836"], ["updated_at", "2015-01-19 20:20:03.904836"]] [shard 1673 master]
|
214769
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214770
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214771
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214772
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.911662"], ["updated_at", "2015-01-19 20:20:03.911662"], ["user_id", 44]] [shard 1673 master]
|
214773
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214774
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214775
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214776
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214777
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214778
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214779
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214780
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214781
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214782
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214783
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.918073"], ["updated_at", "2015-01-19 20:20:03.918073"]] [shard 1671 master]
|
214784
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214785
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214786
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.920396"], ["updated_at", "2015-01-19 20:20:03.920396"], ["user_id", 2792]] [shard 1671 master]
|
214787
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214788
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
214789
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.922111"], ["updated_at", "2015-01-19 20:20:03.922111"]] [shard 1672 master]
|
214790
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214791
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214792
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.925031"], ["updated_at", "2015-01-19 20:20:03.925031"], ["user_id", 53]] [shard 1672 master]
|
214793
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214794
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214795
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:03.926610"], ["updated_at", "2015-01-19 20:20:03.926610"]] [shard 1673 master]
|
214796
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214797
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214798
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
214799
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.929563"], ["updated_at", "2015-01-19 20:20:03.929563"], ["user_id", 45]] [shard 1673 master]
|
214800
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
214801
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214802
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214803
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214804
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214805
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214806
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214807
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214808
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214809
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214810
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.937447"], ["updated_at", "2015-01-19 20:20:03.937447"]] [shard 1671 master]
|
214811
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214812
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214813
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.939880"], ["updated_at", "2015-01-19 20:20:03.939880"], ["user_id", 2793]] [shard 1671 master]
|
214814
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214815
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
214816
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.941799"], ["updated_at", "2015-01-19 20:20:03.941799"]] [shard 1672 master]
|
214817
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
214818
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214819
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.944746"], ["updated_at", "2015-01-19 20:20:03.944746"], ["user_id", 54]] [shard 1672 master]
|
214820
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
214821
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214822
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.946470"], ["updated_at", "2015-01-19 20:20:03.946470"]] [shard 1673 master]
|
214823
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214824
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214825
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
214826
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.949869"], ["updated_at", "2015-01-19 20:20:03.949869"], ["user_id", 46]] [shard 1673 master]
|
214827
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
214828
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214829
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214830
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "parent_id", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.952766"], ["parent_id", 2793], ["updated_at", "2015-01-19 20:20:03.952766"]] [shard 1671 master]
|
214831
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214832
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214833
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "parent_id", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:03.955658"], ["parent_id", 2794], ["updated_at", "2015-01-19 20:20:03.955658"]] [shard 1671 master]
|
214834
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214835
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 2794]] [shard 1671 master]
|
214836
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 2793]] [shard 1671 master]
|
214837
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" INNER JOIN "users" "children_grandchildren_join" ON "users"."parent_id" = "children_grandchildren_join"."id" WHERE "children_grandchildren_join"."parent_id" = $1 [["parent_id", 2793]] [shard 1671 master]
|
214838
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214839
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214840
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
214841
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214842
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214843
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
214844
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
214845
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 1671 master]
|
214846
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214847
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214848
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
214849
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
214850
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214851
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
214852
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
214853
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214854
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214855
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214856
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214857
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214858
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214859
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214860
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214861
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214862
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214863
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214864
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214865
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214866
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214867
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214868
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214869
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214870
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214871
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214872
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214873
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214874
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214875
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214876
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214877
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214878
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214879
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214880
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "mirror_users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:03.985454"], ["updated_at", "2015-01-19 20:20:03.985454"]] [shard 1671 master]
|
214881
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214882
|
+
[1m[36mMirrorUser Load (0.2ms)[0m [1mSELECT "mirror_users".* FROM "mirror_users" WHERE "mirror_users"."id" = $1 LIMIT 1[0m [["id", 64]] [shard 1671 master]
|
214883
|
+
[1m[35mMirrorUser Load (0.1ms)[0m SELECT "mirror_users".* FROM "mirror_users" WHERE "mirror_users"."id" = $1 LIMIT 1 [["id", 64]] [shard 1671 master]
|
214884
|
+
[1m[36mMirrorUser Load (0.3ms)[0m [1mSELECT "mirror_users".* FROM "mirror_users" WHERE "mirror_users"."id" = 64 ORDER BY "mirror_users"."id" ASC LIMIT 1[0m [shard 1672 master]
|
214885
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214886
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
214887
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
214888
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214889
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214890
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
214891
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
214892
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
214893
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214894
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214895
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
214896
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
214897
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214898
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
214899
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
214900
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214901
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214902
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214903
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214904
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214905
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214906
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214907
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214908
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214909
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214910
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214911
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214912
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214913
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214914
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214915
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214916
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214917
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214918
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214919
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1 [shard 1671 master]
|
214920
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214921
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214922
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214923
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214924
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214925
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214926
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214927
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214928
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214929
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214930
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214931
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214932
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214933
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214934
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214935
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214936
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214937
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214938
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214939
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214940
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214941
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214942
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214943
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214944
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214945
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214946
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214947
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214948
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214949
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214950
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214951
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214952
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214953
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214954
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214955
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214956
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214957
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214958
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214959
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214960
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214961
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214962
|
+
[1m[36mSwitchman::Shard Load (0.4ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 1671 master]
|
214963
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214964
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214965
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214966
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214967
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214968
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214969
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214970
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 1671 master]
|
214971
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214972
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214973
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214974
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214975
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214976
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214977
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214978
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214979
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
214980
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
214981
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
214982
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
214983
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
214984
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
214985
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
214986
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
214987
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
214988
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
214989
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
214990
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
214991
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
214992
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
214993
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" DEFAULT VALUES RETURNING "id" [shard 1671 master]
|
214994
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
214995
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
214996
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 1676]] [shard 1671 master]
|
214997
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
214998
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
214999
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215000
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215001
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215002
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215003
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215004
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215005
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215006
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215007
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215008
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215009
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215010
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215011
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215012
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215013
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" DEFAULT VALUES RETURNING "id" [shard 1671 master]
|
215014
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215015
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215016
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 1677]] [shard 1671 master]
|
215017
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215018
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1677 LIMIT 1[0m [shard 1671 master]
|
215019
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215020
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215021
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215022
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215023
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215024
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215025
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215026
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215027
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215028
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215029
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215030
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215031
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215032
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215033
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215034
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215035
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215036
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215037
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215038
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215039
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215040
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215041
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215042
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215043
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215044
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215045
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215046
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215047
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215048
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215049
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215050
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215051
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215052
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215053
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215054
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1673 LIMIT 1[0m [shard 1671 master]
|
215055
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215056
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215057
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215058
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215059
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215060
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215061
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215062
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215063
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215064
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215065
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215066
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215067
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215068
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215069
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215070
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215071
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215072
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215073
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215074
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215075
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215076
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 11673 LIMIT 1[0m [shard 1671 master]
|
215077
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215078
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215079
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215080
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215081
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215082
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215083
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215084
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215085
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215086
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215087
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215088
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215089
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215090
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215091
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215092
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215093
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215094
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215095
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215096
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215097
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215098
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215099
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215100
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215101
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215102
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215103
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215104
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215105
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215106
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215107
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215108
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215109
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215110
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215111
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215112
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215113
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215114
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215115
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215116
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215117
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215118
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215119
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215120
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215121
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215122
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215123
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215124
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215125
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215126
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215127
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215128
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215129
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215130
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215131
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215132
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215133
|
+
[1m[35mSwitchman::Shard Load (0.4ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '3' AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215134
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215135
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "name") VALUES ($1, $2) RETURNING "id" [["database_server_id", "3"], ["name", "public"]] [shard 1671 master]
|
215136
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215137
|
+
[1m[35m (0.6ms)[0m CREATE SCHEMA switchman_test_shard_1678 [shard 1678 deploy]
|
215138
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1678 deploy]
|
215139
|
+
[1m[35m (1.4ms)[0m CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [shard 1678 deploy]
|
215140
|
+
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [shard 1678 deploy]
|
215141
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" [shard 1678 deploy]
|
215142
|
+
Migrating to CreateUsers (20130403132607)
|
215143
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [0m [shard 1678 deploy]
|
215144
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20130403132607"]] [shard 1678 deploy]
|
215145
|
+
Migrating to CreateAppendages (20130411202442)
|
215146
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [0m [shard 1678 deploy]
|
215147
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20130411202442"]] [shard 1678 deploy]
|
215148
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
215149
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [0m [shard 1678 deploy]
|
215150
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20130411202551"]] [shard 1678 deploy]
|
215151
|
+
Migrating to CreateDigits (20131022202028)
|
215152
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [0m [shard 1678 deploy]
|
215153
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20131022202028"]] [shard 1678 deploy]
|
215154
|
+
Migrating to CreateFeatures (20131206172923)
|
215155
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp, "updated_at" timestamp) [0m [shard 1678 deploy]
|
215156
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20131206172923"]] [shard 1678 deploy]
|
215157
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
215158
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD COLUMN "parent_id" bigint[0m [shard 1678 deploy]
|
215159
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140123154135"]] [shard 1678 deploy]
|
215160
|
+
Migrating to CreateRoots (20140219183820)
|
215161
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [0m [shard 1678 deploy]
|
215162
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140219183820"]] [shard 1678 deploy]
|
215163
|
+
[1m[36m (0.9ms)[0m [1mCOMMIT[0m [shard 1678 deploy]
|
215164
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215165
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "switchman_shards" SET "name" = $1 WHERE "switchman_shards"."id" = 1678[0m [["name", "switchman_test_shard_1678"]] [shard 1671 master]
|
215166
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215167
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1678 master]
|
215168
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:04.194049"], ["updated_at", "2015-01-19 20:20:04.194049"]] [shard 1678 master]
|
215169
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1678 master]
|
215170
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users" [shard 1678 master]
|
215171
|
+
[1m[36m (4.6ms)[0m [1mDROP SCHEMA switchman_test_shard_1678 CASCADE[0m [shard 1678 deploy]
|
215172
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" [shard 1678 master]
|
215173
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
215174
|
+
LINE 1: SELECT COUNT(*) FROM "users"
|
215175
|
+
^
|
215176
|
+
: SELECT COUNT(*) FROM "users"
|
215177
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215178
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 1671 master]
|
215179
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215180
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215181
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215182
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215183
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215184
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id [shard 1671 master]
|
215185
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215186
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215187
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215188
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215189
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215190
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215191
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215192
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id [shard 1671 master]
|
215193
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215194
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215195
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215196
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215197
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215198
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215199
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215200
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id [shard 1671 master]
|
215201
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215202
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215203
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215204
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215205
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215206
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215207
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215208
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id [shard 1671 master]
|
215209
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215210
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215211
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215212
|
+
[1m[35mSwitchman::Shard Load (0.4ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215213
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215214
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215215
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215216
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215217
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215218
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215219
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215220
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215221
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215222
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215223
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215224
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215225
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215226
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215227
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215228
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215229
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215230
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215231
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215232
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215233
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215234
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215235
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215236
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215237
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215238
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215239
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215240
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215241
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215242
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215243
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215244
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215245
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215246
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215247
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215248
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215249
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215250
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215251
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215252
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215253
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215254
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215255
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215256
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215257
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215258
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215259
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215260
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215261
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215262
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215263
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215264
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215265
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215266
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215267
|
+
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
215268
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215269
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215270
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215271
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215272
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215273
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215274
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215275
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215276
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215277
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215278
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215279
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215280
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215281
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215282
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215283
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215284
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215285
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215286
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215287
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215288
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215289
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215290
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215291
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215292
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215293
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215294
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215295
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215296
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
215297
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215298
|
+
[1m[35m (6.1ms)[0m COMMIT [shard 1671 master]
|
215299
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215300
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215301
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215302
|
+
[1m[35m (6.2ms)[0m COMMIT [shard 1671 master]
|
215303
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215304
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215305
|
+
[1m[36m (3.6ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215306
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215307
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215308
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215309
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215310
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215311
|
+
[1m[36mSwitchman::Shard Load (0.6ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '13' AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215312
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215313
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "13"]] [shard 1671 master]
|
215314
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215315
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m [shard 1679 deploy]
|
215316
|
+
[1m[35m (0.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [shard 1679 deploy]
|
215317
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m [shard 1679 deploy]
|
215318
|
+
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 1679 deploy]
|
215319
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [shard 1679 deploy]
|
215320
|
+
Migrating to CreateUsers (20130403132607)
|
215321
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "mirror_user_id" integer(8), "created_at" datetime, "updated_at" datetime) [shard 1679 deploy]
|
215322
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20130403132607"]] [shard 1679 deploy]
|
215323
|
+
Migrating to CreateAppendages (20130411202442)
|
215324
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "appendages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer(8), "value" integer, "created_at" datetime, "updated_at" datetime) [shard 1679 deploy]
|
215325
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20130411202442"]] [shard 1679 deploy]
|
215326
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
215327
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "mirror_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer(8), "created_at" datetime, "updated_at" datetime) [shard 1679 deploy]
|
215328
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20130411202551"]] [shard 1679 deploy]
|
215329
|
+
Migrating to CreateDigits (20131022202028)
|
215330
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "digits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "appendage_id" integer(8), "value" integer, "created_at" datetime, "updated_at" datetime) [shard 1679 deploy]
|
215331
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131022202028"]] [shard 1679 deploy]
|
215332
|
+
Migrating to CreateFeatures (20131206172923)
|
215333
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "features" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer(8), "owner_type" varchar(255), "value" integer, "created_at" datetime, "updated_at" datetime) [shard 1679 deploy]
|
215334
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131206172923"]] [shard 1679 deploy]
|
215335
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
215336
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "users" ADD "parent_id" integer(8) [shard 1679 deploy]
|
215337
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140123154135"]] [shard 1679 deploy]
|
215338
|
+
Migrating to CreateRoots (20140219183820)
|
215339
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "roots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer(8), "created_at" datetime, "updated_at" datetime) [shard 1679 deploy]
|
215340
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140219183820"]] [shard 1679 deploy]
|
215341
|
+
[1m[35m (1.2ms)[0m commit transaction [shard 1679 deploy]
|
215342
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215343
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "switchman_shards" SET "name" = $1 WHERE "switchman_shards"."id" = 1679 [["name", "db/shard_1679.sqlite3"]] [shard 1671 master]
|
215344
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215345
|
+
[1m[35m (0.0ms)[0m begin transaction [shard 1679 master]
|
215346
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2015-01-19 20:20:04.384101"], ["updated_at", "2015-01-19 20:20:04.384101"]] [shard 1679 master]
|
215347
|
+
[1m[35m (0.9ms)[0m commit transaction [shard 1679 master]
|
215348
|
+
Drop failed: No such file or directory @ unlink_internal - db/shard_1679.sqlite3
|
215349
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215350
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 [["id", 1679]] [shard 1671 master]
|
215351
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215352
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215353
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215354
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215355
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215356
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215357
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215358
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215359
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" IS NULL AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215360
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215361
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m [shard 1671 master]
|
215362
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215363
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215364
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215365
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215366
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215367
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215368
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215369
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '14' AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215370
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215371
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "name") VALUES ($1, $2) RETURNING "id"[0m [["database_server_id", "14"], ["name", "public"]] [shard 1671 master]
|
215372
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215373
|
+
[1m[36m (0.6ms)[0m [1mCREATE SCHEMA switchman_test_shard_1680[0m [shard 1680 deploy]
|
215374
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1680 deploy]
|
215375
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [shard 1680 deploy]
|
215376
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 1680 deploy]
|
215377
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [shard 1680 deploy]
|
215378
|
+
Migrating to CreateUsers (20130403132607)
|
215379
|
+
[1m[35m (2.9ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1680 deploy]
|
215380
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130403132607"]] [shard 1680 deploy]
|
215381
|
+
Migrating to CreateAppendages (20130411202442)
|
215382
|
+
[1m[35m (1.9ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1680 deploy]
|
215383
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202442"]] [shard 1680 deploy]
|
215384
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
215385
|
+
[1m[35m (1.6ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1680 deploy]
|
215386
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202551"]] [shard 1680 deploy]
|
215387
|
+
Migrating to CreateDigits (20131022202028)
|
215388
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1680 deploy]
|
215389
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131022202028"]] [shard 1680 deploy]
|
215390
|
+
Migrating to CreateFeatures (20131206172923)
|
215391
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1680 deploy]
|
215392
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131206172923"]] [shard 1680 deploy]
|
215393
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
215394
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 1680 deploy]
|
215395
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140123154135"]] [shard 1680 deploy]
|
215396
|
+
Migrating to CreateRoots (20140219183820)
|
215397
|
+
[1m[35m (4.2ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1680 deploy]
|
215398
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140219183820"]] [shard 1680 deploy]
|
215399
|
+
[1m[35m (3.1ms)[0m COMMIT [shard 1680 deploy]
|
215400
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215401
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "switchman_shards" SET "name" = $1 WHERE "switchman_shards"."id" = 1680 [["name", "switchman_test_shard_1680"]] [shard 1671 master]
|
215402
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215403
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1680 master]
|
215404
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.482451"], ["updated_at", "2015-01-19 20:20:04.482451"]] [shard 1680 master]
|
215405
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1680 master]
|
215406
|
+
[1m[36m (4.2ms)[0m [1mDROP SCHEMA switchman_test_shard_1680 CASCADE[0m [shard 1680 deploy]
|
215407
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215408
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 1680]] [shard 1671 master]
|
215409
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215410
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215411
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215412
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215413
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215414
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215415
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215416
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215417
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE (database_server_id IS NULL OR database_server_id='test') AND (name<>':memory:' OR name IS NULL) ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215418
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215419
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "name") VALUES ($1, $2) RETURNING "id" [["database_server_id", "test"], ["name", "public"]] [shard 1671 master]
|
215420
|
+
[1m[36m (0.3ms)[0m [1mCREATE SCHEMA switchman_test_shard_1681[0m [shard 1681 deploy]
|
215421
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2 [shard 1681 deploy]
|
215422
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [shard 1681 deploy]
|
215423
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 1681 deploy]
|
215424
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [shard 1681 deploy]
|
215425
|
+
Migrating to CreateUsers (20130403132607)
|
215426
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1681 deploy]
|
215427
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130403132607"]] [shard 1681 deploy]
|
215428
|
+
Migrating to CreateAppendages (20130411202442)
|
215429
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1681 deploy]
|
215430
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202442"]] [shard 1681 deploy]
|
215431
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
215432
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1681 deploy]
|
215433
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20130411202551"]] [shard 1681 deploy]
|
215434
|
+
Migrating to CreateDigits (20131022202028)
|
215435
|
+
[1m[35m (2.5ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1681 deploy]
|
215436
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131022202028"]] [shard 1681 deploy]
|
215437
|
+
Migrating to CreateFeatures (20131206172923)
|
215438
|
+
[1m[35m (2.2ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp, "updated_at" timestamp) [shard 1681 deploy]
|
215439
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20131206172923"]] [shard 1681 deploy]
|
215440
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
215441
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 1681 deploy]
|
215442
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140123154135"]] [shard 1681 deploy]
|
215443
|
+
Migrating to CreateRoots (20140219183820)
|
215444
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp, "updated_at" timestamp) [shard 1681 deploy]
|
215445
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140219183820"]] [shard 1681 deploy]
|
215446
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2 [shard 1681 deploy]
|
215447
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "switchman_shards" SET "name" = $1 WHERE "switchman_shards"."id" = 1681[0m [["name", "switchman_test_shard_1681"]] [shard 1671 master]
|
215448
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215449
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1681 master]
|
215450
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:04.546858"], ["updated_at", "2015-01-19 20:20:04.546858"]] [shard 1681 master]
|
215451
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1681 master]
|
215452
|
+
[1m[35m (2.5ms)[0m DROP SCHEMA switchman_test_shard_1681 CASCADE [shard 1681 deploy]
|
215453
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215454
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 [["id", 1681]] [shard 1671 master]
|
215455
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215456
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215457
|
+
[1m[36m (2.2ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215458
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
215459
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215460
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215461
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215462
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215463
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215464
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215465
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215466
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215467
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215468
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215469
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215470
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215471
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215472
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215473
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215474
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215475
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215476
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 1671 master]
|
215477
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215478
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215479
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215480
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215481
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215482
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215483
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215484
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
215485
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215486
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215487
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215488
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "name") VALUES ($1, $2) RETURNING "id" [["database_server_id", "15"], ["name", "non_existent_shard"]] [shard 1671 master]
|
215489
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215490
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215491
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "15"]] [shard 1671 master]
|
215492
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215493
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "users"[0m [shard 1682 master]
|
215494
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
215495
|
+
LINE 1: SELECT COUNT(*) FROM "users"
|
215496
|
+
^
|
215497
|
+
: SELECT COUNT(*) FROM "users"
|
215498
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" [shard 1683 master]
|
215499
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215500
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215501
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215502
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id" [["database_server_id", "16"]] [shard 1671 master]
|
215503
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215504
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215505
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215506
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215507
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "17"]] [shard 1671 master]
|
215508
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215509
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215510
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215511
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215512
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id" [["database_server_id", "18"]] [shard 1671 master]
|
215513
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215514
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215515
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215517
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "19"]] [shard 1671 master]
|
215518
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215519
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215520
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215521
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215522
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id" [["database_server_id", "20"]] [shard 1671 master]
|
215523
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215524
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215525
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215526
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215527
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "21"]] [shard 1671 master]
|
215528
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215529
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215530
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215531
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215532
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215533
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215534
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215535
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215536
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215537
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215538
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215539
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215540
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215541
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215542
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215543
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215544
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215545
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215546
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215547
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.661905"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:04.661905"]] [shard 1671 master]
|
215548
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215549
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
215550
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:04.663906"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:04.663906"]] [shard 1672 master]
|
215551
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
215552
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 55 ORDER BY "users"."id" ASC LIMIT 1 [shard 1672 master]
|
215553
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215554
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
215555
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215556
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215557
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215558
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215559
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215560
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215561
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.670443"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:04.670443"]] [shard 1671 master]
|
215562
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215563
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
215564
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:04.672526"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:04.672526"]] [shard 1672 master]
|
215565
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
215566
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1 [shard 1671 master]
|
215567
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (2797)[0m [shard 1671 master]
|
215568
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (56) [shard 1672 master]
|
215569
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215570
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
215571
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215572
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215573
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215574
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215575
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215576
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215577
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.687298"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:04.687298"]] [shard 1671 master]
|
215578
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215579
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
215580
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:04.690117"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:04.690117"]] [shard 1672 master]
|
215581
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
215582
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215583
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
215584
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215585
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215586
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215587
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215588
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215589
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215590
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:04.696479"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:04.696479"]] [shard 1671 master]
|
215591
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215592
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
215593
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.698812"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:04.698812"]] [shard 1672 master]
|
215594
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
215595
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "name" = 'a' WHERE "users"."id" = 58[0m [shard 1672 master]
|
215596
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 2799]] [shard 1671 master]
|
215597
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 58]] [shard 1672 master]
|
215598
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215599
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
215600
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215601
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215602
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215603
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215604
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215605
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215606
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:04.707532"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:04.707532"]] [shard 1671 master]
|
215607
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215608
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
215609
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.709379"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:04.709379"]] [shard 1672 master]
|
215610
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
215611
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "users" SET "name" = 'a' WHERE "users"."id" IN (2800)[0m [shard 1671 master]
|
215612
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "name" = 'a' WHERE "users"."id" IN (59) [shard 1672 master]
|
215613
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 2800]] [shard 1671 master]
|
215614
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 59]] [shard 1672 master]
|
215615
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215616
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
215617
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
215618
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215619
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215620
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "switchman_shards" [shard 1671 master]
|
215621
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215622
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215623
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215624
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215625
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215626
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215627
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215628
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215629
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215630
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215631
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215632
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215633
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215634
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215635
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215636
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215637
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215638
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
215639
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.727534"], ["updated_at", "2015-01-19 20:20:04.727534"]] [shard 1673 master]
|
215640
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
215641
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215642
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215643
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215644
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215645
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
215646
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "users" [shard 1673 master]
|
215647
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m [shard 1673 master]
|
215648
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:04.733125"], ["updated_at", "2015-01-19 20:20:04.733125"]] [shard 1673 master]
|
215649
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m [shard 1673 master]
|
215650
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1 [shard 1673 master]
|
215651
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215652
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users" [shard 1673 master]
|
215653
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215654
|
+
[1m[35mSQL (6.3ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
215655
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215656
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215657
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215658
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215659
|
+
[1m[36m (11.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215660
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215661
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215662
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215663
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215664
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215665
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215666
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 1671 master]
|
215667
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215668
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215669
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215670
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215671
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215672
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215673
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215674
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
215675
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215676
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215677
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215678
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215679
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215680
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215681
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215682
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215683
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215684
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215685
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215686
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 1671 master]
|
215687
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215688
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215689
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215690
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215691
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215692
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215693
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "22"]] [shard 1671 master]
|
215694
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215695
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215696
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215697
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215698
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215699
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215700
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215701
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215702
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215703
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:04.863798"], ["updated_at", "2015-01-19 20:20:04.863798"]] [shard 1671 master]
|
215704
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215705
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215706
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215707
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215708
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215709
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215710
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215711
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215712
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215713
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215714
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215715
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215716
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215717
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215718
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215719
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215720
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id" [["database_server_id", "23"]] [shard 1671 master]
|
215721
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215722
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215723
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215724
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215725
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215726
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215727
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215728
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215729
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215730
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215731
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215732
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215733
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215734
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215735
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215736
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215737
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215738
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215739
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215740
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215741
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215742
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215743
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215744
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215745
|
+
[1m[36mSQL (0.7ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
215746
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215747
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215748
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
215749
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215750
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 1671 master]
|
215751
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215752
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215753
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215754
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215755
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215756
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215757
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215758
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215759
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215760
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215761
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215762
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215763
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215764
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215765
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215766
|
+
[1m[35mSwitchman::Shard Load (0.4ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215767
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215768
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215769
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215770
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215771
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215772
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215773
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215774
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215775
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215776
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215777
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215778
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215779
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215780
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215781
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215782
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215783
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215784
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215785
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215786
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215787
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215788
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215789
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215790
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215791
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215792
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215793
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215794
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215795
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215796
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215797
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215798
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215799
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215800
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
215801
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215802
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215803
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215804
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215805
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215806
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215807
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215808
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215809
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215810
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215811
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215812
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215813
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215814
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215815
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215816
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215817
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215818
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
215819
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:21:05.017373"], ["updated_at", "2015-01-19 20:21:05.017373"]] [shard 1672 master]
|
215820
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
215821
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215822
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
215823
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
215824
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215825
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215826
|
+
[1m[35mSwitchman::Shard Exists (0.1ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
215827
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215828
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215829
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215830
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215831
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215832
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215833
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215834
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215835
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215836
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215837
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215838
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215839
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215840
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215841
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215842
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:05.031647"], ["updated_at", "2015-01-19 20:20:05.031647"]] [shard 1671 master]
|
215843
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215844
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215845
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215846
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215847
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215848
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215849
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215850
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215851
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215852
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:05.037022"], ["updated_at", "2015-01-19 20:20:05.037022"]] [shard 1671 master]
|
215853
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215854
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215855
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.042781"], ["owner_id", 2803], ["owner_type", "User"], ["updated_at", "2015-01-19 20:20:05.042781"]] [shard 1671 master]
|
215856
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215857
|
+
[1m[36mFeature Load (0.4ms)[0m [1mSELECT "features"."owner_id" FROM "features" WHERE "features"."id" = 132 ORDER BY "features"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215858
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215859
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215860
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215861
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215862
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215863
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215864
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215865
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215866
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:05.053661"], ["updated_at", "2015-01-19 20:20:05.053661"]] [shard 1671 master]
|
215867
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215868
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1 [shard 1671 master]
|
215869
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1673 LIMIT 1[0m [shard 1671 master]
|
215870
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215871
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215872
|
+
[1m[35mSQL (6.5ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
215873
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215874
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215875
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1671 master]
|
215876
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id" [["database_server_id", "24"]] [shard 1671 master]
|
215877
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1671 master]
|
215878
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
215879
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id") VALUES ($1) RETURNING "id"[0m [["database_server_id", "24"]] [shard 1671 master]
|
215880
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
215881
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215882
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215883
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215884
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215885
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
215886
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215887
|
+
[1m[36m (6.2ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215888
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215889
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215890
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215891
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215892
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215893
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215894
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215895
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215896
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215897
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215898
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215899
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215900
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215901
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215902
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215903
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215904
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215905
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215906
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215907
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215908
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215909
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215910
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215911
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215912
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215913
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215914
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215915
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215916
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215917
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215918
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215919
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215920
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215921
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE (id IN (1672,1673)) AND "switchman_shards"."id" IN (1671, 1672)[0m [shard 1671 master]
|
215922
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215923
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1671 master]
|
215924
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215925
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215926
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215927
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215928
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215929
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215930
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
215931
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
215932
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215933
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215934
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 1671 master]
|
215935
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id"[0m [["default", "t"], ["id", 1671]] [shard 1671 master]
|
215936
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215937
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215938
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215939
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
215940
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
215941
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215942
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
215943
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
215944
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215945
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215946
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215947
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215948
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215949
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
215950
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.117442"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.117442"]] [shard 1672 master]
|
215951
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
215952
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
215953
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.120163"], ["updated_at", "2015-01-19 20:20:05.120163"], ["user_id", 61]] [shard 1672 master]
|
215954
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
215955
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
215956
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.122089"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.122089"]] [shard 1673 master]
|
215957
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
215958
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
215959
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.124908"], ["updated_at", "2015-01-19 20:20:05.124908"], ["user_id", 49]] [shard 1673 master]
|
215960
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
215961
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1[0m [shard 1671 master]
|
215962
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1673 LIMIT 1 [shard 1671 master]
|
215963
|
+
[1m[36m (0.2ms)[0m [1mSELECT "users"."name" FROM "users" WHERE "users"."id" IN (61)[0m [shard 1672 master]
|
215964
|
+
[1m[35m (0.4ms)[0m SELECT "users"."name" FROM "users" WHERE "users"."id" IN (49) [shard 1673 master]
|
215965
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
215966
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
215967
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
215968
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
215969
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
215970
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
215971
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
215972
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
215973
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.137457"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.137457"]] [shard 1672 master]
|
215974
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
215975
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
215976
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.140058"], ["updated_at", "2015-01-19 20:20:05.140058"], ["user_id", 62]] [shard 1672 master]
|
215977
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
215978
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
215979
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.141758"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.141758"]] [shard 1673 master]
|
215980
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
215981
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
215982
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.144155"], ["updated_at", "2015-01-19 20:20:05.144155"], ["user_id", 50]] [shard 1673 master]
|
215983
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
215984
|
+
[1m[35m (0.3ms)[0m SELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 42 [shard 1672 master]
|
215985
|
+
[1m[36m (0.2ms)[0m [1mSELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 33[0m [shard 1673 master]
|
215986
|
+
[1m[35m (0.1ms)[0m SELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 42 [shard 1672 master]
|
215987
|
+
[1m[36m (0.2ms)[0m [1mSELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 33[0m [shard 1673 master]
|
215988
|
+
[1m[35m (0.1ms)[0m SELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 42 [shard 1672 master]
|
215989
|
+
[1m[36m (0.1ms)[0m [1mSELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 33[0m [shard 1673 master]
|
215990
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
215991
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
215992
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
215993
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
215994
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
215995
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
215996
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
215997
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
215998
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.155746"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.155746"]] [shard 1672 master]
|
215999
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216000
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216001
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.158204"], ["updated_at", "2015-01-19 20:20:05.158204"], ["user_id", 63]] [shard 1672 master]
|
216002
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216003
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216004
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.159855"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.159855"]] [shard 1673 master]
|
216005
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216006
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216007
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.162695"], ["updated_at", "2015-01-19 20:20:05.162695"], ["user_id", 51]] [shard 1673 master]
|
216008
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216009
|
+
[1m[36m (0.2ms)[0m [1mSELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 43[0m [shard 1672 master]
|
216010
|
+
[1m[35m (0.2ms)[0m SELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 34 [shard 1673 master]
|
216011
|
+
[1m[36m (0.2ms)[0m [1mSELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 43[0m [shard 1672 master]
|
216012
|
+
[1m[35m (0.2ms)[0m SELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 34 [shard 1673 master]
|
216013
|
+
[1m[36m (0.2ms)[0m [1mSELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 43[0m [shard 1672 master]
|
216014
|
+
[1m[35m (0.1ms)[0m SELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 34 [shard 1673 master]
|
216015
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
216016
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
216017
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216018
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216019
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
216020
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
216021
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
216022
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216023
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.173549"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.173549"]] [shard 1672 master]
|
216024
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216025
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216026
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.176103"], ["updated_at", "2015-01-19 20:20:05.176103"], ["user_id", 64]] [shard 1672 master]
|
216027
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216028
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216029
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.177855"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.177855"]] [shard 1673 master]
|
216030
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216031
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216032
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.180210"], ["updated_at", "2015-01-19 20:20:05.180210"], ["user_id", 52]] [shard 1673 master]
|
216033
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216034
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1671 master]
|
216035
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.181920"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.181920"]] [shard 1671 master]
|
216036
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1671 master]
|
216037
|
+
[1m[36m (0.5ms)[0m [1mSELECT DISTINCT "users"."name" FROM "users" WHERE "users"."id" IN (2804)[0m [shard 1671 master]
|
216038
|
+
[1m[35m (0.2ms)[0m SELECT DISTINCT "users"."name" FROM "users" WHERE "users"."id" IN (64) [shard 1672 master]
|
216039
|
+
[1m[36m (0.5ms)[0m [1mSELECT DISTINCT "users"."name" FROM "users" WHERE "users"."id" IN (52)[0m [shard 1673 master]
|
216040
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216041
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216042
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216043
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216044
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216045
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216046
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216047
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216048
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.191779"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.191779"]] [shard 1672 master]
|
216049
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216050
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216051
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.193471"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.193471"]] [shard 1673 master]
|
216052
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216053
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216054
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.195196"], ["updated_at", "2015-01-19 20:20:05.195196"], ["user_id", 65], ["value", 1]] [shard 1672 master]
|
216055
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216056
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216057
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.197433"], ["updated_at", "2015-01-19 20:20:05.197433"], ["user_id", 16730000000000053], ["value", 3]] [shard 1672 master]
|
216058
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216059
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216060
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.199394"], ["updated_at", "2015-01-19 20:20:05.199394"], ["user_id", 16720000000000065], ["value", 2]] [shard 1673 master]
|
216061
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216062
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216063
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.201155"], ["updated_at", "2015-01-19 20:20:05.201155"], ["user_id", 53], ["value", 4]] [shard 1673 master]
|
216064
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216065
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216066
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.202662"], ["updated_at", "2015-01-19 20:20:05.202662"], ["user_id", 53], ["value", 5]] [shard 1673 master]
|
216067
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216068
|
+
[1m[35m (0.3ms)[0m SELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216069
|
+
[1m[36m (0.4ms)[0m [1mSELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216070
|
+
[1m[35m (0.2ms)[0m SELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216071
|
+
[1m[36m (0.2ms)[0m [1mSELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216072
|
+
[1m[35m (0.2ms)[0m SELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216073
|
+
[1m[36m (0.2ms)[0m [1mSELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216074
|
+
[1m[35m (0.2ms)[0m SELECT MIN("appendages"."value") AS minimum_value, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 1672 master]
|
216075
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (65)[0m [shard 1672 master]
|
216076
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (53) [shard 1673 master]
|
216077
|
+
[1m[36m (0.2ms)[0m [1mSELECT MIN("appendages"."value") AS minimum_value, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 1673 master]
|
216078
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (53) [shard 1673 master]
|
216079
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (65)[0m [shard 1672 master]
|
216080
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216081
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216082
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216083
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216084
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216085
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216086
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216087
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216088
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.221334"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.221334"]] [shard 1672 master]
|
216089
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216090
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216091
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.222974"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.222974"]] [shard 1673 master]
|
216092
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216093
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216094
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.225121"], ["updated_at", "2015-01-19 20:20:05.225121"], ["user_id", 66], ["value", 1]] [shard 1672 master]
|
216095
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216096
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216097
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.227458"], ["updated_at", "2015-01-19 20:20:05.227458"], ["user_id", 16730000000000054], ["value", 3]] [shard 1672 master]
|
216098
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216099
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216100
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.230084"], ["updated_at", "2015-01-19 20:20:05.230084"], ["user_id", 16720000000000066], ["value", 2]] [shard 1673 master]
|
216101
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216102
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216103
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.231760"], ["updated_at", "2015-01-19 20:20:05.231760"], ["user_id", 54], ["value", 4]] [shard 1673 master]
|
216104
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216105
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216106
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.233642"], ["updated_at", "2015-01-19 20:20:05.233642"], ["user_id", 54], ["value", 5]] [shard 1673 master]
|
216107
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216108
|
+
[1m[35m (0.4ms)[0m SELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216109
|
+
[1m[36m (0.3ms)[0m [1mSELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216110
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216111
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216112
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216113
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216114
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_value, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 1672 master]
|
216115
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (66)[0m [shard 1672 master]
|
216116
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (54) [shard 1673 master]
|
216117
|
+
[1m[36m (0.3ms)[0m [1mSELECT SUM("appendages"."value") AS sum_value, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 1673 master]
|
216118
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (54) [shard 1673 master]
|
216119
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (66)[0m [shard 1672 master]
|
216120
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216121
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216122
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216123
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216124
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216125
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216126
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216127
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216128
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.258354"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.258354"]] [shard 1672 master]
|
216129
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216130
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216131
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.260523"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.260523"]] [shard 1673 master]
|
216132
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216133
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216134
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.262526"], ["updated_at", "2015-01-19 20:20:05.262526"], ["user_id", 67], ["value", 1]] [shard 1672 master]
|
216135
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216136
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216137
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.264976"], ["updated_at", "2015-01-19 20:20:05.264976"], ["user_id", 16730000000000055], ["value", 3]] [shard 1672 master]
|
216138
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216139
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216140
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.266982"], ["updated_at", "2015-01-19 20:20:05.266982"], ["user_id", 16720000000000067], ["value", 2]] [shard 1673 master]
|
216141
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216142
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216143
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.268663"], ["updated_at", "2015-01-19 20:20:05.268663"], ["user_id", 55], ["value", 4]] [shard 1673 master]
|
216144
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216145
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216146
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.270290"], ["updated_at", "2015-01-19 20:20:05.270290"], ["user_id", 55], ["value", 5]] [shard 1673 master]
|
216147
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216148
|
+
[1m[35m (0.3ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216149
|
+
[1m[36m (0.3ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216150
|
+
[1m[35m (0.3ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216151
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216152
|
+
[1m[35m (0.2ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216153
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216154
|
+
[1m[35m (0.2ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 1672 master]
|
216155
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (67)[0m [shard 1672 master]
|
216156
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (55) [shard 1673 master]
|
216157
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 1673 master]
|
216158
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (55) [shard 1673 master]
|
216159
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (67)[0m [shard 1672 master]
|
216160
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216161
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216162
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216163
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216164
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216165
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216166
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216167
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216168
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.289672"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.289672"]] [shard 1672 master]
|
216169
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216170
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216171
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.291245"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.291245"]] [shard 1673 master]
|
216172
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216173
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216174
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.292873"], ["updated_at", "2015-01-19 20:20:05.292873"], ["user_id", 68], ["value", 1]] [shard 1672 master]
|
216175
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216177
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.294811"], ["updated_at", "2015-01-19 20:20:05.294811"], ["user_id", 16730000000000056], ["value", 3]] [shard 1672 master]
|
216178
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216179
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216180
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.296746"], ["updated_at", "2015-01-19 20:20:05.296746"], ["user_id", 16720000000000068], ["value", 2]] [shard 1673 master]
|
216181
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216182
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216183
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.298773"], ["updated_at", "2015-01-19 20:20:05.298773"], ["user_id", 56], ["value", 4]] [shard 1673 master]
|
216184
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216185
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216186
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.300447"], ["updated_at", "2015-01-19 20:20:05.300447"], ["user_id", 56], ["value", 5]] [shard 1673 master]
|
216187
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216188
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216189
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.302765"], ["updated_at", "2015-01-19 20:20:05.302765"], ["user_id", 68]] [shard 1672 master]
|
216190
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216191
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216192
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:05.304287"], ["updated_at", "2015-01-19 20:20:05.304287"]] [shard 1672 master]
|
216193
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216194
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216195
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.306920"], ["updated_at", "2015-01-19 20:20:05.306920"], ["user_id", 69]] [shard 1672 master]
|
216196
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216197
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) AS count_all, user_id AS user_id FROM "appendages" GROUP BY user_id ORDER BY COUNT(*) DESC LIMIT 1[0m [shard 1672 master]
|
216198
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216199
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216200
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216201
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216202
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216203
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216204
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216205
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216206
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.314589"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.314589"]] [shard 1672 master]
|
216207
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216208
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216209
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.316511"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.316511"]] [shard 1673 master]
|
216210
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216211
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216212
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.318125"], ["updated_at", "2015-01-19 20:20:05.318125"], ["user_id", 70], ["value", 1]] [shard 1672 master]
|
216213
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216214
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216215
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.320017"], ["updated_at", "2015-01-19 20:20:05.320017"], ["user_id", 16730000000000057], ["value", 3]] [shard 1672 master]
|
216216
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216217
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216218
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.321822"], ["updated_at", "2015-01-19 20:20:05.321822"], ["user_id", 16720000000000070], ["value", 2]] [shard 1673 master]
|
216219
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216220
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216221
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.323301"], ["updated_at", "2015-01-19 20:20:05.323301"], ["user_id", 57], ["value", 4]] [shard 1673 master]
|
216222
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216223
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216224
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.324711"], ["updated_at", "2015-01-19 20:20:05.324711"], ["user_id", 57], ["value", 5]] [shard 1673 master]
|
216225
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216226
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216227
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216228
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216229
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216230
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216231
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216232
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 1672 master]
|
216233
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (70)[0m [shard 1672 master]
|
216234
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (57) [shard 1673 master]
|
216235
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 1673 master]
|
216236
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (57) [shard 1673 master]
|
216237
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (70)[0m [shard 1672 master]
|
216238
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216239
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216240
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216241
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216242
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216243
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216244
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216245
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216246
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.344569"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.344569"]] [shard 1672 master]
|
216247
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216248
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216249
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.347317"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.347317"]] [shard 1673 master]
|
216250
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216251
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216252
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.350022"], ["updated_at", "2015-01-19 20:20:05.350022"], ["user_id", 71], ["value", 1]] [shard 1672 master]
|
216253
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216254
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216255
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.352233"], ["updated_at", "2015-01-19 20:20:05.352233"], ["user_id", 16730000000000058], ["value", 3]] [shard 1672 master]
|
216256
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216257
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216258
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.354335"], ["updated_at", "2015-01-19 20:20:05.354335"], ["user_id", 16720000000000071], ["value", 2]] [shard 1673 master]
|
216259
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216260
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216261
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.355857"], ["updated_at", "2015-01-19 20:20:05.355857"], ["user_id", 58], ["value", 4]] [shard 1673 master]
|
216262
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216263
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216264
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.357393"], ["updated_at", "2015-01-19 20:20:05.357393"], ["user_id", 58], ["value", 5]] [shard 1673 master]
|
216265
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216266
|
+
[1m[35m (0.3ms)[0m SELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216267
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216268
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216269
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216270
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 1672 master]
|
216271
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 1673 master]
|
216272
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS maximum_value, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 1672 master]
|
216273
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (71)[0m [shard 1672 master]
|
216274
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (58) [shard 1673 master]
|
216275
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS maximum_value, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 1673 master]
|
216276
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (58) [shard 1673 master]
|
216277
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (71)[0m [shard 1672 master]
|
216278
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216279
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216280
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216281
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216282
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216283
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216284
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216285
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216286
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.374722"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.374722"]] [shard 1672 master]
|
216287
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216288
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216289
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.377126"], ["updated_at", "2015-01-19 20:20:05.377126"], ["user_id", 72], ["value", 1]] [shard 1672 master]
|
216290
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216292
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.379139"], ["updated_at", "2015-01-19 20:20:05.379139"], ["user_id", 72], ["value", 2]] [shard 1672 master]
|
216293
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216294
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216295
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.380858"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.380858"]] [shard 1673 master]
|
216296
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216297
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216298
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.383681"], ["updated_at", "2015-01-19 20:20:05.383681"], ["user_id", 59], ["value", 3]] [shard 1673 master]
|
216299
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216300
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216301
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.385683"], ["updated_at", "2015-01-19 20:20:05.385683"], ["user_id", 59], ["value", 4]] [shard 1673 master]
|
216302
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216303
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216304
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.388174"], ["updated_at", "2015-01-19 20:20:05.388174"], ["user_id", 59], ["value", 5]] [shard 1673 master]
|
216305
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216306
|
+
[1m[35m (0.3ms)[0m SELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 72]] [shard 1672 master]
|
216307
|
+
[1m[36m (0.2ms)[0m [1mSELECT MIN("appendages"."value") AS min_id FROM "appendages"[0m [shard 1672 master]
|
216308
|
+
[1m[35m (0.3ms)[0m SELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 59]] [shard 1673 master]
|
216309
|
+
[1m[36m (0.3ms)[0m [1mSELECT MIN("appendages"."value") AS min_id FROM "appendages"[0m [shard 1673 master]
|
216310
|
+
[1m[35m (0.3ms)[0m SELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."id" IN (59, 60) [shard 1672 master]
|
216311
|
+
[1m[36m (0.4ms)[0m [1mSELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."id" IN (54, 55, 56)[0m [shard 1673 master]
|
216312
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 1673 master]
|
216313
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216314
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216315
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216316
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216317
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216318
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216319
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216320
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.403329"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.403329"]] [shard 1672 master]
|
216321
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216322
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216323
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.406042"], ["updated_at", "2015-01-19 20:20:05.406042"], ["user_id", 73], ["value", 1]] [shard 1672 master]
|
216324
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216325
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216326
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.408083"], ["updated_at", "2015-01-19 20:20:05.408083"], ["user_id", 73], ["value", 2]] [shard 1672 master]
|
216327
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216328
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216329
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.409858"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.409858"]] [shard 1673 master]
|
216330
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216331
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216332
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.412399"], ["updated_at", "2015-01-19 20:20:05.412399"], ["user_id", 60], ["value", 3]] [shard 1673 master]
|
216333
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216334
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216335
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.414368"], ["updated_at", "2015-01-19 20:20:05.414368"], ["user_id", 60], ["value", 4]] [shard 1673 master]
|
216336
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216337
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216338
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.416300"], ["updated_at", "2015-01-19 20:20:05.416300"], ["user_id", 60], ["value", 5]] [shard 1673 master]
|
216339
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216340
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 73]] [shard 1672 master]
|
216341
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages"[0m [shard 1672 master]
|
216342
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 60]] [shard 1673 master]
|
216343
|
+
[1m[36m (0.1ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages"[0m [shard 1673 master]
|
216344
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."id" IN (61, 62) [shard 1672 master]
|
216345
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."id" IN (57, 58, 59)[0m [shard 1673 master]
|
216346
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216347
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216348
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216349
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216350
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216351
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216352
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216353
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216354
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.427522"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.427522"]] [shard 1672 master]
|
216355
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216356
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216357
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.429998"], ["updated_at", "2015-01-19 20:20:05.429998"], ["user_id", 74], ["value", 1]] [shard 1672 master]
|
216358
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216359
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216360
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.431976"], ["updated_at", "2015-01-19 20:20:05.431976"], ["user_id", 74], ["value", 2]] [shard 1672 master]
|
216361
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216362
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216363
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.433509"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.433509"]] [shard 1673 master]
|
216364
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216365
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216366
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.435764"], ["updated_at", "2015-01-19 20:20:05.435764"], ["user_id", 61], ["value", 3]] [shard 1673 master]
|
216367
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216368
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216369
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.437635"], ["updated_at", "2015-01-19 20:20:05.437635"], ["user_id", 61], ["value", 4]] [shard 1673 master]
|
216370
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216371
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216372
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.439608"], ["updated_at", "2015-01-19 20:20:05.439608"], ["user_id", 61], ["value", 5]] [shard 1673 master]
|
216373
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216374
|
+
[1m[35m (0.2ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 74]] [shard 1672 master]
|
216375
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages"[0m [shard 1672 master]
|
216376
|
+
[1m[35m (0.2ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 61]] [shard 1673 master]
|
216377
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages"[0m [shard 1673 master]
|
216378
|
+
[1m[35m (0.2ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."id" IN (63, 64) [shard 1672 master]
|
216379
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."id" IN (60, 61, 62)[0m [shard 1673 master]
|
216380
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 1673 master]
|
216381
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216382
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216383
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216384
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216385
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216386
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216387
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216388
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.451554"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.451554"]] [shard 1672 master]
|
216389
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216390
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216391
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.454029"], ["updated_at", "2015-01-19 20:20:05.454029"], ["user_id", 75], ["value", 1]] [shard 1672 master]
|
216392
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216393
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216394
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.455841"], ["updated_at", "2015-01-19 20:20:05.455841"], ["user_id", 75], ["value", 2]] [shard 1672 master]
|
216395
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216396
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216397
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.457395"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.457395"]] [shard 1673 master]
|
216398
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216399
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216400
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.459864"], ["updated_at", "2015-01-19 20:20:05.459864"], ["user_id", 62], ["value", 3]] [shard 1673 master]
|
216401
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216402
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216403
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.461712"], ["updated_at", "2015-01-19 20:20:05.461712"], ["user_id", 62], ["value", 4]] [shard 1673 master]
|
216404
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216405
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216406
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.463564"], ["updated_at", "2015-01-19 20:20:05.463564"], ["user_id", 62], ["value", 5]] [shard 1673 master]
|
216407
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216408
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 75]] [shard 1672 master]
|
216409
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "appendages"[0m [shard 1672 master]
|
216410
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 62]] [shard 1673 master]
|
216411
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "appendages"[0m [shard 1673 master]
|
216412
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "appendages" WHERE "appendages"."id" IN (65, 66) [shard 1672 master]
|
216413
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "appendages" WHERE "appendages"."id" IN (63, 64, 65)[0m [shard 1673 master]
|
216414
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216415
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216416
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216417
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216418
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216419
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216420
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216421
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216422
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", "2015-01-19 20:20:05.475764"], ["name", "user1"], ["updated_at", "2015-01-19 20:20:05.475764"]] [shard 1672 master]
|
216423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216424
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216425
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.478375"], ["updated_at", "2015-01-19 20:20:05.478375"], ["user_id", 76], ["value", 1]] [shard 1672 master]
|
216426
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216427
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216428
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.480305"], ["updated_at", "2015-01-19 20:20:05.480305"], ["user_id", 76], ["value", 2]] [shard 1672 master]
|
216429
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216430
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216431
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.481982"], ["name", "user2"], ["updated_at", "2015-01-19 20:20:05.481982"]] [shard 1673 master]
|
216432
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216433
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216434
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.484369"], ["updated_at", "2015-01-19 20:20:05.484369"], ["user_id", 63], ["value", 3]] [shard 1673 master]
|
216435
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216436
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216437
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.486219"], ["updated_at", "2015-01-19 20:20:05.486219"], ["user_id", 63], ["value", 4]] [shard 1673 master]
|
216438
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216439
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1673 master]
|
216440
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2015-01-19 20:20:05.488071"], ["updated_at", "2015-01-19 20:20:05.488071"], ["user_id", 63], ["value", 5]] [shard 1673 master]
|
216441
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1673 master]
|
216442
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 76]] [shard 1672 master]
|
216443
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS max_id FROM "appendages"[0m [shard 1672 master]
|
216444
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."user_id" = $1 [["user_id", 63]] [shard 1673 master]
|
216445
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS max_id FROM "appendages"[0m [shard 1673 master]
|
216446
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."id" IN (67, 68) [shard 1672 master]
|
216447
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."id" IN (66, 67, 68)[0m [shard 1673 master]
|
216448
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216449
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216450
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 1671 master]
|
216451
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216452
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216453
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 1671 master]
|
216454
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("default", "id") VALUES ($1, $2) RETURNING "id" [["default", "t"], ["id", 1671]] [shard 1671 master]
|
216455
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
216456
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216457
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216458
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["id", 1672], ["name", "switchman_test_shard_1672"]] [shard 1671 master]
|
216459
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 1671 master]
|
216460
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216461
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "id", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "1"], ["id", 1673], ["name", "switchman_test_shard_1673"]] [shard 1671 master]
|
216462
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 1671 master]
|
216463
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216464
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216465
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
216466
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
216467
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
216468
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216469
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.507547"], ["updated_at", "2015-01-19 20:20:05.507547"]] [shard 1672 master]
|
216470
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216471
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 1672 LIMIT 1[0m [shard 1671 master]
|
216472
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 77]] [shard 1672 master]
|
216473
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
216474
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
216475
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216476
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216477
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
216478
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
216479
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
216480
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216481
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.516969"], ["updated_at", "2015-01-19 20:20:05.516969"]] [shard 1672 master]
|
216482
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216484
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = $1 [["id", 78]] [shard 1672 master]
|
216485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216486
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 16720000000000078 ORDER BY "users"."id" ASC LIMIT 1 [shard 1672 master]
|
216487
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
216488
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
216489
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216490
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216491
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
216492
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
216493
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
216494
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216495
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.525063"], ["updated_at", "2015-01-19 20:20:05.525063"]] [shard 1672 master]
|
216496
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216497
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 79 LIMIT 1[0m [shard 1672 master]
|
216498
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216499
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216500
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216501
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216502
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216503
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216504
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216505
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216506
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:05.532179"], ["updated_at", "2015-01-19 20:20:05.532179"]] [shard 1672 master]
|
216507
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216508
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (80) LIMIT 1 [shard 1672 master]
|
216509
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
216510
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
216511
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216512
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216513
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1672]] [shard 1671 master]
|
216514
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1673]] [shard 1671 master]
|
216515
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1673 master]
|
216516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1672 master]
|
216517
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.538967"], ["updated_at", "2015-01-19 20:20:05.538967"]] [shard 1672 master]
|
216518
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1672 master]
|
216519
|
+
[1m[36mUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."id" = 81 LIMIT 1[0m [shard 1672 master]
|
216520
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1673 master]
|
216521
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1672 master]
|
216522
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1671 master]
|
216523
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1[0m [shard 1671 master]
|
216524
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 1672]] [shard 1671 master]
|
216525
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 1673]] [shard 1671 master]
|
216526
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 1673 master]
|
216527
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 1672 master]
|
216528
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES ($1, $2) RETURNING "id" [["created_at", "2015-01-19 20:20:05.546292"], ["updated_at", "2015-01-19 20:20:05.546292"]] [shard 1672 master]
|
216529
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 1672 master]
|
216530
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 1673 master]
|
216531
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2015-01-19 20:20:05.547787"], ["name", "multi-shard exists"], ["updated_at", "2015-01-19 20:20:05.547787"]] [shard 1673 master]
|
216532
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 1673 master]
|
216533
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards"[0m [shard 1671 master]
|
216534
|
+
[1m[35mUser Exists (0.2ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."name" = 'multi-shard exists' LIMIT 1 [shard 1671 master]
|
216535
|
+
[1m[36mUser Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."name" = 'multi-shard exists' LIMIT 1[0m [shard 1672 master]
|
216536
|
+
[1m[35mUser Exists (0.3ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."name" = 'multi-shard exists' LIMIT 1 [shard 1673 master]
|
216537
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 1673 master]
|
216538
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1672 master]
|
216539
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 1671 master]
|
216540
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' ORDER BY "switchman_shards"."id" ASC LIMIT 1 [shard 1671 master]
|
216541
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 1671 master]
|
216542
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 1671 master]
|
216543
|
+
[1m[36m (5.5ms)[0m [1mDROP SCHEMA switchman_test_shard_1672 CASCADE[0m [shard 1672 deploy]
|
216544
|
+
[1m[35m (0.1ms)[0m BEGIN
|
216545
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 1672]]
|
216546
|
+
[1m[35m (0.1ms)[0m COMMIT
|
216547
|
+
[1m[36m (5.5ms)[0m [1mDROP SCHEMA switchman_test_shard_1673 CASCADE[0m [shard 1673 deploy]
|
216548
|
+
[1m[35m (0.2ms)[0m BEGIN
|
216549
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 1673]]
|
216550
|
+
[1m[35m (0.1ms)[0m COMMIT
|