switchman 1.2.31 → 1.2.32
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/database_server.rb +1 -0
- data/lib/switchman/version.rb +1 -1
- data/spec/dummy/db/shard_117.sqlite3 +0 -0
- data/spec/dummy/log/test.log +3557 -0
- data/spec/dummy/tmp/cache/{349/DE0/shard%2F126 → 344/D90/shard%2F121} +1 -1
- data/spec/dummy/tmp/cache/3A8/EF0/shard%2F10106 +1 -0
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8b6039fc60b8a5db9ef9281e88c08877f7e1d26
|
|
4
|
+
data.tar.gz: 91f66cda658940618dcdb0da4629cbc8a7f17efc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 647c24616377cff9c9d3f5fcbc57186ae5886ce04d3a6297fbcd27990f1bba8211ba5acb0db20eaf9bfb3fa13a4f88837fea10eda4b985e4652c896d2ba90cbc
|
|
7
|
+
data.tar.gz: 3a87e1c36cd2a001029ac5aae33a7dcd6cda63028c152e9191248d2517c2de888632f003286831cf2001b81a3daf8cebdfaea3f58333486baccbb4492a4974e4
|
data/lib/switchman/version.rb
CHANGED
|
Binary file
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -240966,3 +240966,3560 @@ Migrating to CreateRoots (20140219183820)
|
|
|
240966
240966
|
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
240967
240967
|
[1m[35mSQL (0.5ms)[0m DELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 [["id", 83]]
|
|
240968
240968
|
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
240969
|
+
Connecting to database specified by database.yml
|
|
240970
|
+
[1m[36m (0.5ms)[0m [1mSELECT * FROM unnest(current_schemas(false))[0m
|
|
240971
|
+
[1m[35mSwitchman::Shard Load (6.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1
|
|
240972
|
+
[1m[36mSQL (0.8ms)[0m [1mDELETE FROM "switchman_shards"[0m
|
|
240973
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1
|
|
240974
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
240975
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1
|
|
240976
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["name", nil]]
|
|
240977
|
+
[1m[35m (0.4ms)[0m COMMIT
|
|
240978
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m
|
|
240979
|
+
[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 id LIMIT 1
|
|
240980
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
240981
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "test"], ["default", false], ["name", "public"]]
|
|
240982
|
+
[1m[36m (0.4ms)[0m [1mCREATE SCHEMA switchman_test_shard_105[0m [shard 105 deploy]
|
|
240983
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 deploy]
|
|
240984
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [shard 105 deploy]
|
|
240985
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 105 deploy]
|
|
240986
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m [shard 105 deploy]
|
|
240987
|
+
Migrating to CreateSwitchmanShards (20130328212039)
|
|
240988
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "switchman_shards" ("id" bigserial primary key, "name" character varying(255), "database_server_id" character varying(255), "default" boolean DEFAULT 'f' NOT NULL) [shard 105 deploy]
|
|
240989
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130328212039')[0m [shard 105 deploy]
|
|
240990
|
+
Migrating to CreateDefaultShard (20130328224244)
|
|
240991
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130328224244') [shard 105 deploy]
|
|
240992
|
+
Migrating to CreateUsers (20130403132607)
|
|
240993
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 105 deploy]
|
|
240994
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130403132607') [shard 105 deploy]
|
|
240995
|
+
Migrating to CreateAppendages (20130411202442)
|
|
240996
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 105 deploy]
|
|
240997
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130411202442') [shard 105 deploy]
|
|
240998
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
|
240999
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 105 deploy]
|
|
241000
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130411202551') [shard 105 deploy]
|
|
241001
|
+
Migrating to CreateDigits (20131022202028)
|
|
241002
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 105 deploy]
|
|
241003
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20131022202028') [shard 105 deploy]
|
|
241004
|
+
Migrating to CreateFeatures (20131206172923)
|
|
241005
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 105 deploy]
|
|
241006
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20131206172923') [shard 105 deploy]
|
|
241007
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
|
241008
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD COLUMN "parent_id" bigint[0m [shard 105 deploy]
|
|
241009
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20140123154135') [shard 105 deploy]
|
|
241010
|
+
Migrating to CreateRoots (20140219183820)
|
|
241011
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 105 deploy]
|
|
241012
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20140219183820') [shard 105 deploy]
|
|
241013
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 deploy]
|
|
241014
|
+
[1m[35m (0.3ms)[0m UPDATE "switchman_shards" SET "name" = 'switchman_test_shard_105' WHERE "switchman_shards"."id" = 105 [shard 104 master]
|
|
241015
|
+
[1m[36m (1.1ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241016
|
+
[1m[35mSwitchman::Shard Load (0.6ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '1' AND (name<>':memory:' OR name IS NULL) ORDER BY id LIMIT 1 [shard 104 master]
|
|
241017
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241018
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "1"], ["default", false], ["name", "public"]] [shard 104 master]
|
|
241019
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241020
|
+
[1m[35m (0.5ms)[0m CREATE SCHEMA switchman_test_shard_106 [shard 106 deploy]
|
|
241021
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 deploy]
|
|
241022
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [shard 106 deploy]
|
|
241023
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [shard 106 deploy]
|
|
241024
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations" [shard 106 deploy]
|
|
241025
|
+
Migrating to CreateSwitchmanShards (20130328212039)
|
|
241026
|
+
[1m[36m (3.0ms)[0m [1mCREATE TABLE "switchman_shards" ("id" bigserial primary key, "name" character varying(255), "database_server_id" character varying(255), "default" boolean DEFAULT 'f' NOT NULL) [0m [shard 106 deploy]
|
|
241027
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130328212039') [shard 106 deploy]
|
|
241028
|
+
Migrating to CreateDefaultShard (20130328224244)
|
|
241029
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130328224244')[0m [shard 106 deploy]
|
|
241030
|
+
Migrating to CreateUsers (20130403132607)
|
|
241031
|
+
[1m[35m (1.9ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 106 deploy]
|
|
241032
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130403132607')[0m [shard 106 deploy]
|
|
241033
|
+
Migrating to CreateAppendages (20130411202442)
|
|
241034
|
+
[1m[35m (2.2ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 106 deploy]
|
|
241035
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202442')[0m [shard 106 deploy]
|
|
241036
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
|
241037
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 106 deploy]
|
|
241038
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202551')[0m [shard 106 deploy]
|
|
241039
|
+
Migrating to CreateDigits (20131022202028)
|
|
241040
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 106 deploy]
|
|
241041
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131022202028')[0m [shard 106 deploy]
|
|
241042
|
+
Migrating to CreateFeatures (20131206172923)
|
|
241043
|
+
[1m[35m (2.1ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 106 deploy]
|
|
241044
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131206172923')[0m [shard 106 deploy]
|
|
241045
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
|
241046
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 106 deploy]
|
|
241047
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140123154135')[0m [shard 106 deploy]
|
|
241048
|
+
Migrating to CreateRoots (20140219183820)
|
|
241049
|
+
[1m[35m (1.9ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 106 deploy]
|
|
241050
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140219183820')[0m [shard 106 deploy]
|
|
241051
|
+
[1m[35m (0.8ms)[0m COMMIT [shard 106 deploy]
|
|
241052
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241053
|
+
[1m[35m (0.2ms)[0m UPDATE "switchman_shards" SET "name" = 'switchman_test_shard_106' WHERE "switchman_shards"."id" = 106 [shard 104 master]
|
|
241054
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241055
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
241056
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241057
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241058
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241059
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241060
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241061
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241062
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241063
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241064
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241065
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241066
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241067
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
241068
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241069
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241070
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241071
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241072
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241073
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241074
|
+
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241075
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241076
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241077
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241078
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241079
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241080
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241081
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241082
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241083
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241084
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241085
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241086
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241087
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241088
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241089
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241090
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241091
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241092
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241093
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241094
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241095
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241096
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241097
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241098
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "2"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241099
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241100
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241101
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241102
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241103
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241104
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241105
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241106
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241107
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241108
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241109
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241110
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241111
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241112
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241113
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241114
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241115
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "3"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241116
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241117
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241118
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241119
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241120
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241121
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241122
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241123
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241124
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241125
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241126
|
+
[1m[36mSQL (1.0ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
241127
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241128
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241129
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241130
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241131
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
241132
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241133
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241134
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241135
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
241136
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241137
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241138
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241139
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241140
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241141
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241142
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241143
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241144
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241145
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241146
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241147
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241148
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241149
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241150
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241151
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241152
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "mirror_users" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", nil]] [shard 104 master]
|
|
241153
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241154
|
+
[1m[36mMirrorUser Load (0.6ms)[0m [1mSELECT "mirror_users".* FROM "mirror_users" WHERE "mirror_users"."id" = $1 LIMIT 1[0m [["id", 5]] [shard 104 master]
|
|
241155
|
+
[1m[35mMirrorUser Load (0.1ms)[0m SELECT "mirror_users".* FROM "mirror_users" WHERE "mirror_users"."id" = $1 LIMIT 1 [["id", 5]] [shard 104 master]
|
|
241156
|
+
[1m[36mMirrorUser Load (0.6ms)[0m [1mSELECT "mirror_users".* FROM "mirror_users" WHERE "mirror_users"."id" = 5 LIMIT 1[0m [shard 105 master]
|
|
241157
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241158
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
241159
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241160
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241161
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241162
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241163
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241164
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241165
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241166
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241167
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241168
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241169
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241170
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241171
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
241172
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241173
|
+
[1m[35mSQL (6.1ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
241174
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241175
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241176
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241177
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241178
|
+
[1m[36m (4.9ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241179
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241180
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241181
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241182
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241183
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241184
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241185
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
241186
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241187
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241188
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241189
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241190
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241191
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241192
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "roots" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", nil]] [shard 104 master]
|
|
241193
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241194
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241195
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241196
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241197
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241198
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241199
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241200
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241201
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241202
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241203
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241204
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241205
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241206
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241207
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241208
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241209
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241210
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241211
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241212
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241213
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241214
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241215
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241216
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241217
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241218
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241219
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
241220
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241221
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241222
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241223
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241224
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241225
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241226
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241227
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241228
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1[0m [shard 104 master]
|
|
241229
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241230
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241231
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241232
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241233
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241234
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241235
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241236
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241237
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241238
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241239
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241240
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", nil], ["value", nil]] [shard 105 master]
|
|
241241
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241242
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241243
|
+
[1m[35mSQL (1.6ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", nil], ["value", nil]] [shard 106 master]
|
|
241244
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241245
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241246
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
241247
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241248
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241249
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241250
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241251
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241252
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241253
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241254
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241255
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241256
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241257
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241258
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241259
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
241260
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241261
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241262
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241263
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241264
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241265
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241266
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241267
|
+
[1m[35mSQL (4.9ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
241268
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241269
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241270
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241271
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "4"], ["default", false], ["name", "non_existent_shard"]] [shard 104 master]
|
|
241272
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241273
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241274
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "4"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241275
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241276
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" [0m [shard 109 master]
|
|
241277
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
|
241278
|
+
LINE 1: SELECT COUNT(*) FROM "users"
|
|
241279
|
+
^
|
|
241280
|
+
: SELECT COUNT(*) FROM "users"
|
|
241281
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM "users" [shard 110 master]
|
|
241282
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241283
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241284
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241285
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "5"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241286
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241287
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241288
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241289
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241290
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "6"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241291
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241292
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241293
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241294
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241295
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "7"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241296
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241297
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241298
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241299
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241300
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "8"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241301
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241302
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241303
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241304
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241305
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "9"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241306
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241307
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241308
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241309
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241310
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "10"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241311
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241312
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241313
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241314
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241315
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241316
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241317
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241318
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241319
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241320
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241321
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241322
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241323
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
241324
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241325
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241326
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241327
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241328
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241329
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241330
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241331
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241332
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241333
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
241334
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
241335
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241336
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241337
|
+
[1m[35mSwitchman::Shard Exists (0.1ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241338
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241339
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
241340
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241341
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241342
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241343
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
241344
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241345
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241346
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241347
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241348
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241349
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241350
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241351
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241352
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241353
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241354
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241355
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241356
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241357
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241358
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241359
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
241360
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241361
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241362
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241363
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241364
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241365
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241366
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241367
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
241368
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241369
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241370
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241371
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241372
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241373
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
241374
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241375
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241376
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241377
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241378
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241379
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241380
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241381
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
241382
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241383
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241384
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241385
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241386
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241387
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
241388
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241389
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
241390
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241391
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241392
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241393
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241394
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241395
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241396
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241397
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241398
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241399
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241400
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241401
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241402
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241403
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241404
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241405
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241406
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241407
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241408
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241409
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241410
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241411
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241412
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241413
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241414
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241415
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241416
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241417
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241418
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241419
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241420
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241421
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241422
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241423
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241424
|
+
[1m[36m (6.1ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241425
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241426
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241427
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241428
|
+
[1m[36m (5.9ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241429
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241430
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241431
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
241432
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241433
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241434
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241435
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241436
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241437
|
+
[1m[35mSwitchman::Shard Load (0.6ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" IS NULL AND (name<>':memory:' OR name IS NULL) ORDER BY id LIMIT 1 [shard 104 master]
|
|
241438
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241439
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1 [shard 104 master]
|
|
241440
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241441
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241442
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241443
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241444
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241445
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241446
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241447
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '25' AND (name<>':memory:' OR name IS NULL) ORDER BY id LIMIT 1 [shard 104 master]
|
|
241448
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241449
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "25"], ["default", false], ["name", nil]] [shard 104 master]
|
|
241450
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241451
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*) [shard 117 deploy]
|
|
241452
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m [shard 117 deploy]
|
|
241453
|
+
[1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [shard 117 deploy]
|
|
241454
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [shard 117 deploy]
|
|
241455
|
+
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations" [shard 117 deploy]
|
|
241456
|
+
Migrating to CreateSwitchmanShards (20130328212039)
|
|
241457
|
+
[1m[36m (0.2ms)[0m [1mCREATE TABLE "switchman_shards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "database_server_id" varchar(255), "default" boolean DEFAULT 'f' NOT NULL) [0m [shard 117 deploy]
|
|
241458
|
+
[1m[35m (0.0ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130328212039') [shard 117 deploy]
|
|
241459
|
+
Migrating to CreateDefaultShard (20130328224244)
|
|
241460
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130328224244')[0m [shard 117 deploy]
|
|
241461
|
+
Migrating to CreateUsers (20130403132607)
|
|
241462
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "mirror_user_id" integer(8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [shard 117 deploy]
|
|
241463
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130403132607')[0m [shard 117 deploy]
|
|
241464
|
+
Migrating to CreateAppendages (20130411202442)
|
|
241465
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "appendages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer(8), "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [shard 117 deploy]
|
|
241466
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202442')[0m [shard 117 deploy]
|
|
241467
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
|
241468
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "mirror_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer(8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [shard 117 deploy]
|
|
241469
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202551')[0m [shard 117 deploy]
|
|
241470
|
+
Migrating to CreateDigits (20131022202028)
|
|
241471
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "digits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "appendage_id" integer(8), "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [shard 117 deploy]
|
|
241472
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131022202028')[0m [shard 117 deploy]
|
|
241473
|
+
Migrating to CreateFeatures (20131206172923)
|
|
241474
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "features" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer(8), "owner_type" varchar(255), "value" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [shard 117 deploy]
|
|
241475
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131206172923')[0m [shard 117 deploy]
|
|
241476
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
|
241477
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "users" ADD "parent_id" integer(8) [shard 117 deploy]
|
|
241478
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140123154135')[0m [shard 117 deploy]
|
|
241479
|
+
Migrating to CreateRoots (20140219183820)
|
|
241480
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "roots" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer(8), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [shard 117 deploy]
|
|
241481
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140219183820')[0m [shard 117 deploy]
|
|
241482
|
+
[1m[35m (1.2ms)[0m commit transaction [shard 117 deploy]
|
|
241483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241484
|
+
[1m[35m (0.2ms)[0m UPDATE "switchman_shards" SET "name" = 'db/shard_117.sqlite3' WHERE "switchman_shards"."id" = 117 [shard 104 master]
|
|
241485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241486
|
+
[1m[35m (0.0ms)[0m begin transaction [shard 117 master]
|
|
241487
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 117 master]
|
|
241488
|
+
[1m[35m (0.6ms)[0m commit transaction [shard 117 master]
|
|
241489
|
+
Drop failed: No such file or directory @ unlink_internal - db/shard_117.sqlite3
|
|
241490
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241491
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 [["id", 117]] [shard 104 master]
|
|
241492
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241493
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241494
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241495
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241496
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241497
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241498
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241499
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241500
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '26' AND (name<>':memory:' OR name IS NULL) ORDER BY id LIMIT 1[0m [shard 104 master]
|
|
241501
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241502
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "26"], ["default", false], ["name", "public"]] [shard 104 master]
|
|
241503
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241504
|
+
[1m[36m (6.4ms)[0m [1mCREATE SCHEMA switchman_test_shard_118[0m [shard 118 deploy]
|
|
241505
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 118 deploy]
|
|
241506
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m [shard 118 deploy]
|
|
241507
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [shard 118 deploy]
|
|
241508
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m [shard 118 deploy]
|
|
241509
|
+
Migrating to CreateSwitchmanShards (20130328212039)
|
|
241510
|
+
[1m[35m (3.6ms)[0m CREATE TABLE "switchman_shards" ("id" bigserial primary key, "name" character varying(255), "database_server_id" character varying(255), "default" boolean DEFAULT 'f' NOT NULL) [shard 118 deploy]
|
|
241511
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130328212039')[0m [shard 118 deploy]
|
|
241512
|
+
Migrating to CreateDefaultShard (20130328224244)
|
|
241513
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130328224244') [shard 118 deploy]
|
|
241514
|
+
Migrating to CreateUsers (20130403132607)
|
|
241515
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 118 deploy]
|
|
241516
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130403132607') [shard 118 deploy]
|
|
241517
|
+
Migrating to CreateAppendages (20130411202442)
|
|
241518
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 118 deploy]
|
|
241519
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130411202442') [shard 118 deploy]
|
|
241520
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
|
241521
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 118 deploy]
|
|
241522
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130411202551') [shard 118 deploy]
|
|
241523
|
+
Migrating to CreateDigits (20131022202028)
|
|
241524
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 118 deploy]
|
|
241525
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20131022202028') [shard 118 deploy]
|
|
241526
|
+
Migrating to CreateFeatures (20131206172923)
|
|
241527
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 118 deploy]
|
|
241528
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20131206172923') [shard 118 deploy]
|
|
241529
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
|
241530
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "users" ADD COLUMN "parent_id" bigint[0m [shard 118 deploy]
|
|
241531
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20140123154135') [shard 118 deploy]
|
|
241532
|
+
Migrating to CreateRoots (20140219183820)
|
|
241533
|
+
[1m[36m (2.1ms)[0m [1mCREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m [shard 118 deploy]
|
|
241534
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20140219183820') [shard 118 deploy]
|
|
241535
|
+
[1m[36m (0.7ms)[0m [1mCOMMIT[0m [shard 118 deploy]
|
|
241536
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241537
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "switchman_shards" SET "name" = 'switchman_test_shard_118' WHERE "switchman_shards"."id" = 118[0m [shard 104 master]
|
|
241538
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241539
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 118 master]
|
|
241540
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 118 master]
|
|
241541
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 118 master]
|
|
241542
|
+
[1m[35m (5.4ms)[0m DROP SCHEMA switchman_test_shard_118 CASCADE [shard 118 deploy]
|
|
241543
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241544
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 [["id", 118]] [shard 104 master]
|
|
241545
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241546
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241547
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241548
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241549
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241550
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241551
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241552
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241553
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "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 id LIMIT 1[0m [shard 104 master]
|
|
241554
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241555
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["name", "public"]] [shard 104 master]
|
|
241556
|
+
[1m[35m (0.3ms)[0m CREATE SCHEMA switchman_test_shard_119 [shard 119 deploy]
|
|
241557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m [shard 119 deploy]
|
|
241558
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [shard 119 deploy]
|
|
241559
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [shard 119 deploy]
|
|
241560
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations" [shard 119 deploy]
|
|
241561
|
+
Migrating to CreateSwitchmanShards (20130328212039)
|
|
241562
|
+
[1m[36m (2.7ms)[0m [1mCREATE TABLE "switchman_shards" ("id" bigserial primary key, "name" character varying(255), "database_server_id" character varying(255), "default" boolean DEFAULT 'f' NOT NULL) [0m [shard 119 deploy]
|
|
241563
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130328212039') [shard 119 deploy]
|
|
241564
|
+
Migrating to CreateDefaultShard (20130328224244)
|
|
241565
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130328224244')[0m [shard 119 deploy]
|
|
241566
|
+
Migrating to CreateUsers (20130403132607)
|
|
241567
|
+
[1m[35m (2.4ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 119 deploy]
|
|
241568
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130403132607')[0m [shard 119 deploy]
|
|
241569
|
+
Migrating to CreateAppendages (20130411202442)
|
|
241570
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 119 deploy]
|
|
241571
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202442')[0m [shard 119 deploy]
|
|
241572
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
|
241573
|
+
[1m[35m (7.3ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 119 deploy]
|
|
241574
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202551')[0m [shard 119 deploy]
|
|
241575
|
+
Migrating to CreateDigits (20131022202028)
|
|
241576
|
+
[1m[35m (7.7ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 119 deploy]
|
|
241577
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131022202028')[0m [shard 119 deploy]
|
|
241578
|
+
Migrating to CreateFeatures (20131206172923)
|
|
241579
|
+
[1m[35m (7.0ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 119 deploy]
|
|
241580
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131206172923')[0m [shard 119 deploy]
|
|
241581
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
|
241582
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 119 deploy]
|
|
241583
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140123154135')[0m [shard 119 deploy]
|
|
241584
|
+
Migrating to CreateRoots (20140219183820)
|
|
241585
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 119 deploy]
|
|
241586
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140219183820')[0m [shard 119 deploy]
|
|
241587
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2 [shard 119 deploy]
|
|
241588
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "switchman_shards" SET "name" = 'switchman_test_shard_119' WHERE "switchman_shards"."id" = 119[0m [shard 104 master]
|
|
241589
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241590
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 119 master]
|
|
241591
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 119 master]
|
|
241592
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 119 master]
|
|
241593
|
+
[1m[35m (3.4ms)[0m DROP SCHEMA switchman_test_shard_119 CASCADE [shard 119 deploy]
|
|
241594
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241595
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 [["id", 119]] [shard 104 master]
|
|
241596
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241597
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241598
|
+
[1m[36m (2.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241599
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
241600
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241601
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241602
|
+
[1m[36mSwitchman::Shard Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241603
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
241604
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241605
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241606
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241607
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
241608
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
241609
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241610
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
241611
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
241612
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241613
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241614
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241615
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241616
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241617
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241618
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241619
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241620
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241621
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 178], ["value", nil]] [shard 104 master]
|
|
241622
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241623
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241624
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241625
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241627
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 5], ["value", nil]] [shard 105 master]
|
|
241628
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241629
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241630
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241631
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241633
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241634
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 1], ["value", nil]] [shard 106 master]
|
|
241635
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241636
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241637
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241638
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241639
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241640
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241641
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241642
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241643
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241644
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241645
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241646
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241647
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241648
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 179], ["value", nil]] [shard 104 master]
|
|
241649
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241650
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241651
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241652
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241653
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241654
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 6], ["value", nil]] [shard 105 master]
|
|
241655
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241656
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241657
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241658
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241659
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241660
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241661
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 2], ["value", nil]] [shard 106 master]
|
|
241662
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241663
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241664
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241665
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 104 master]
|
|
241666
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241667
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241668
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241669
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241670
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241671
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241672
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241673
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241674
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241675
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 180], ["value", nil]] [shard 104 master]
|
|
241676
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241677
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241678
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241679
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241680
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241681
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 7], ["value", nil]] [shard 105 master]
|
|
241682
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241683
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241684
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241685
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241686
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241687
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241688
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 3], ["value", nil]] [shard 106 master]
|
|
241689
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241690
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241691
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241692
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241693
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241694
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241695
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241696
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241697
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241698
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241699
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241700
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241701
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241702
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 181], ["value", nil]] [shard 104 master]
|
|
241703
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241704
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241705
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241706
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241707
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241708
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 8], ["value", nil]] [shard 105 master]
|
|
241709
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241710
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241711
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241713
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241714
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241715
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 4], ["value", nil]] [shard 106 master]
|
|
241716
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241717
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241718
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241719
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241720
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241721
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241722
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241723
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241724
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241725
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241726
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241727
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241728
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241729
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 182], ["value", nil]] [shard 104 master]
|
|
241730
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241731
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241732
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241733
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241734
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241735
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 9], ["value", nil]] [shard 105 master]
|
|
241736
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241737
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241738
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241739
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241740
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241741
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241742
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 5], ["value", nil]] [shard 106 master]
|
|
241743
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241744
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241745
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241746
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241747
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241748
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241749
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241750
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241751
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241752
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241753
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241754
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241755
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241756
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 183], ["value", nil]] [shard 104 master]
|
|
241757
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241758
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241759
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241760
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241761
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241762
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 10], ["value", nil]] [shard 105 master]
|
|
241763
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241764
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241765
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241766
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241767
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241768
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241769
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 6], ["value", nil]] [shard 106 master]
|
|
241770
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241771
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241772
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241773
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", 183], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241774
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241775
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241776
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", 184], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241777
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241778
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 184]] [shard 104 master]
|
|
241779
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 183 LIMIT 1 [shard 104 master]
|
|
241780
|
+
[1m[36m (0.1ms)[0m [1mSHOW max_identifier_length[0m [shard 104 master]
|
|
241781
|
+
[1m[35mUser Load (0.4ms)[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" = 183 [shard 104 master]
|
|
241782
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241783
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241784
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241785
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241786
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241787
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241788
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241789
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241790
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241791
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241792
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241793
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 186], ["value", nil]] [shard 104 master]
|
|
241794
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241795
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241796
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241797
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241798
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241799
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 11], ["value", nil]] [shard 105 master]
|
|
241800
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241801
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241802
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241803
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241804
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241805
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241806
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 7], ["value", nil]] [shard 106 master]
|
|
241807
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241808
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241809
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241810
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241811
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241812
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241813
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241814
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241815
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241816
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241817
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241818
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241819
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241820
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 187], ["value", nil]] [shard 104 master]
|
|
241821
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241822
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241823
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241824
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241825
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241826
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 12], ["value", nil]] [shard 105 master]
|
|
241827
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241828
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241829
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241830
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241831
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241832
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241833
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 8], ["value", nil]] [shard 106 master]
|
|
241834
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241835
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241836
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241837
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mirror_users" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", nil]] [shard 105 master]
|
|
241838
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241839
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241840
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
241841
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241842
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241843
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241844
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241845
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241846
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241847
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241848
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241849
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241850
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 188], ["value", nil]] [shard 104 master]
|
|
241851
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241852
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241853
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241854
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241855
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241856
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 13], ["value", nil]] [shard 105 master]
|
|
241857
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241858
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241859
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241860
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241861
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241862
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241863
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 9], ["value", nil]] [shard 106 master]
|
|
241864
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241865
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241866
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1[0m [shard 104 master]
|
|
241867
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241868
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241869
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241870
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241871
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241872
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241873
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241874
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241875
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241876
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241877
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241878
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 189], ["value", nil]] [shard 104 master]
|
|
241879
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241880
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241881
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241882
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241883
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241884
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 14], ["value", nil]] [shard 105 master]
|
|
241885
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241886
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241887
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241888
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241889
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241890
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241891
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 10], ["value", nil]] [shard 106 master]
|
|
241892
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241893
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241894
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241895
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241896
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241897
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241898
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241899
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241900
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241901
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241902
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241903
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241904
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241905
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 190], ["value", nil]] [shard 104 master]
|
|
241906
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241907
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241908
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241909
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241910
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241911
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 15], ["value", nil]] [shard 105 master]
|
|
241912
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241913
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241914
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241915
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241916
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241917
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241918
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 11], ["value", nil]] [shard 106 master]
|
|
241919
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241920
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241921
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241922
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241923
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
241924
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241925
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241926
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241927
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
241928
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241929
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 104 master]
|
|
241930
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241931
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241932
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 191], ["value", nil]] [shard 104 master]
|
|
241933
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241934
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241935
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 105 master]
|
|
241936
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241937
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241938
|
+
[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", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 16], ["value", nil]] [shard 105 master]
|
|
241939
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241940
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241941
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00]] [shard 106 master]
|
|
241942
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241943
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241944
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241945
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:21 UTC +00:00], ["user_id", 12], ["value", nil]] [shard 106 master]
|
|
241946
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241947
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241948
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
241949
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
241950
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
241951
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
241952
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
241953
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
241954
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
241955
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241956
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
241957
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241958
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241959
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 192], ["value", nil]] [shard 104 master]
|
|
241960
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241961
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
241962
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
241963
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241964
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241965
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 17], ["value", nil]] [shard 105 master]
|
|
241966
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241967
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241968
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
241969
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241970
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241971
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
241972
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 13], ["value", nil]] [shard 106 master]
|
|
241973
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
241974
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241975
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
241976
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
241977
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
241978
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
241979
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
241980
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
241981
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
241982
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
241983
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
241984
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
241985
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241986
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 193], ["value", nil]] [shard 104 master]
|
|
241987
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
241988
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
241989
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
241990
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
241991
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241992
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 18], ["value", nil]] [shard 105 master]
|
|
241993
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
241994
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241995
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
241996
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
241997
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
241998
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
241999
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 14], ["value", nil]] [shard 106 master]
|
|
242000
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
242001
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242002
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242003
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242004
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242005
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242006
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242007
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242008
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242009
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242010
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242011
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242012
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242013
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 194], ["value", nil]] [shard 104 master]
|
|
242014
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242015
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
242016
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242017
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242018
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242019
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 19], ["value", nil]] [shard 105 master]
|
|
242020
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242021
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
242022
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242023
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
242024
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242025
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
242026
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 15], ["value", nil]] [shard 106 master]
|
|
242027
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
242028
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242029
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242030
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242031
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242032
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242033
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242034
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242035
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242036
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242037
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242038
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242039
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242040
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 195], ["value", nil]] [shard 104 master]
|
|
242041
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242042
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242043
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242044
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242045
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242046
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 20], ["value", nil]] [shard 105 master]
|
|
242047
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242048
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
242049
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242050
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
242051
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242052
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
242053
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 16], ["value", nil]] [shard 106 master]
|
|
242054
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
242055
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242056
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242057
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242058
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
242059
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242060
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242061
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242062
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242063
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 104 master]
|
|
242064
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242065
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242066
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242067
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242068
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242069
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242070
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242071
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242072
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242073
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242074
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242075
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242076
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242077
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242078
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242079
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242080
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242081
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242082
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242083
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242084
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242085
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242086
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242087
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242088
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242089
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242090
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242091
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242092
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242093
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242094
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242095
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242096
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242097
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242098
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242099
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242100
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242101
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242102
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242103
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242104
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242105
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", nil], ["default", false], ["name", nil]] [shard 104 master]
|
|
242106
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242107
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242108
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 120]] [shard 104 master]
|
|
242109
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242110
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242111
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242112
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242113
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242114
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242115
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242116
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242117
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1 [shard 104 master]
|
|
242118
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242119
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242120
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242121
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242122
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242123
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242124
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242125
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242126
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242127
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242128
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242129
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242130
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242131
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242132
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 104 master]
|
|
242133
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242134
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242135
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242136
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242137
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242138
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242139
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242140
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 104 master]
|
|
242141
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242142
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242143
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242144
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242145
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242146
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242147
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242148
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242149
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242150
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242151
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242152
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242153
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242154
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242155
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242156
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242157
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242158
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242159
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242160
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242161
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242162
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242163
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242164
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242165
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242166
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242167
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242168
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242169
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242170
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242171
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242172
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242173
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242174
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242175
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242176
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242177
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", nil], ["default", false], ["name", nil]] [shard 104 master]
|
|
242178
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242179
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242180
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 121]] [shard 104 master]
|
|
242181
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242182
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 121 LIMIT 1[0m [shard 104 master]
|
|
242183
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242184
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242185
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242186
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242187
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242188
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242189
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242190
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242191
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242192
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242193
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242194
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242195
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242196
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242197
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242198
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242199
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242200
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242201
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242202
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242203
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242204
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242205
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242206
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242207
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242208
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242209
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242210
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242211
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242212
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242213
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242214
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242215
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242216
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242217
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242218
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242219
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242220
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242221
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242222
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242223
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242224
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242225
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242226
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242227
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242228
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242229
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242230
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242231
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242232
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242233
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242234
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242235
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242236
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242237
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242238
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242239
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 106 LIMIT 1 [shard 104 master]
|
|
242240
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242241
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242242
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242243
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242244
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242245
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242246
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242247
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242248
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242249
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242250
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242251
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242252
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242253
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242254
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 10106 LIMIT 1[0m [shard 104 master]
|
|
242255
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242256
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242257
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242258
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242259
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242260
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242261
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242262
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242263
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242264
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242265
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242266
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242267
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242268
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242269
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242270
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242271
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242272
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242273
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242274
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242275
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242276
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242277
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242278
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242279
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242280
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242281
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242282
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242283
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242284
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242285
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242286
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242287
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242288
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242289
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242290
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242291
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242292
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242293
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242294
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242295
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242296
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242297
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242298
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242299
|
+
[1m[35m (0.2ms)[0m BEGIN [shard 104 master]
|
|
242300
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242301
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242302
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242303
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242304
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242305
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242306
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242307
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242308
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242309
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242310
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242311
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242312
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242313
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242314
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242315
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242316
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242317
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242318
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242319
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242320
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242321
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242322
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242323
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242324
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242325
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242326
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242327
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242328
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242329
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242330
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242331
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242332
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242333
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242334
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242335
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242336
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242337
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242338
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242339
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."database_server_id" = '28' AND (name<>':memory:' OR name IS NULL) ORDER BY id LIMIT 1 [shard 104 master]
|
|
242340
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242341
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "28"], ["default", false], ["name", "public"]] [shard 104 master]
|
|
242342
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242343
|
+
[1m[35m (0.6ms)[0m CREATE SCHEMA switchman_test_shard_122 [shard 122 deploy]
|
|
242344
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 122 deploy]
|
|
242345
|
+
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [shard 122 deploy]
|
|
242346
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m [shard 122 deploy]
|
|
242347
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations" [shard 122 deploy]
|
|
242348
|
+
Migrating to CreateSwitchmanShards (20130328212039)
|
|
242349
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "switchman_shards" ("id" bigserial primary key, "name" character varying(255), "database_server_id" character varying(255), "default" boolean DEFAULT 'f' NOT NULL) [0m [shard 122 deploy]
|
|
242350
|
+
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130328212039') [shard 122 deploy]
|
|
242351
|
+
Migrating to CreateDefaultShard (20130328224244)
|
|
242352
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130328224244')[0m [shard 122 deploy]
|
|
242353
|
+
Migrating to CreateUsers (20130403132607)
|
|
242354
|
+
[1m[35m (2.6ms)[0m CREATE TABLE "users" ("id" bigserial primary key, "name" character varying(255), "mirror_user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 122 deploy]
|
|
242355
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130403132607')[0m [shard 122 deploy]
|
|
242356
|
+
Migrating to CreateAppendages (20130411202442)
|
|
242357
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "appendages" ("id" bigserial primary key, "user_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 122 deploy]
|
|
242358
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202442')[0m [shard 122 deploy]
|
|
242359
|
+
Migrating to CreateMirrorUsers (20130411202551)
|
|
242360
|
+
[1m[35m (1.7ms)[0m CREATE TABLE "mirror_users" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 122 deploy]
|
|
242361
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20130411202551')[0m [shard 122 deploy]
|
|
242362
|
+
Migrating to CreateDigits (20131022202028)
|
|
242363
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "digits" ("id" bigserial primary key, "appendage_id" bigint, "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 122 deploy]
|
|
242364
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131022202028')[0m [shard 122 deploy]
|
|
242365
|
+
Migrating to CreateFeatures (20131206172923)
|
|
242366
|
+
[1m[35m (2.5ms)[0m CREATE TABLE "features" ("id" bigserial primary key, "owner_id" bigint, "owner_type" character varying(255), "value" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 122 deploy]
|
|
242367
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20131206172923')[0m [shard 122 deploy]
|
|
242368
|
+
Migrating to AddParentIdToUsers (20140123154135)
|
|
242369
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "users" ADD COLUMN "parent_id" bigint [shard 122 deploy]
|
|
242370
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140123154135')[0m [shard 122 deploy]
|
|
242371
|
+
Migrating to CreateRoots (20140219183820)
|
|
242372
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "roots" ("id" bigserial primary key, "user_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [shard 122 deploy]
|
|
242373
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20140219183820')[0m [shard 122 deploy]
|
|
242374
|
+
[1m[35m (0.7ms)[0m COMMIT [shard 122 deploy]
|
|
242375
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242376
|
+
[1m[35m (0.3ms)[0m UPDATE "switchman_shards" SET "name" = 'switchman_test_shard_122' WHERE "switchman_shards"."id" = 122 [shard 104 master]
|
|
242377
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242378
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 122 master]
|
|
242379
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 122 master]
|
|
242380
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 122 master]
|
|
242381
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "users" [0m [shard 122 master]
|
|
242382
|
+
[1m[35m (6.7ms)[0m DROP SCHEMA switchman_test_shard_122 CASCADE [shard 122 deploy]
|
|
242383
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" [0m [shard 122 master]
|
|
242384
|
+
PG::UndefinedTable: ERROR: relation "users" does not exist
|
|
242385
|
+
LINE 1: SELECT COUNT(*) FROM "users"
|
|
242386
|
+
^
|
|
242387
|
+
: SELECT COUNT(*) FROM "users"
|
|
242388
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242389
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242390
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242391
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242392
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242393
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242394
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242395
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 104 master]
|
|
242396
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242397
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242398
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242399
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242400
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242401
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242402
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242403
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 104 master]
|
|
242404
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242405
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242406
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242407
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242408
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242409
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242410
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242411
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 104 master]
|
|
242412
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242413
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242414
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242415
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242416
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242417
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242418
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242419
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" ORDER BY database_server_id IS NOT NULL, database_server_id, id[0m [shard 104 master]
|
|
242420
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242421
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242422
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242423
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242424
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242425
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242426
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242427
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242428
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242429
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242430
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242431
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242432
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242433
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242434
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242435
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242436
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242437
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242438
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242439
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242440
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242441
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242442
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242443
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
242444
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242445
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242446
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242447
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242448
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
242449
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242450
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242451
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242452
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242453
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242454
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242455
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242456
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242457
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242458
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242459
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242460
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242461
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242462
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242463
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242464
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1 [shard 104 master]
|
|
242465
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 21]] [shard 105 master]
|
|
242466
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242467
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
242468
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242469
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242470
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242471
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242472
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242473
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242474
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242475
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242476
|
+
[1m[35mUser Exists (0.2ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."id" = 22 LIMIT 1 [shard 105 master]
|
|
242477
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242478
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
242479
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242480
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242481
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242482
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242483
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242484
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
242485
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242486
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242487
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
242488
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", "multi-shard exists"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242489
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
242490
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" [shard 104 master]
|
|
242491
|
+
[1m[36mUser Exists (0.5ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."name" = 'multi-shard exists' LIMIT 1[0m [shard 104 master]
|
|
242492
|
+
[1m[35mUser Exists (0.2ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."name" = 'multi-shard exists' LIMIT 1 [shard 105 master]
|
|
242493
|
+
[1m[36mUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."name" = 'multi-shard exists' LIMIT 1[0m [shard 106 master]
|
|
242494
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242495
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
242496
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242497
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242498
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242499
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242500
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242501
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242502
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242503
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242504
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
242505
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = $1[0m [["id", 24]] [shard 105 master]
|
|
242506
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242507
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1050000000000024 LIMIT 1[0m [shard 105 master]
|
|
242508
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242509
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
242510
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242511
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242512
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242513
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242514
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
242515
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242516
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242517
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242518
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 25 LIMIT 1 [shard 105 master]
|
|
242519
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242520
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
242521
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242522
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242523
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242524
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242525
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242526
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
242527
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242528
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242529
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (26) LIMIT 1[0m [shard 105 master]
|
|
242530
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242531
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
242532
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
242533
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242534
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242535
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242536
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242537
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242538
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242539
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242540
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242541
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242542
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242543
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242544
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
242545
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242546
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
242547
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242548
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
242549
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242550
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242551
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242552
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242553
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
242554
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users" [shard 106 master]
|
|
242555
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m [shard 106 master]
|
|
242556
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242557
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m [shard 106 master]
|
|
242558
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1 [shard 106 master]
|
|
242559
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242560
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "users" [shard 106 master]
|
|
242561
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242562
|
+
[1m[35mSQL (6.0ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
242563
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242564
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242565
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242566
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242567
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "switchman_shards" [0m [shard 104 master]
|
|
242568
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242569
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242570
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242571
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242572
|
+
[1m[35mSwitchman::Shard Exists (0.1ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242573
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242574
|
+
[1m[35m (6.0ms)[0m COMMIT [shard 104 master]
|
|
242575
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242576
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242577
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242578
|
+
[1m[35m (6.0ms)[0m COMMIT [shard 104 master]
|
|
242579
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242580
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242581
|
+
[1m[36m (4.9ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242582
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242583
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242584
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242585
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242586
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242587
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242588
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242589
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
242590
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242591
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242592
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242593
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "29"], ["default", false], ["name", nil]] [shard 104 master]
|
|
242594
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242595
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242596
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "29"], ["default", false], ["name", nil]] [shard 104 master]
|
|
242597
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242598
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242599
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242600
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242601
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242602
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242603
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242604
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242605
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242606
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242607
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242608
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
242609
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242610
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242611
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242612
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242613
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242614
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242615
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242616
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242617
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242618
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242619
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242620
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242621
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242622
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242623
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242624
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242625
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242626
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242627
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242628
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242629
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242630
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242631
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242632
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242633
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242634
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242635
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242636
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242637
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242638
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242639
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242640
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242641
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242642
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242643
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242644
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242645
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" IN (104, 105) AND (id IN (105,106))[0m [shard 104 master]
|
|
242646
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242647
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242648
|
+
[1m[35mSQL (0.4ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
242649
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242650
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242651
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242652
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242653
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242654
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242655
|
+
[1m[36m (6.0ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242656
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242657
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242658
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242659
|
+
[1m[36m (5.9ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242660
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242661
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242662
|
+
[1m[35m (6.0ms)[0m COMMIT [shard 104 master]
|
|
242663
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242664
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242665
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242666
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242667
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242668
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
242669
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242670
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242671
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242672
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242673
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242674
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242675
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242676
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242677
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 105 master]
|
|
242678
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242679
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242680
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242681
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242682
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242683
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242684
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242685
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242686
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242687
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242688
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242689
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242690
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "updated_at" = '2015-05-04 15:38:22.485922' [shard 104 master]
|
|
242691
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242692
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242693
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242694
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242695
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242696
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242697
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242698
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242699
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242700
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242701
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242702
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "users" SET "updated_at" = '2015-05-04 15:38:22.491050' [shard 104 master]
|
|
242703
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242704
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242705
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242706
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242707
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242708
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242709
|
+
[1m[36mSQL (1.0ms)[0m [1mUPDATE "users" SET "updated_at" = '2015-05-04 15:38:22.495180'[0m [shard 104 master]
|
|
242710
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "users" [shard 104 master]
|
|
242711
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242712
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242713
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242714
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242715
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "updated_at" = '2015-05-04 15:38:22.504619'[0m [shard 104 master]
|
|
242716
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "users" [shard 104 master]
|
|
242717
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242718
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242719
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242720
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242721
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242722
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242723
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242724
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242725
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242726
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242727
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242728
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242729
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242730
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242731
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242732
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242733
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242734
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242735
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242736
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242737
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242738
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242739
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242740
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242741
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242742
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242743
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242744
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242745
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242746
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242747
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242748
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242749
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242750
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242751
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242752
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242753
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242754
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "users" [shard 104 master]
|
|
242755
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242756
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242757
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242758
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242759
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242760
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242761
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242762
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242763
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242764
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242765
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242766
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "users" [shard 104 master]
|
|
242767
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242768
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242769
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242770
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242771
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242772
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242773
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", "a"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242774
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242775
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 204]] [shard 104 master]
|
|
242776
|
+
[1m[35mCACHE (0.0ms)[0m 104::SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 204]]
|
|
242777
|
+
[1m[36mCACHE (0.0ms)[0m [1m104::SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 204]]
|
|
242778
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242779
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "users" SET "name" = 'b', "updated_at" = '2015-05-04 15:38:22.535288' WHERE "users"."id" = 204[0m [shard 104 master]
|
|
242780
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242781
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 204]] [shard 104 master]
|
|
242782
|
+
[1m[35mCACHE (0.0ms)[0m 104::SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 204]]
|
|
242783
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users"[0m [shard 104 master]
|
|
242784
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242785
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242786
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242787
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242788
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "users" [shard 104 master]
|
|
242789
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users"[0m [shard 104 master]
|
|
242790
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242791
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242792
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
242793
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242794
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "users" [shard 104 master]
|
|
242795
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users"[0m [shard 104 master]
|
|
242796
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242797
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242798
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242799
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242800
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242801
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242802
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242803
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242804
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242805
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242806
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242807
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242808
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242809
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242810
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242811
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242812
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242813
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242814
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242815
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242816
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242817
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242818
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242819
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242820
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242821
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242822
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242823
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242824
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242825
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242826
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242827
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242828
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242829
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242830
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242831
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242832
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242833
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242834
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242835
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242836
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242837
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242838
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242839
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242840
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242841
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242842
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242843
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242844
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242845
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242846
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242847
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242848
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242849
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242850
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242851
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242852
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242853
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242854
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242855
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242856
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242857
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242858
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" FOR UPDATE [shard 104 master]
|
|
242859
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242860
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242861
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242862
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242863
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242864
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242865
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242866
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242867
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242868
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242869
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242870
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242871
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242872
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242873
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242874
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242875
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242876
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
242877
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242878
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242879
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242880
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242881
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242882
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242883
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242884
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242885
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
242886
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242887
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242888
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242889
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242890
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242891
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242892
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242893
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242894
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242895
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242896
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
242897
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242898
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242899
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242900
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242901
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242902
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242903
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242904
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" [shard 104 master]
|
|
242905
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242906
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242907
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242908
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242909
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242910
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242911
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242912
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242913
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242914
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242915
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m [shard 104 master]
|
|
242916
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
242917
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
242918
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
242919
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
242920
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
242921
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242922
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242923
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242924
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242925
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242926
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242927
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242928
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
242929
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242930
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242931
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242932
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242933
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242934
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242935
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242936
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242937
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242938
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242939
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242940
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242941
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242942
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
242943
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242944
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242945
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242946
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242947
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242948
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
242949
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
242950
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
242951
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242952
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242953
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242954
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
242955
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242956
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242957
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242958
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
242959
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
242960
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
242961
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
242962
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
242963
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
242964
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
242965
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
242966
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
242967
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
242968
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
242969
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242970
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
242971
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
242972
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242973
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
242974
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242975
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
242976
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242977
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242978
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242979
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
242980
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
242981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
242982
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
242983
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242984
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
242985
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
242986
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
242987
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
242988
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 30], ["value", nil]] [shard 105 master]
|
|
242989
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
242990
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = 30 [shard 105 master]
|
|
242991
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1[0m [shard 104 master]
|
|
242992
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 30]] [shard 105 master]
|
|
242993
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = 30[0m [shard 105 master]
|
|
242994
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
242995
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
242996
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
242997
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
242998
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
242999
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243000
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243001
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243002
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243003
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243004
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243005
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243006
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243007
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243008
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 31], ["value", nil]] [shard 105 master]
|
|
243009
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243010
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243011
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243012
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243013
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243014
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243015
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243016
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243017
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243018
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243019
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243021
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243022
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243023
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243024
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "mirror_users" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", nil]] [shard 105 master]
|
|
243025
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243026
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243027
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243028
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243029
|
+
[1m[36mSwitchman::Shard Load (0.4ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243030
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243031
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243032
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243033
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243034
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243035
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243036
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243037
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243038
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243039
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243040
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", 33], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243041
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243042
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243043
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", 34], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243044
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243045
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 33]] [shard 105 master]
|
|
243046
|
+
[1m[35m (0.1ms)[0m SHOW max_identifier_length [shard 105 master]
|
|
243047
|
+
[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" = 33 AND "users"."id" = 35 LIMIT 1[0m [shard 105 master]
|
|
243048
|
+
WARNING: Can't mass-assign protected attributes: id
|
|
243049
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243050
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243051
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243052
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 33]] [shard 105 master]
|
|
243053
|
+
[1m[35mUser Exists (0.2ms)[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" = 33 AND "users"."id" = 1060000000000025 LIMIT 1 [shard 105 master]
|
|
243054
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243055
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243056
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243057
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243058
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243059
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243060
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243061
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243062
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243063
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243064
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243065
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243066
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243067
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243068
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 36], ["value", nil]] [shard 105 master]
|
|
243069
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243070
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243071
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", nil], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 106 master]
|
|
243072
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243073
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 106 LIMIT 1 [shard 104 master]
|
|
243074
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243075
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "id", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["appendage_id", 20], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["id", 1060000000000001], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243076
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243077
|
+
[1m[35mDigit Load (0.4ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 36 AND "digits"."id" = $1 LIMIT 1 [["id", 1060000000000001]] [shard 105 master]
|
|
243078
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243079
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243080
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243081
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243082
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243083
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243084
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243085
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243086
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243087
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243088
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243089
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243090
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243091
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243092
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243093
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243094
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243095
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243096
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243097
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243098
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243099
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243100
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243101
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243102
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243103
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243104
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243105
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 38], ["value", nil]] [shard 105 master]
|
|
243106
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243107
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243108
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 21], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243109
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243110
|
+
[1m[36mDigit Load (0.4ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 38 AND "digits"."id" = $1 LIMIT 1[0m [["id", 1]] [shard 105 master]
|
|
243111
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243112
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243113
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243114
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243115
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243116
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243117
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243118
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243119
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243120
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243121
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243122
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243123
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243124
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243125
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 39], ["value", nil]] [shard 105 master]
|
|
243126
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243127
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243128
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243129
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 29], ["value", nil]] [shard 106 master]
|
|
243130
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243131
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243132
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243133
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243134
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243135
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243136
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243137
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243138
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243139
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243140
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243141
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243142
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243143
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243144
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243145
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243146
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 40], ["value", nil]] [shard 105 master]
|
|
243147
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243148
|
+
[1m[36mAppendage Load (0.3ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 40 AND "appendages"."id" = $1 LIMIT 1[0m [["id", 23]] [shard 105 master]
|
|
243149
|
+
[1m[35mAppendage Load (0.4ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 30 AND "appendages"."id" = $1 LIMIT 1 [["id", 1050000000000023]] [shard 106 master]
|
|
243150
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243151
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243152
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243153
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243154
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243155
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243156
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243157
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243158
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243159
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243160
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243161
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243162
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243163
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243164
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 41], ["value", nil]] [shard 105 master]
|
|
243165
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243166
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1[0m [["id", 24]] [shard 105 master]
|
|
243167
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 41 LIMIT 1 [shard 105 master]
|
|
243168
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243169
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243170
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243171
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243172
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243173
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243174
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243175
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243176
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243177
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243178
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243179
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243180
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243181
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243182
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 42], ["value", nil]] [shard 105 master]
|
|
243183
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243184
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243185
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243186
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243187
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243188
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243189
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243190
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243191
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243192
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243193
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243194
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243195
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243196
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243197
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243198
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243199
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243200
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243201
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243202
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243203
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243204
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243205
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243206
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243207
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243208
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243209
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243210
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243211
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243212
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243213
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 44], ["value", 1]] [shard 105 master]
|
|
243214
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243215
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243216
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000044], ["value", nil]] [shard 106 master]
|
|
243217
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243218
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243219
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243220
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 44], ["value", 2]] [shard 105 master]
|
|
243221
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243222
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243223
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 44]] [shard 105 master]
|
|
243224
|
+
[1m[36m (0.3ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = 44 AND (appendages.value IS NOT NULL)[0m [shard 105 master]
|
|
243225
|
+
[1m[35m (0.3ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = 1050000000000044 AND (appendages.value IS NOT NULL) [shard 106 master]
|
|
243226
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 44]] [shard 105 master]
|
|
243227
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = 44 AND (appendages.value IS NOT NULL) [shard 105 master]
|
|
243228
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = 1050000000000044 AND (appendages.value IS NOT NULL)[0m [shard 106 master]
|
|
243229
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243230
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243231
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243232
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243233
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243234
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243235
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243236
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243237
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243238
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243239
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243240
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243241
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243242
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243243
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 45], ["value", nil]] [shard 105 master]
|
|
243244
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243245
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243246
|
+
[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", 28], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243247
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243248
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243249
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000045], ["value", nil]] [shard 106 master]
|
|
243250
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243251
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243252
|
+
[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", 20], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 2]] [shard 106 master]
|
|
243253
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243254
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 45 AND "digits"."value" IS NULL[0m [shard 105 master]
|
|
243255
|
+
[1m[35mDigit Load (0.3ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 1050000000000045 AND "digits"."value" IS NULL [shard 106 master]
|
|
243256
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 45]] [shard 105 master]
|
|
243257
|
+
[1m[35mDigit Load (0.3ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 45 AND "digits"."value" IS NULL [shard 105 master]
|
|
243258
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 1050000000000045 AND "digits"."value" IS NULL[0m [shard 106 master]
|
|
243259
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243260
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243261
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243262
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243263
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243264
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243265
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243266
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243267
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243268
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243269
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243270
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243271
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243272
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243273
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 46], ["value", 1]] [shard 105 master]
|
|
243274
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243275
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243276
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000046], ["value", 2]] [shard 106 master]
|
|
243277
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243278
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 46[0m [shard 105 master]
|
|
243279
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 46]] [shard 105 master]
|
|
243280
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 46[0m [shard 105 master]
|
|
243281
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 1050000000000046 [shard 106 master]
|
|
243282
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243283
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243284
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243285
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243286
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243287
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243288
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243289
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243290
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243291
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243292
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243293
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243294
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243295
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243296
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 47], ["value", 1]] [shard 105 master]
|
|
243297
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243298
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243299
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000047], ["value", nil]] [shard 106 master]
|
|
243300
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243301
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 47 AND "appendages"."value" IS NULL [shard 105 master]
|
|
243302
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 1050000000000047 AND "appendages"."value" IS NULL[0m [shard 106 master]
|
|
243303
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 47]] [shard 105 master]
|
|
243304
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 47 AND "appendages"."value" IS NULL[0m [shard 105 master]
|
|
243305
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" = 1050000000000047 AND "appendages"."value" IS NULL [shard 106 master]
|
|
243306
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243307
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243308
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243309
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243310
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243311
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243312
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243313
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243314
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243315
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243316
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243317
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243318
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243319
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243320
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 48], ["value", nil]] [shard 105 master]
|
|
243321
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243322
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243323
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 31], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243324
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243325
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243326
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000048], ["value", nil]] [shard 106 master]
|
|
243327
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243328
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243329
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 23], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 2]] [shard 106 master]
|
|
243330
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243331
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 48 AND "digits"."value" IS NULL [shard 105 master]
|
|
243332
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 1050000000000048 AND "digits"."value" IS NULL[0m [shard 106 master]
|
|
243333
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 48]] [shard 105 master]
|
|
243334
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 48 AND "digits"."value" IS NULL[0m [shard 105 master]
|
|
243335
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 1050000000000048 AND "digits"."value" IS NULL [shard 106 master]
|
|
243336
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243337
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243338
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243339
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243340
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243341
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243342
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243343
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243344
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243345
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243346
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243347
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243348
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243349
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243350
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 49], ["value", nil]] [shard 105 master]
|
|
243351
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243352
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243353
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 32], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243354
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243355
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243356
|
+
[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", 32], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 1]] [shard 105 master]
|
|
243357
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243358
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243359
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000049], ["value", nil]] [shard 106 master]
|
|
243360
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243361
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243362
|
+
[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", 24], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 2]] [shard 106 master]
|
|
243363
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243364
|
+
[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" = 49 AND (digits.value IS NOT NULL)[0m [shard 105 master]
|
|
243365
|
+
[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" = 1050000000000049 AND (digits.value IS NOT NULL) [shard 106 master]
|
|
243366
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 49]] [shard 105 master]
|
|
243367
|
+
[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" = 49 AND (digits.value IS NOT NULL) [shard 105 master]
|
|
243368
|
+
[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" = 1050000000000049 AND (digits.value IS NOT NULL)[0m [shard 106 master]
|
|
243369
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243370
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243371
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243372
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243373
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243374
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243375
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243376
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243377
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243378
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243379
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243380
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243381
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243382
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243383
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 50], ["value", nil]] [shard 105 master]
|
|
243384
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243385
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243386
|
+
[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", 33], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 1]] [shard 105 master]
|
|
243387
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243388
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243389
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000050], ["value", nil]] [shard 106 master]
|
|
243390
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243391
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243392
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 25], ["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 2]] [shard 106 master]
|
|
243393
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243394
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 50[0m [shard 105 master]
|
|
243395
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 50]] [shard 105 master]
|
|
243396
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 50[0m [shard 105 master]
|
|
243397
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" INNER JOIN "appendages" ON "digits"."appendage_id" = "appendages"."id" WHERE "appendages"."user_id" = 1050000000000050 [shard 106 master]
|
|
243398
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243399
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243400
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243401
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243402
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243403
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243404
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243405
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243406
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243407
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243408
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243409
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243410
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243411
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243412
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "roots" ("created_at", "updated_at", "user_id") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1060000000000041]] [shard 104 master]
|
|
243413
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243414
|
+
[1m[36mRoot Load (0.5ms)[0m [1mSELECT "roots".* FROM "roots" WHERE "roots"."id" = $1 LIMIT 1[0m [["id", 9]] [shard 104 master]
|
|
243415
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 41 LIMIT 1 [shard 106 master]
|
|
243416
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243417
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243418
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243419
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243420
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243421
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243422
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243423
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243424
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243425
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243426
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243427
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243428
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243429
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243430
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", nil], ["value", nil]] [shard 104 master]
|
|
243431
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243432
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243433
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["owner_id", 102], ["owner_type", "Appendage"], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", nil]] [shard 104 master]
|
|
243434
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243435
|
+
[1m[35mFeature Load (0.4ms)[0m SELECT "features".* FROM "features" WHERE "features"."id" = $1 LIMIT 1 [["id", 8]] [shard 104 master]
|
|
243436
|
+
[1m[36mAppendage Load (0.3ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = 102 LIMIT 1[0m [shard 104 master]
|
|
243437
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243438
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "features" SET "owner_id" = 1050000000000052, "owner_type" = 'User', "updated_at" = '2015-05-04 15:38:22.956284' WHERE "features"."id" = 8[0m [shard 104 master]
|
|
243439
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243440
|
+
[1m[36mFeature Load (0.2ms)[0m [1mSELECT "features".* FROM "features" WHERE "features"."id" = $1 LIMIT 1[0m [["id", 8]] [shard 104 master]
|
|
243441
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243442
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243443
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243444
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243445
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243446
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243447
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243448
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243449
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243450
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243451
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243452
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243453
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243454
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243455
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["owner_id", 53], ["owner_type", "User"], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 1]] [shard 105 master]
|
|
243456
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243457
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243458
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["owner_id", 1050000000000053], ["owner_type", "User"], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["value", 2]] [shard 106 master]
|
|
243459
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243460
|
+
[1m[36mFeature Load (0.2ms)[0m [1mSELECT "features".* FROM "features" WHERE "features"."owner_id" = 53 AND "features"."owner_type" = 'User'[0m [shard 105 master]
|
|
243461
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 53]] [shard 105 master]
|
|
243462
|
+
[1m[36mFeature Load (0.2ms)[0m [1mSELECT "features".* FROM "features" WHERE "features"."owner_id" = 53 AND "features"."owner_type" = 'User'[0m [shard 105 master]
|
|
243463
|
+
[1m[35mFeature Load (0.2ms)[0m SELECT "features".* FROM "features" WHERE "features"."owner_id" = 1050000000000053 AND "features"."owner_type" = 'User' [shard 106 master]
|
|
243464
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243465
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243466
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243467
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243468
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243469
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243470
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243471
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243472
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243473
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243474
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243475
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243476
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243477
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243478
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1050000000000054], ["value", nil]] [shard 104 master]
|
|
243479
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243480
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243481
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 1060000000000044], ["value", nil]] [shard 104 master]
|
|
243482
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243483
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243484
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 104 master]
|
|
243485
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243486
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243487
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", 211], ["value", nil]] [shard 104 master]
|
|
243488
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243489
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" [shard 104 master]
|
|
243490
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (54)[0m [shard 105 master]
|
|
243491
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (44) [shard 106 master]
|
|
243492
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (211)[0m [shard 104 master]
|
|
243493
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "users" WHERE "users"."id" = 54 [shard 105 master]
|
|
243494
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243495
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243496
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243497
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243498
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243499
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243500
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243501
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243502
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 105 master]
|
|
243503
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243504
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243505
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00]] [shard 106 master]
|
|
243506
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243507
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243508
|
+
[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", Mon, 04 May 2015 15:38:22 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:22 UTC +00:00], ["user_id", nil], ["value", nil]] [shard 104 master]
|
|
243509
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243510
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243511
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 106], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 104 master]
|
|
243512
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243513
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243514
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 1040000000000106], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243515
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243516
|
+
[1m[36mAppendage Load (0.3ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = 106 LIMIT 1[0m [shard 104 master]
|
|
243517
|
+
[1m[35mDigit Load (0.5ms)[0m SELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (106) [shard 104 master]
|
|
243518
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243519
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243520
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243521
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243522
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243523
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243524
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243525
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243526
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243527
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243528
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243529
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243530
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243531
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243532
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 56], ["value", nil]] [shard 105 master]
|
|
243533
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243534
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243535
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000056], ["value", nil]] [shard 106 master]
|
|
243536
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243537
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243538
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000056], ["value", nil]] [shard 106 master]
|
|
243539
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243540
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243541
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 34], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243542
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243543
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243544
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243545
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 26], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 106 master]
|
|
243546
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243547
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243548
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243549
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 1060000000000026], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243550
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243551
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243552
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 1060000000000027], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243553
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243554
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243555
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000046], ["value", nil]] [shard 105 master]
|
|
243556
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243557
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243558
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243559
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 46], ["value", nil]] [shard 106 master]
|
|
243560
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243561
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243562
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243563
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243564
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 46], ["value", nil]] [shard 106 master]
|
|
243565
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243566
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243567
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243568
|
+
[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", 1050000000000035], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 106 master]
|
|
243569
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243570
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243571
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["appendage_id", 1060000000000028], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 105 master]
|
|
243572
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243573
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243574
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 29], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 106 master]
|
|
243575
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243576
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (56)[0m [shard 105 master]
|
|
243577
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (56) [shard 105 master]
|
|
243578
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (1050000000000056)[0m [shard 106 master]
|
|
243579
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (34) [shard 105 master]
|
|
243580
|
+
[1m[36mDigit Load (0.3ms)[0m [1mSELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (26, 27)[0m [shard 106 master]
|
|
243581
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (46) [shard 106 master]
|
|
243582
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (46)[0m [shard 106 master]
|
|
243583
|
+
[1m[35mDigit Load (0.2ms)[0m SELECT "digits".* FROM "digits" WHERE "digits"."appendage_id" IN (28, 29) [shard 106 master]
|
|
243584
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "digits" WHERE "digits"."id" = 8[0m [shard 105 master]
|
|
243585
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243586
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243587
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243588
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243589
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243590
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243591
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243592
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243593
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243594
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243595
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243596
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243597
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243598
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243599
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 57], ["value", nil]] [shard 105 master]
|
|
243600
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243601
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243602
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000057], ["value", nil]] [shard 106 master]
|
|
243603
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243604
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243605
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000047], ["value", nil]] [shard 105 master]
|
|
243606
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243607
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (57) [shard 105 master]
|
|
243608
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (57)[0m [shard 105 master]
|
|
243609
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (1050000000000057) [shard 106 master]
|
|
243610
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (47)[0m [shard 106 master]
|
|
243611
|
+
[1m[35mAppendage Load (0.1ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."user_id" IN (47) [shard 106 master]
|
|
243612
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "appendages" WHERE "appendages"."id" = 36[0m [shard 105 master]
|
|
243613
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243614
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243615
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243616
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243617
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243618
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243619
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243620
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243621
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243622
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243623
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243624
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243625
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243626
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243627
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000058], ["value", nil]] [shard 104 master]
|
|
243628
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243629
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243630
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "digits" ("appendage_id", "created_at", "updated_at", "value") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["appendage_id", 107], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 104 master]
|
|
243631
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243632
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243633
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000048], ["value", nil]] [shard 105 master]
|
|
243634
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243635
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243636
|
+
[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", 1050000000000038], ["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 104 master]
|
|
243637
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243638
|
+
[1m[36mDigit Load (0.1ms)[0m [1mSELECT "digits".* FROM "digits" [0m [shard 104 master]
|
|
243639
|
+
[1m[35mAppendage Load (0.2ms)[0m SELECT "appendages".* FROM "appendages" WHERE "appendages"."id" IN (107) [shard 104 master]
|
|
243640
|
+
[1m[36mAppendage Load (0.1ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" IN (38)[0m [shard 105 master]
|
|
243641
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (58) [shard 105 master]
|
|
243642
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (48)[0m [shard 106 master]
|
|
243643
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = 58 [shard 105 master]
|
|
243644
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243645
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243646
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243647
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243648
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243649
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243650
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243651
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243652
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243653
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243654
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243655
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243656
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243657
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243658
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000049], ["value", nil]] [shard 105 master]
|
|
243659
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243660
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1[0m [["id", 39]] [shard 105 master]
|
|
243661
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 49 LIMIT 1 [shard 106 master]
|
|
243662
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243663
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243664
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243665
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243666
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243667
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243668
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243669
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243670
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243671
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243672
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243673
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243674
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243675
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243676
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", nil], ["value", nil]] [shard 106 master]
|
|
243677
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243678
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243679
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 60 LIMIT 1 [shard 105 master]
|
|
243680
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 60], ["value", nil]] [shard 105 master]
|
|
243681
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243682
|
+
[1m[36mAppendage Load (0.2ms)[0m [1mSELECT "appendages".* FROM "appendages" WHERE "appendages"."id" = $1 LIMIT 1[0m [["id", 40]] [shard 105 master]
|
|
243683
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 60 LIMIT 1 [shard 105 master]
|
|
243684
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243685
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243686
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
243687
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243688
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243689
|
+
[1m[35mSwitchman::Shard Exists (0.1ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243690
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
243691
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
243692
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243693
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243694
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
243695
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 104 master]
|
|
243696
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243697
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
243698
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
243699
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243700
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243701
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243702
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243703
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243704
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE (id IN (104))[0m [shard 104 master]
|
|
243705
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243706
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243707
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243708
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243709
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243710
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243711
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243712
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=105 AND id<=105)) AND (id NOT IN (104))[0m [shard 104 master]
|
|
243713
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243714
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243715
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243716
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243717
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243718
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243719
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243720
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=105)) ORDER BY id[0m [shard 104 master]
|
|
243721
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243722
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243723
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243724
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243725
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243726
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243727
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243728
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id<=105)) ORDER BY id[0m [shard 104 master]
|
|
243729
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
243730
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243731
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243732
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243733
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243734
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243735
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243736
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE ('f')[0m [shard 104 master]
|
|
243737
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 106 master]
|
|
243738
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
243739
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
243740
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243741
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243742
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243743
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
243744
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE (id NOT IN (104))[0m [shard 104 master]
|
|
243745
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "switchman_shards" [shard 104 master]
|
|
243746
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243747
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
243748
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243749
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243750
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243751
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243752
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243753
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=104 AND id<=105)) ORDER BY id [shard 104 master]
|
|
243754
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243755
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
243756
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243757
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243758
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243759
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243760
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243761
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=104 AND id<105) OR (id>=106 AND id<107)) ORDER BY id [shard 104 master]
|
|
243762
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243763
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
243764
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243765
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243766
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243767
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243768
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243769
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=104 AND id<105)) [shard 104 master]
|
|
243770
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243771
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
243772
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243773
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243774
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243775
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243776
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243777
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE ((id>=104 AND id<=105)) AND (id NOT IN (104)) [shard 104 master]
|
|
243778
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243779
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
243780
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243781
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243782
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243783
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243784
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243785
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE (id NOT IN (104)) [shard 104 master]
|
|
243786
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243787
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 104 master]
|
|
243788
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
243789
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243790
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243791
|
+
[1m[35mSwitchman::Shard Exists (0.1ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243792
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
243793
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
243794
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243795
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243796
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
243797
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
243798
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243799
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
243800
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
243801
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243802
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243803
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243804
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243805
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243806
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243807
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243808
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243809
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243810
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243811
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243812
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243813
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243814
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243815
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243816
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243817
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243818
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243819
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243820
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243821
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243822
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243823
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243824
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243825
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 62 LIMIT 1 [shard 105 master]
|
|
243826
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243827
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243828
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243829
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243830
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243831
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243832
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243833
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243834
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243835
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243836
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243837
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243838
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243839
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1 [shard 104 master]
|
|
243840
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (214)[0m [shard 104 master]
|
|
243841
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (63) [shard 105 master]
|
|
243842
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243843
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243844
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243845
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243846
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243847
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243848
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243849
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243850
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243851
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243852
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243853
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243854
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243855
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "name" = 'a' WHERE "users"."id" = 64 [shard 105 master]
|
|
243856
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 215]] [shard 104 master]
|
|
243857
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 64]] [shard 105 master]
|
|
243858
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243859
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243860
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243861
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243862
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243863
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243864
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243865
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243866
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243867
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243868
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243869
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243870
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243871
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "users" SET "name" = 'a' WHERE "users"."id" IN (216) [shard 104 master]
|
|
243872
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "users" SET "name" = 'a' WHERE "users"."id" IN (65)[0m [shard 105 master]
|
|
243873
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 216]] [shard 104 master]
|
|
243874
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 65]] [shard 105 master]
|
|
243875
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
243876
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
243877
|
+
[1m[35mSQL (5.4ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
243878
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243879
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243880
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243881
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
243882
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
243883
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243884
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243885
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
243886
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
243887
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243888
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
243889
|
+
[1m[35m (0.2ms)[0m COMMIT [shard 104 master]
|
|
243890
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243891
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243892
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243893
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243894
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243895
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243896
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243897
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243898
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
243899
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "features" ("created_at", "owner_id", "owner_type", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["owner_id", 217], ["owner_type", "User"], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["value", nil]] [shard 104 master]
|
|
243900
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
243901
|
+
[1m[35mFeature Load (0.2ms)[0m SELECT owner_id FROM "features" WHERE "features"."id" = 9 LIMIT 1 [shard 104 master]
|
|
243902
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243903
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243904
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243905
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243906
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243907
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243908
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243909
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243910
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
243911
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243912
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243913
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243914
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243915
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243916
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243917
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243918
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243919
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
243920
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", nil], ["value", nil]] [shard 104 master]
|
|
243921
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
243922
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1[0m [shard 104 master]
|
|
243923
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 106 LIMIT 1 [shard 104 master]
|
|
243924
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243925
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
243926
|
+
[1m[36mSQL (6.1ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
243927
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243928
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243929
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243930
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
243931
|
+
[1m[35m (6.0ms)[0m COMMIT [shard 104 master]
|
|
243932
|
+
[1m[36mSwitchman::Shard Load (0.3ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243933
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243934
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
243935
|
+
[1m[35m (4.9ms)[0m COMMIT [shard 104 master]
|
|
243936
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243937
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
243938
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
243939
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
243940
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
243941
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
243942
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
243943
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
243944
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243945
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243946
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243947
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243948
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243949
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243950
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243951
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 66], ["value", 1]] [shard 105 master]
|
|
243952
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243953
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 106 LIMIT 1 [shard 104 master]
|
|
243954
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243955
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000051], ["value", 3]] [shard 105 master]
|
|
243956
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243957
|
+
[1m[35mSwitchman::Shard Load (0.3ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = 105 LIMIT 1 [shard 104 master]
|
|
243958
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243959
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000066], ["value", 2]] [shard 106 master]
|
|
243960
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243961
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
243962
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 51], ["value", 4]] [shard 106 master]
|
|
243963
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
243964
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243965
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 51], ["value", 5]] [shard 106 master]
|
|
243966
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243967
|
+
[1m[35m (0.3ms)[0m SELECT SUM("appendages"."value") AS sum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 105 master]
|
|
243968
|
+
[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 106 master]
|
|
243969
|
+
[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 105 master]
|
|
243970
|
+
[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 106 master]
|
|
243971
|
+
[1m[35m (0.1ms)[0m SHOW max_identifier_length [shard 106 master]
|
|
243972
|
+
[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 105 master]
|
|
243973
|
+
[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 106 master]
|
|
243974
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_value, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 105 master]
|
|
243975
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (66) [shard 105 master]
|
|
243976
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (51)[0m [shard 106 master]
|
|
243977
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_value, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 106 master]
|
|
243978
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (51)[0m [shard 106 master]
|
|
243979
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (66) [shard 105 master]
|
|
243980
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
243981
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
243982
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
243983
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
243984
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
243985
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
243986
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
243987
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243988
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
243989
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243990
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
243991
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
243992
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
243993
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
243994
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 67], ["value", 1]] [shard 105 master]
|
|
243995
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
243996
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
243997
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000052], ["value", 3]] [shard 105 master]
|
|
243998
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
243999
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244000
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000067], ["value", 2]] [shard 106 master]
|
|
244001
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244002
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244003
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 52], ["value", 4]] [shard 106 master]
|
|
244004
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244005
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244006
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 52], ["value", 5]] [shard 106 master]
|
|
244007
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244008
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244009
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 67], ["value", nil]] [shard 105 master]
|
|
244010
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244011
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244012
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244013
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244014
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244015
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 68], ["value", nil]] [shard 105 master]
|
|
244016
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244017
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) AS count_all, user_id AS user_id FROM "appendages" GROUP BY user_id ORDER BY COUNT(*) DESC LIMIT 1 [shard 105 master]
|
|
244018
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244019
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244020
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244021
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244022
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244023
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244024
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244025
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244026
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244027
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244028
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244029
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244030
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244031
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244032
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 69], ["value", 1]] [shard 105 master]
|
|
244033
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244034
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244035
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000053], ["value", 3]] [shard 105 master]
|
|
244036
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244037
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244038
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000069], ["value", 2]] [shard 106 master]
|
|
244039
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244040
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244041
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 53], ["value", 4]] [shard 106 master]
|
|
244042
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244043
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244044
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 53], ["value", 5]] [shard 106 master]
|
|
244045
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244046
|
+
[1m[36m (0.4ms)[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 105 master]
|
|
244047
|
+
[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 106 master]
|
|
244048
|
+
[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 105 master]
|
|
244049
|
+
[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 106 master]
|
|
244050
|
+
[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 105 master]
|
|
244051
|
+
[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 106 master]
|
|
244052
|
+
[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 105 master]
|
|
244053
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (69) [shard 105 master]
|
|
244054
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (53)[0m [shard 106 master]
|
|
244055
|
+
[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 106 master]
|
|
244056
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (53)[0m [shard 106 master]
|
|
244057
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (69) [shard 105 master]
|
|
244058
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244059
|
+
[1m[35m (0.2ms)[0m ROLLBACK [shard 105 master]
|
|
244060
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244061
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244062
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244063
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244064
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244065
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244066
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244067
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244068
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244069
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244070
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244071
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244072
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 70], ["value", 1]] [shard 105 master]
|
|
244073
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244074
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244075
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000054], ["value", 3]] [shard 105 master]
|
|
244076
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244077
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244078
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000070], ["value", 2]] [shard 106 master]
|
|
244079
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244080
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244081
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 54], ["value", 4]] [shard 106 master]
|
|
244082
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244083
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244084
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 54], ["value", 5]] [shard 106 master]
|
|
244085
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244086
|
+
[1m[36m (0.3ms)[0m [1mSELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 105 master]
|
|
244087
|
+
[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 106 master]
|
|
244088
|
+
[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 105 master]
|
|
244089
|
+
[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 106 master]
|
|
244090
|
+
[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 105 master]
|
|
244091
|
+
[1m[35m (0.1ms)[0m SELECT MIN("appendages"."value") AS minimum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 106 master]
|
|
244092
|
+
[1m[36m (0.1ms)[0m [1mSELECT MIN("appendages"."value") AS minimum_value, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 105 master]
|
|
244093
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (70) [shard 105 master]
|
|
244094
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (54)[0m [shard 106 master]
|
|
244095
|
+
[1m[35m (0.2ms)[0m SELECT MIN("appendages"."value") AS minimum_value, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 106 master]
|
|
244096
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (54)[0m [shard 106 master]
|
|
244097
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (70) [shard 105 master]
|
|
244098
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244099
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244100
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244101
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244102
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244103
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244104
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244105
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244106
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244107
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244108
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244109
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244110
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244111
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244112
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 71], ["value", 1]] [shard 105 master]
|
|
244113
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244114
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244115
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000055], ["value", 3]] [shard 105 master]
|
|
244116
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244117
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244118
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000071], ["value", 2]] [shard 106 master]
|
|
244119
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244120
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244121
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 55], ["value", 4]] [shard 106 master]
|
|
244122
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244123
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244124
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 55], ["value", 5]] [shard 106 master]
|
|
244125
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244126
|
+
[1m[36m (0.3ms)[0m [1mSELECT MAX("appendages"."value") AS maximum_value, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id[0m [shard 105 master]
|
|
244127
|
+
[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 106 master]
|
|
244128
|
+
[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 105 master]
|
|
244129
|
+
[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 106 master]
|
|
244130
|
+
[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 105 master]
|
|
244131
|
+
[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 106 master]
|
|
244132
|
+
[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 105 master]
|
|
244133
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (71) [shard 105 master]
|
|
244134
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (55)[0m [shard 106 master]
|
|
244135
|
+
[1m[35m (0.1ms)[0m SELECT MAX("appendages"."value") AS maximum_value, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 106 master]
|
|
244136
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (55)[0m [shard 106 master]
|
|
244137
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (71) [shard 105 master]
|
|
244138
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244139
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244140
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244141
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244142
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244143
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244144
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244145
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244146
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244147
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244148
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244149
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244150
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244151
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244152
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 72], ["value", 1]] [shard 105 master]
|
|
244153
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244154
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244155
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1060000000000056], ["value", 3]] [shard 105 master]
|
|
244156
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244157
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244158
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 1050000000000072], ["value", 2]] [shard 106 master]
|
|
244159
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244160
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244161
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 56], ["value", 4]] [shard 106 master]
|
|
244162
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244163
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244164
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 56], ["value", 5]] [shard 106 master]
|
|
244165
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244166
|
+
[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 105 master]
|
|
244167
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) AS count_all, appendages.user_id AS appendages_user_id FROM "appendages" GROUP BY appendages.user_id [shard 106 master]
|
|
244168
|
+
[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 105 master]
|
|
244169
|
+
[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 106 master]
|
|
244170
|
+
[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 105 master]
|
|
244171
|
+
[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 106 master]
|
|
244172
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, user_id AS user_id FROM "appendages" GROUP BY user_id[0m [shard 105 master]
|
|
244173
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (72) [shard 105 master]
|
|
244174
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (56)[0m [shard 106 master]
|
|
244175
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, user_id AS user_id FROM "appendages" GROUP BY user_id [shard 106 master]
|
|
244176
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IN (56)[0m [shard 106 master]
|
|
244177
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IN (72) [shard 105 master]
|
|
244178
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244179
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244180
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244181
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244182
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244183
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244184
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244185
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244186
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244187
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244188
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244189
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 73], ["value", nil]] [shard 105 master]
|
|
244190
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244191
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244192
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244193
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244194
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244195
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 57], ["value", nil]] [shard 106 master]
|
|
244196
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244197
|
+
[1m[35mSQL (0.2ms)[0m SELECT "users"."name" FROM "users" WHERE "users"."id" IN (73) [shard 105 master]
|
|
244198
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT "users"."name" FROM "users" WHERE "users"."id" IN (57)[0m [shard 106 master]
|
|
244199
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
244200
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
244201
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
244202
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244203
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
244204
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
244205
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
244206
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244207
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244208
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244209
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244210
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 74], ["value", nil]] [shard 105 master]
|
|
244211
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244212
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244213
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244214
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244215
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244216
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 58], ["value", nil]] [shard 106 master]
|
|
244217
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244218
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
244219
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 104 master]
|
|
244220
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
244221
|
+
[1m[35mSQL (0.3ms)[0m SELECT DISTINCT "users"."name" FROM "users" WHERE "users"."id" IN (219) [shard 104 master]
|
|
244222
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT DISTINCT "users"."name" FROM "users" WHERE "users"."id" IN (74)[0m [shard 105 master]
|
|
244223
|
+
[1m[35mSQL (0.3ms)[0m SELECT DISTINCT "users"."name" FROM "users" WHERE "users"."id" IN (58) [shard 106 master]
|
|
244224
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244225
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244226
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244227
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244228
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244229
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244230
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244231
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244232
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244233
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244234
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244235
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 75], ["value", nil]] [shard 105 master]
|
|
244236
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244237
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244238
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244239
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244240
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244241
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 59], ["value", nil]] [shard 106 master]
|
|
244242
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244243
|
+
[1m[35mSQL (0.2ms)[0m SELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 57 [shard 105 master]
|
|
244244
|
+
[1m[36mSQL (0.1ms)[0m [1mSELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 52[0m [shard 106 master]
|
|
244245
|
+
[1m[35mSQL (0.1ms)[0m SELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 57 [shard 105 master]
|
|
244246
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 52[0m [shard 106 master]
|
|
244247
|
+
[1m[35mSQL (0.2ms)[0m SELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 57 [shard 105 master]
|
|
244248
|
+
[1m[36mSQL (0.1ms)[0m [1mSELECT "appendages"."user_id" FROM "appendages" WHERE "appendages"."id" = 52[0m [shard 106 master]
|
|
244249
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
244250
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 105 master]
|
|
244251
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
244252
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244253
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
244254
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
244255
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
244256
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244257
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244258
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244259
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244260
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 76], ["value", nil]] [shard 105 master]
|
|
244261
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244262
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244263
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244264
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244265
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244266
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 60], ["value", nil]] [shard 106 master]
|
|
244267
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244268
|
+
[1m[36mSQL (0.2ms)[0m [1mSELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 58[0m [shard 105 master]
|
|
244269
|
+
[1m[35mSQL (0.2ms)[0m SELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 53 [shard 106 master]
|
|
244270
|
+
[1m[36mSQL (0.1ms)[0m [1mSELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 58[0m [shard 105 master]
|
|
244271
|
+
[1m[35mSQL (0.1ms)[0m SELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 53 [shard 106 master]
|
|
244272
|
+
[1m[36mSQL (0.1ms)[0m [1mSELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 58[0m [shard 105 master]
|
|
244273
|
+
[1m[35mSQL (0.1ms)[0m SELECT "appendages"."id" FROM "appendages" WHERE "appendages"."id" = 53 [shard 106 master]
|
|
244274
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244275
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244276
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244277
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244278
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244279
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244280
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244281
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244282
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244283
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244284
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244285
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 77], ["value", 1]] [shard 105 master]
|
|
244286
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244287
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244288
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 77], ["value", 2]] [shard 105 master]
|
|
244289
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244290
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244291
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244292
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244293
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244294
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 61], ["value", 3]] [shard 106 master]
|
|
244295
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244296
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244297
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 61], ["value", 4]] [shard 106 master]
|
|
244298
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244299
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244300
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 61], ["value", 5]] [shard 106 master]
|
|
244301
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244302
|
+
[1m[36m (0.3ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."user_id" = 77[0m [shard 105 master]
|
|
244303
|
+
[1m[35m (0.1ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" [shard 105 master]
|
|
244304
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."user_id" = 61[0m [shard 106 master]
|
|
244305
|
+
[1m[35m (0.1ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" [shard 106 master]
|
|
244306
|
+
[1m[36m (0.2ms)[0m [1mSELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."id" IN (59, 60)[0m [shard 105 master]
|
|
244307
|
+
[1m[35m (0.2ms)[0m SELECT AVG("appendages"."value") AS average, COUNT("appendages"."value") AS count FROM "appendages" WHERE "appendages"."id" IN (54, 55, 56) [shard 106 master]
|
|
244308
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244309
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244310
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244311
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244312
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244313
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244314
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244315
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244316
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244317
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244318
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244319
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 78], ["value", 1]] [shard 105 master]
|
|
244320
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244321
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244322
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 78], ["value", 2]] [shard 105 master]
|
|
244323
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244324
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244325
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244326
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244327
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244328
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 62], ["value", 3]] [shard 106 master]
|
|
244329
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244330
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244331
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 62], ["value", 4]] [shard 106 master]
|
|
244332
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244333
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244334
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 62], ["value", 5]] [shard 106 master]
|
|
244335
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244336
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."user_id" = 78[0m [shard 105 master]
|
|
244337
|
+
[1m[35m (0.2ms)[0m SELECT MAX("appendages"."value") AS max_id FROM "appendages" [shard 105 master]
|
|
244338
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."user_id" = 62[0m [shard 106 master]
|
|
244339
|
+
[1m[35m (0.1ms)[0m SELECT MAX("appendages"."value") AS max_id FROM "appendages" [shard 106 master]
|
|
244340
|
+
[1m[36m (0.3ms)[0m [1mSELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."id" IN (61, 62)[0m [shard 105 master]
|
|
244341
|
+
[1m[35m (0.3ms)[0m SELECT MAX("appendages"."value") AS max_id FROM "appendages" WHERE "appendages"."id" IN (57, 58, 59) [shard 106 master]
|
|
244342
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244343
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244344
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244345
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244346
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244347
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244348
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244349
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244350
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244351
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244352
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244353
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 79], ["value", 1]] [shard 105 master]
|
|
244354
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244355
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244356
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 79], ["value", 2]] [shard 105 master]
|
|
244357
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244358
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244359
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244360
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244361
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244362
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 63], ["value", 3]] [shard 106 master]
|
|
244363
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244364
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244365
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 63], ["value", 4]] [shard 106 master]
|
|
244366
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244367
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244368
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 63], ["value", 5]] [shard 106 master]
|
|
244369
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244370
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = 79[0m [shard 105 master]
|
|
244371
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" [shard 105 master]
|
|
244372
|
+
[1m[36m (0.1ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."user_id" = 63[0m [shard 106 master]
|
|
244373
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" [shard 106 master]
|
|
244374
|
+
[1m[36m (0.2ms)[0m [1mSELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."id" IN (63, 64)[0m [shard 105 master]
|
|
244375
|
+
[1m[35m (0.2ms)[0m SELECT SUM("appendages"."value") AS sum_id FROM "appendages" WHERE "appendages"."id" IN (60, 61, 62) [shard 106 master]
|
|
244376
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244377
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244378
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244379
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244380
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244381
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244382
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244383
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244384
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244385
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244386
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244387
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 80], ["value", 1]] [shard 105 master]
|
|
244388
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244389
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244390
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 80], ["value", 2]] [shard 105 master]
|
|
244391
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244392
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244393
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244394
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244395
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244396
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 64], ["value", 3]] [shard 106 master]
|
|
244397
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244398
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244399
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 64], ["value", 4]] [shard 106 master]
|
|
244400
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244401
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244402
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 64], ["value", 5]] [shard 106 master]
|
|
244403
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244404
|
+
[1m[36m (0.3ms)[0m [1mSELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."user_id" = 80[0m [shard 105 master]
|
|
244405
|
+
[1m[35m (0.1ms)[0m SELECT MIN("appendages"."value") AS min_id FROM "appendages" [shard 105 master]
|
|
244406
|
+
[1m[36m (0.2ms)[0m [1mSELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."user_id" = 64[0m [shard 106 master]
|
|
244407
|
+
[1m[35m (0.1ms)[0m SELECT MIN("appendages"."value") AS min_id FROM "appendages" [shard 106 master]
|
|
244408
|
+
[1m[36m (0.2ms)[0m [1mSELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."id" IN (65, 66)[0m [shard 105 master]
|
|
244409
|
+
[1m[35m (0.2ms)[0m SELECT MIN("appendages"."value") AS min_id FROM "appendages" WHERE "appendages"."id" IN (63, 64, 65) [shard 106 master]
|
|
244410
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244411
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244412
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244413
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244414
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244415
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244416
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244417
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244418
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user1"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 105 master]
|
|
244419
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244420
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 105 master]
|
|
244421
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 81], ["value", 1]] [shard 105 master]
|
|
244422
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 105 master]
|
|
244423
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244424
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 81], ["value", 2]] [shard 105 master]
|
|
244425
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244426
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244427
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["mirror_user_id", nil], ["name", "user2"], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00]] [shard 106 master]
|
|
244428
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244429
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244430
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 65], ["value", 3]] [shard 106 master]
|
|
244431
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244432
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 106 master]
|
|
244433
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "appendages" ("created_at", "updated_at", "user_id", "value") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 65], ["value", 4]] [shard 106 master]
|
|
244434
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 106 master]
|
|
244435
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1 [shard 106 master]
|
|
244436
|
+
[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", Mon, 04 May 2015 15:38:23 UTC +00:00], ["updated_at", Mon, 04 May 2015 15:38:23 UTC +00:00], ["user_id", 65], ["value", 5]] [shard 106 master]
|
|
244437
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 106 master]
|
|
244438
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = 81[0m [shard 105 master]
|
|
244439
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "appendages" [shard 105 master]
|
|
244440
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "appendages" WHERE "appendages"."user_id" = 65[0m [shard 106 master]
|
|
244441
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "appendages" [shard 106 master]
|
|
244442
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "appendages" WHERE "appendages"."id" IN (67, 68)[0m [shard 105 master]
|
|
244443
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "appendages" WHERE "appendages"."id" IN (66, 67, 68) [shard 106 master]
|
|
244444
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244445
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 105 master]
|
|
244446
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
244447
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244448
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244449
|
+
[1m[35mSwitchman::Shard Exists (0.2ms)[0m SELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244450
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
244451
|
+
[1m[35m (0.3ms)[0m COMMIT [shard 104 master]
|
|
244452
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244453
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
244454
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
244455
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 104 master]
|
|
244456
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244457
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
244458
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
244459
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 104 master]
|
|
244460
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244461
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
244462
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
244463
|
+
[1m[35m (0.0ms)[0m BEGIN [shard 106 master]
|
|
244464
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m [shard 104 master]
|
|
244465
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id" [["database_server_id", "30"], ["default", false], ["name", nil]] [shard 104 master]
|
|
244466
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m [shard 104 master]
|
|
244467
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 104 master]
|
|
244468
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "name") VALUES ($1, $2, $3) RETURNING "id"[0m [["database_server_id", "30"], ["default", false], ["name", nil]] [shard 104 master]
|
|
244469
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1 [shard 104 master]
|
|
244470
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244471
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
244472
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244473
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244474
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244475
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244476
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244477
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
244478
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
244479
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
244480
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244481
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 105]] [shard 104 master]
|
|
244482
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 106]] [shard 104 master]
|
|
244483
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 106 master]
|
|
244484
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244485
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 104 master]
|
|
244486
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244487
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244488
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244489
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244490
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244491
|
+
[1m[35m (0.1ms)[0m ROLLBACK [shard 106 master]
|
|
244492
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m [shard 104 master]
|
|
244493
|
+
[1m[35mSQL (6.0ms)[0m DELETE FROM "switchman_shards" [shard 104 master]
|
|
244494
|
+
[1m[36mSwitchman::Shard Load (0.2ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244495
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
244496
|
+
[1m[36mSwitchman::Shard Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1[0m [shard 104 master]
|
|
244497
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", nil], ["default", true], ["id", 104], ["name", nil]] [shard 104 master]
|
|
244498
|
+
[1m[36m (5.9ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
244499
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244500
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244501
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id" [["database_server_id", "test"], ["default", false], ["id", 105], ["name", "switchman_test_shard_105"]] [shard 104 master]
|
|
244502
|
+
[1m[36m (11.3ms)[0m [1mCOMMIT[0m [shard 104 master]
|
|
244503
|
+
[1m[35m (0.1ms)[0m BEGIN [shard 104 master]
|
|
244504
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "switchman_shards" ("database_server_id", "default", "id", "name") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["database_server_id", "1"], ["default", false], ["id", 106], ["name", "switchman_test_shard_106"]] [shard 104 master]
|
|
244505
|
+
[1m[35m (0.4ms)[0m COMMIT [shard 104 master]
|
|
244506
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m [shard 104 master]
|
|
244507
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244508
|
+
[1m[36mSwitchman::Shard Load (0.1ms)[0m [1mSELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1[0m [["id", 105]] [shard 104 master]
|
|
244509
|
+
[1m[35mSwitchman::Shard Load (0.1ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."id" = $1 LIMIT 1 [["id", 106]] [shard 104 master]
|
|
244510
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m [shard 106 master]
|
|
244511
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 [shard 105 master]
|
|
244512
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "mirror_user_id", "name", "parent_id", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["created_at", Mon, 04 May 2015 15:39:23 UTC +00:00], ["mirror_user_id", nil], ["name", nil], ["parent_id", nil], ["updated_at", Mon, 04 May 2015 15:39:23 UTC +00:00]] [shard 105 master]
|
|
244513
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1 [shard 105 master]
|
|
244514
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m [shard 106 master]
|
|
244515
|
+
[1m[35m (0.0ms)[0m ROLLBACK [shard 105 master]
|
|
244516
|
+
[1m[36mSQL (0.4ms)[0m [1mDELETE FROM "switchman_shards"[0m [shard 104 master]
|
|
244517
|
+
[1m[35mSwitchman::Shard Load (0.2ms)[0m SELECT "switchman_shards".* FROM "switchman_shards" WHERE "switchman_shards"."default" = 't' LIMIT 1 [shard 104 master]
|
|
244518
|
+
[1m[36m (5.7ms)[0m [1mDROP SCHEMA switchman_test_shard_105 CASCADE[0m [shard 105 deploy]
|
|
244519
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
244520
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 105]]
|
|
244521
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
244522
|
+
[1m[36m (6.3ms)[0m [1mDROP SCHEMA switchman_test_shard_106 CASCADE[0m [shard 106 deploy]
|
|
244523
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
244524
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "switchman_shards" WHERE "switchman_shards"."id" = $1[0m [["id", 106]]
|
|
244525
|
+
[1m[35m (0.1ms)[0m COMMIT
|