Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. ubuntu@orc:~$ orchestrator -c make-co-master -i db3 -d db2
  2. 2017-08-11 14:59:57 DEBUG Connected to orchestrator backend: orc_server_user:?@tcp(127.0.0.1:3306)/orchestrator?timeout=1s
  3. 2017-08-11 14:59:57 DEBUG Orchestrator pool SetMaxOpenConns: 128
  4. 2017-08-11 14:59:57 DEBUG Initializing orchestrator
  5. 2017-08-11 14:59:57 INFO Connecting to backend: maxConnections: 128, maxIdleConns: 32
  6. 2017-08-11 14:59:57 DEBUG Will check whether db3:3306's master (db2:3306) can become its co-master
  7. 2017-08-11 14:59:57 INFO Will make db3:3306 co-master of db2:3306
  8. 2017-08-11 14:59:57 INFO auditType:begin-maintenance instance:db3:3306 cluster:db2:3306 message:maintenanceToken: 35, owner: ubuntu, reason: make co-master of db2:3306
  9. 2017-08-11 14:59:57 INFO auditType:begin-maintenance instance:db2:3306 cluster:db2:3306 message:maintenanceToken: 36, owner: ubuntu, reason: db3:3306 turns into co-master of this
  10. 2017-08-11 14:59:57 DEBUG Got credentials from a replica. will now apply
  11. 2017-08-11 14:59:57 DEBUG ChangeMasterTo: will attempt changing master credentials on db2:3306
  12. 2017-08-11 14:59:57 INFO ChangeMasterTo: Changed master credentials on db2:3306
  13. 2017-08-11 14:59:57 DEBUG ChangeMasterTo: will attempt changing master on db2:3306 to db3:3306, mysql-bin.000003:191
  14. 2017-08-11 14:59:57 ERROR Error 1776: Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
  15. 2017-08-11 14:59:57 ERROR Error 1776: Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
  16. 2017-08-11 14:59:57 ERROR Error 1776: Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
  17. 2017-08-11 14:59:57 INFO auditType:end-maintenance instance:db2:3306 cluster:db2:3306 message:maintenanceToken: 36
  18. 2017-08-11 14:59:57 INFO auditType:end-maintenance instance:db3:3306 cluster:db2:3306 message:maintenanceToken: 35
  19. 2017-08-11 14:59:57 FATAL Error 1776: Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement