Guest User

Untitled

a guest
Aug 27th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. Log file created at: 2018/08/24 09:36:23
  2. Running on machine: db-2003
  3. Binary: Built with gc go1.10.3 for linux/amd64
  4. Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
  5. ...
  6. I0824 13:53:56.881196 22957 replication.go:354] Setting semi-sync mode: master=false, slave=true
  7. I0824 13:53:56.881478 22957 query.go:73] exec SET GLOBAL rpl_semi_sync_master_enabled = 0, GLOBAL rpl_semi_sync_slave_enabled = 1
  8. I0824 13:53:56.881881 22957 query.go:73] exec STOP SLAVE
  9. I0824 13:53:56.883283 22957 query.go:73] exec CHANGE MASTER TO
  10. MASTER_HOST = 'db-2002.cell2',
  11. MASTER_PORT = 17201,
  12. MASTER_USER = 'vt_repl',
  13. MASTER_PASSWORD = '************',
  14. MASTER_CONNECT_RETRY = 10,
  15. MASTER_AUTO_POSITION = 1
  16. I0824 13:53:56.913456 22957 query.go:73] exec START SLAVE << PAUSE (did this run or was it still waiting to complete?)
  17. [ Note: messages below triggered by me shutting down the tablet ]
  18. W0824 14:53:56.145225 22957 rpc_server.go:89] TabletManager.SetMaster(parent:<cell:"cell2" uid:2002 > time_created_ns:1535118836657796657 )(on cell2-0000002003 from ) error: context canceled
  19. W0824 14:53:56.145386 22957 server.go:936] grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
  20. I0824 14:54:05.819144 22957 run.go:53] Entering lameduck mode for at least 50ms
  21. I0824 14:54:05.819159 22957 run.go:54] Firing asynchronous OnTerm hooks
  22. I0824 14:54:05.819171 22957 servenv.go:158] Firing synchronous OnTermSync hooks and waiting up to 10s for them
  23. I0824 14:54:05.819210 22957 healthcheck.go:150] Stopping periodic health check timer
  24. I0824 14:54:05.819218 22957 healthcheck.go:328] agent.terminateHealthChecks is starting
  25. I0824 14:54:05.819243 22957 state_change.go:92] Agent is entering lameduck, reason: terminating healthchecks
  26. I0824 14:54:05.819250 22957 state_change.go:96] Agent is leaving lameduck
  27. I0824 14:54:05.819253 22957 healthcheck.go:358] Disabling query service after lameduck in terminating healthchecks
  28. I0824 14:54:05.819255 22957 updatestreamctl.go:228] Update Stream Disabled
  29. I0824 14:54:05.819260 22957 tabletserver.go:308] TabletServer state: SERVING -> SHUTTING_DOWN (Shutting Down)
  30. I0824 14:54:05.819262 22957 grpc_server.go:211] Initiated graceful stop of gRPC server
  31. I0824 14:54:05.819459 22957 tabletserver.go:308] TabletServer state: SHUTTING_DOWN (Shutting Down) -> NOT_SERVING (Not Serving)
  32. I0824 14:54:15.819350 22957 servenv.go:174] OnTermSync hooks timed out
  33. I0824 14:54:15.819399 22957 run.go:63] Shutting down gracefully
Add Comment
Please, Sign In to add comment