1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
| 2020-09-30 16:25:40,416 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:41] [http-nio-8080-exec-10] ----->availableTargetNames:["ds0","ds1","ds2"] 2020-09-30 16:25:40,417 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:42] [http-nio-8080-exec-10] ----->preciseShardingValue:{"columnName":"org_code","logicTableName":"order_info","value":1} 2020-09-30 16:25:40,417 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:39] [http-nio-8080-exec-10] ----->availableTargetNames:["order_info_0","order_info_1","order_info_2","order_info_3"] 2020-09-30 16:25:40,417 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:40] [http-nio-8080-exec-10] ----->preciseShardingValue:{"columnName":"user_id","logicTableName":"order_info","value":1001}
2020-09-30 16:25:40,418 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-10] Logic SQL: INSERT INTO order_info ( org_code, order_no, user_id ) VALUES ( ?, ?, ? ) 2020-09-30 16:25:40,418 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-10] SQLStatement: InsertStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@753e89cc, tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@1a12caa7), tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@1a12caa7, columnNames=[org_code, order_no, user_id], insertValueContexts=[InsertValueContext(parametersCount=3, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=67, stopIndex=67, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=70, stopIndex=70, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=73, stopIndex=73, parameterMarkerIndex=2)], parameters=[1, 1601454340414, 1001])], generatedKeyContext=Optional.empty)
2020-09-30 16:25:40,418 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-10] Actual SQL(simple): [ds1] ::: 1 2020-09-30 16:25:40,419 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->sqlOccurred:228] [http-nio-8080-exec-10] INSERT INTO order_info_1 ( org_code, order_no, user_id ) VALUES (1, '1601454340414', 1001)
2020-09-30 16:25:40,511 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->resultSetCollected:610] [http-nio-8080-exec-10] |--------------| |generated_key | |--------------| |2 | |--------------|
2020-09-30 16:25:44,988 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:41] [http-nio-8080-exec-1] ----->availableTargetNames:["ds0","ds1","ds2"] 2020-09-30 16:25:44,989 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:42] [http-nio-8080-exec-1] ----->preciseShardingValue:{"columnName":"org_code","logicTableName":"order_info","value":2} 2020-09-30 16:25:44,989 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:39] [http-nio-8080-exec-1] ----->availableTargetNames:["order_info_0","order_info_1","order_info_2","order_info_3"] 2020-09-30 16:25:44,990 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:40] [http-nio-8080-exec-1] ----->preciseShardingValue:{"columnName":"user_id","logicTableName":"order_info","value":1002} 2020-09-30 16:25:44,990 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-1] Logic SQL: INSERT INTO order_info ( org_code, order_no, user_id ) VALUES ( ?, ?, ? ) 2020-09-30 16:25:44,990 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-1] SQLStatement: InsertStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@753e89cc, tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@60efec13), tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@60efec13, columnNames=[org_code, order_no, user_id], insertValueContexts=[InsertValueContext(parametersCount=3, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=67, stopIndex=67, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=70, stopIndex=70, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=73, stopIndex=73, parameterMarkerIndex=2)], parameters=[2, 1601454344986, 1002])], generatedKeyContext=Optional.empty)
2020-09-30 16:25:44,991 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-1] Actual SQL(simple): [ds2] ::: 1 2020-09-30 16:25:45,006 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->sqlOccurred:228] [http-nio-8080-exec-1] INSERT INTO order_info_2 ( org_code, order_no, user_id ) VALUES (2, '1601454344986', 1002)
2020-09-30 16:25:45,086 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->resultSetCollected:610] [http-nio-8080-exec-1] |--------------| |generated_key | |--------------| |2 | |--------------|
2020-09-30 16:25:51,312 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:41] [http-nio-8080-exec-2] ----->availableTargetNames:["ds0","ds1","ds2"] 2020-09-30 16:25:51,312 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:42] [http-nio-8080-exec-2] ----->preciseShardingValue:{"columnName":"org_code","logicTableName":"order_info","value":3} 2020-09-30 16:25:51,313 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:39] [http-nio-8080-exec-2] ----->availableTargetNames:["order_info_0","order_info_1","order_info_2","order_info_3"] 2020-09-30 16:25:51,313 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:40] [http-nio-8080-exec-2] ----->preciseShardingValue:{"columnName":"user_id","logicTableName":"order_info","value":1003} 2020-09-30 16:25:51,313 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-2] Logic SQL: INSERT INTO order_info ( org_code, order_no, user_id ) VALUES ( ?, ?, ? ) 2020-09-30 16:25:51,314 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-2] SQLStatement: InsertStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@753e89cc, tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@7e580cae), tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@7e580cae, columnNames=[org_code, order_no, user_id], insertValueContexts=[InsertValueContext(parametersCount=3, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=67, stopIndex=67, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=70, stopIndex=70, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=73, stopIndex=73, parameterMarkerIndex=2)], parameters=[3, 1601454351309, 1003])], generatedKeyContext=Optional.empty)
2020-09-30 16:25:51,314 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-2] Actual SQL(simple): [ds0] ::: 1 2020-09-30 16:25:51,332 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->sqlOccurred:228] [http-nio-8080-exec-2] INSERT INTO order_info_3 ( org_code, order_no, user_id ) VALUES (3, '1601454351309', 1003)
2020-09-30 16:25:51,428 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->resultSetCollected:610] [http-nio-8080-exec-2] |--------------| |generated_key | |--------------| |1 | |--------------|
2020-09-30 16:25:54,237 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:41] [http-nio-8080-exec-3] ----->availableTargetNames:["ds0","ds1","ds2"] 2020-09-30 16:25:54,237 INFO [LogId:] [c.g.s.t.c.c.OrgCodeShardingAlgorithm->doSharding:42] [http-nio-8080-exec-3] ----->preciseShardingValue:{"columnName":"org_code","logicTableName":"order_info","value":3} 2020-09-30 16:25:54,237 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:39] [http-nio-8080-exec-3] ----->availableTargetNames:["order_info_0","order_info_1","order_info_2","order_info_3"] 2020-09-30 16:25:54,238 INFO [LogId:] [c.g.s.t.c.c.UserIdShardingAlgorithm->doSharding:40] [http-nio-8080-exec-3] ----->preciseShardingValue:{"columnName":"user_id","logicTableName":"order_info","value":1004} 2020-09-30 16:25:54,238 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-3] Logic SQL: INSERT INTO order_info ( org_code, order_no, user_id ) VALUES ( ?, ?, ? ) 2020-09-30 16:25:54,238 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-3] SQLStatement: InsertStatementContext(super=CommonSQLStatementContext(sqlStatement=org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement@753e89cc, tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@7221ba89), tablesContext=org.apache.shardingsphere.sql.parser.binder.segment.table.TablesContext@7221ba89, columnNames=[org_code, order_no, user_id], insertValueContexts=[InsertValueContext(parametersCount=3, valueExpressions=[ParameterMarkerExpressionSegment(startIndex=67, stopIndex=67, parameterMarkerIndex=0), ParameterMarkerExpressionSegment(startIndex=70, stopIndex=70, parameterMarkerIndex=1), ParameterMarkerExpressionSegment(startIndex=73, stopIndex=73, parameterMarkerIndex=2)], parameters=[3, 1601454354227, 1004])], generatedKeyContext=Optional.empty)
2020-09-30 16:25:54,238 INFO [LogId:] [o.a.s.u.e.l.SQLLogger->log:74] [http-nio-8080-exec-3] Actual SQL(simple): [ds0] ::: 1 2020-09-30 16:25:54,239 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->sqlOccurred:228] [http-nio-8080-exec-3] INSERT INTO order_info_0 ( org_code, order_no, user_id ) VALUES (3, '1601454354227', 1004)
2020-09-30 16:25:54,319 INFO [LogId:] [n.s.l.l.s.Slf4jSpyLogDelegator->resultSetCollected:610] [http-nio-8080-exec-3] |--------------| |generated_key | |--------------| |1 | |--------------|
|