Advertisement
Guest User

Untitled

a guest
Dec 15th, 2015
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.33 KB | None | 0 0
  1. 2015-12-15T09:41:21.425Z+01:00 [Info] Indexer started with command line: [/opt/couchbase/bin/indexer -vbuckets=1024 -cluster=127.0.0.1:8091 -adminPort=9100 -scanPort=9101 -httpPort=9102 -streamInitPort=9103 -streamCatchupPort=9104 -streamMaintPort=9105 -storageDir=/opt/couchbase/var/lib/couchbase/data/@2i]
  2. 2015-12-15T09:41:21.444Z+01:00 [Info] Indexer::NewIndexer Status INIT
  3. 2015-12-15T09:41:21.448Z+01:00 [Info] Setting maxcpus = 4
  4. 2015-12-15T09:41:21.448Z+01:00 [Info] Setting buffer block size to 16384 bytes
  5. 2015-12-15T09:41:21.448Z+01:00 [Info] Setting log level to Info
  6. 2015-12-15T09:41:21.448Z+01:00 [Info] Indexer::NewIndexer Starting with Vbuckets 1024
  7. 2015-12-15T09:41:21.492Z+01:00 [Info] [Queryport ":9101"] started ...
  8. 2015-12-15T09:41:21.495Z+01:00 [Info] New settings received:
  9. {"indexer.settings.compaction.interval":"00:00,00:00","indexer.settings.log_level":"info","indexer.settings.persisted_snapshot.interval":5000,"indexer.settings.compaction.min_frag":30,"indexer.settings.inmemory_snapshot.interval":200,"indexer.settings.max_cpu_percent":400,"indexer.settings.recovery.max_rollbacks":5,"indexer.settings.memory_quota":268435456}
  10. 2015-12-15T09:41:21.495Z+01:00 [Info] Setting maxcpus = 4
  11. 2015-12-15T09:41:21.495Z+01:00 [Info] Setting log level to Info
  12. 2015-12-15T09:41:21.609Z+01:00 [Info] ClustMgr:handleGetLocalValue Key IndexerId
  13. 2015-12-15T09:41:21.616Z+01:00 [Info] Indexer Id 2c:a6:3c:2a:c:6d:8a:7d
  14. 2015-12-15T09:41:21.668Z+01:00 [Info] KVSender::sendShutdownTopic Projector 127.0.0.1:9999 Topic MAINT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d
  15. 2015-12-15T09:41:21.669Z+01:00 [Fatal] KVSender::sendShutdownTopic Unexpected Error During Shutdown Projector 127.0.0.1:9999 Topic MAINT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d. Err projector.topicMissing
  16. 2015-12-15T09:41:21.669Z+01:00 [Error] KVSender::closeMutationStream MAINT_STREAM Error Received projector.topicMissing from 127.0.0.1:9999
  17. 2015-12-15T09:41:21.669Z+01:00 [Info] KVSender::closeMutationStream MAINT_STREAM Treating projector.topicMissing As Success
  18. 2015-12-15T09:41:21.721Z+01:00 [Info] KVSender::sendShutdownTopic Projector 127.0.0.1:9999 Topic INIT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d
  19. 2015-12-15T09:41:21.721Z+01:00 [Fatal] KVSender::sendShutdownTopic Unexpected Error During Shutdown Projector 127.0.0.1:9999 Topic INIT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d. Err projector.topicMissing
  20. 2015-12-15T09:41:21.721Z+01:00 [Error] KVSender::closeMutationStream INIT_STREAM Error Received projector.topicMissing from 127.0.0.1:9999
  21. 2015-12-15T09:41:21.722Z+01:00 [Info] KVSender::closeMutationStream INIT_STREAM Treating projector.topicMissing As Success
  22. 2015-12-15T09:41:21.722Z+01:00 [Info] ClustMgr:handleGetGlobalTopology &{map[]}
  23. 2015-12-15T09:41:21.722Z+01:00 [Info] Indexer::initFromPersistedState Recovered IndexInstMap
  24. 2015-12-15T09:41:21.722Z+01:00 [Info] MutationMgr::handleUpdateIndexInstMap
  25. Message: MsgUpdateInstMap
  26. 2015-12-15T09:41:21.722Z+01:00 [Info] MutationMgr::handleUpdateIndexPartnMap
  27. Message: MsgUpdatePartnMap
  28. 2015-12-15T09:41:21.722Z+01:00 [Info] ClustMgr:handleIndexerReady &{52 [] {false false false false} 0}
  29. 2015-12-15T09:41:21.722Z+01:00 [Info] Indexer::NewIndexer Status ACTIVE
  30. **2015-12-15T09:41:21.722Z+01:00 [Fatal] indexer:: Error Starting Http Server: listen tcp :9102: bind: address already in use**
  31. **panic: listen tcp :9102: bind: address already in use**
  32.  
  33. goroutine 23 [running]:
  34. github.com/couchbase/indexing/secondary/common.CrashOnError(0x7fb97f691538, 0xc209f99a40)
  35. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/util.go:364 +0x50
  36. github.com/couchbase/indexing/secondary/indexer.func·010()
  37. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:278 +0x12a
  38. created by github.com/couchbase/indexing/secondary/indexer.NewIndexer
  39. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:280 +0x26c6
  40.  
  41. goroutine 1 [select]:
  42. github.com/couchbase/indexing/secondary/indexer.(*indexer).run(0xc208054280)
  43. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:397 +0x28c
  44. github.com/couchbase/indexing/secondary/indexer.NewIndexer(0xc208068630, 0x0, 0x0, 0x0, 0x0)
  45. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:283 +0x26d9
  46. main.main()
  47. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:80 +0xa65
  48.  
  49. goroutine 5 [syscall]:
  50. os/signal.loop()
  51. /usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
  52. created by os/signal.init·1
  53. /usr/local/go/src/os/signal/signal_unix.go:27 +0x35
  54.  
  55. goroutine 9 [IO wait]:
  56. net.(*pollDesc).Wait(0xc208010ed0, 0x72, 0x0, 0x0)
  57. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  58. net.(*pollDesc).WaitRead(0xc208010ed0, 0x0, 0x0)
  59. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  60. net.(*netFD).Read(0xc208010e70, 0xc208057000, 0x1000, 0x1000, 0x0, 0x7fb97f675e70, 0xc2080d22f0)
  61. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  62. net.(*conn).Read(0xc20802e048, 0xc208057000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  63. /usr/local/go/src/net/net.go:121 +0xdc
  64. bufio.(*Reader).fill(0xc20805f320)
  65. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  66. bufio.(*Reader).Read(0xc20805f320, 0xc20808a001, 0x5ff, 0x5ff, 0xc20802db80, 0x0, 0x0)
  67. /usr/local/go/src/bufio/bufio.go:174 +0x26c
  68. github.com/couchbase/cbauth/revrpc.(*minirwc).Read(0xc20801ea40, 0xc20808a001, 0x5ff, 0x5ff, 0x2, 0x0, 0x0)
  69. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:100 +0x5c
  70. encoding/json.(*Decoder).readValue(0xc208058000, 0x417bb0, 0x0, 0x0)
  71. /usr/local/go/src/encoding/json/stream.go:124 +0x5e1
  72. encoding/json.(*Decoder).Decode(0xc208058000, 0xc74ee0, 0xc20805f3a0, 0x0, 0x0)
  73. /usr/local/go/src/encoding/json/stream.go:44 +0x7b
  74. net/rpc/jsonrpc.(*serverCodec).ReadRequestHeader(0xc20805f380, 0xc20801f200, 0x0, 0x0)
  75. /usr/local/go/src/net/rpc/jsonrpc/server.go:66 +0x9c
  76. net/rpc.(*Server).readRequestHeader(0xc20802d740, 0x7fb97f681948, 0xc20805f380, 0x0, 0x0, 0xc20801f200, 0x410d00, 0x0, 0x0)
  77. /usr/local/go/src/net/rpc/server.go:575 +0x97
  78. net/rpc.(*Server).readRequest(0xc20802d740, 0x7fb97f681948, 0xc20805f380, 0xc2080a6000, 0xc20801eac0, 0xabb360, 0x0, 0x0, 0x0, 0x0, ...)
  79. /usr/local/go/src/net/rpc/server.go:542 +0xa2
  80. net/rpc.(*Server).ServeCodec(0xc20802d740, 0x7fb97f681948, 0xc20805f380)
  81. /usr/local/go/src/net/rpc/server.go:461 +0x6d
  82. github.com/couchbase/cbauth/revrpc.(*Service).Run(0xc208068420, 0xc2080bbf90, 0x0, 0x0)
  83. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:146 +0x6c8
  84. github.com/couchbase/cbauth/revrpc.BabysitService(0xc2080bbf90, 0xc208068420, 0x7fb97f676390, 0xc20801f0e0, 0x0, 0x0)
  85. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:242 +0x80
  86. github.com/couchbase/cbauth.runRPCForSvc(0xc208068420, 0xc208068450, 0x0, 0x0)
  87. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/default.go:56 +0x193
  88. github.com/couchbase/cbauth.func·004()
  89. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/default.go:63 +0x36
  90. created by github.com/couchbase/cbauth.startDefault
  91. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/default.go:64 +0x1c9
  92.  
  93. goroutine 10 [sleep]:
  94. github.com/couchbase/indexing/secondary/common.pollForDeletedBuckets()
  95. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/dcp_seqno.go:281 +0x41
  96. created by github.com/couchbase/indexing/secondary/common.init·1
  97. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/dcp_seqno.go:23 +0x99
  98.  
  99. goroutine 11 [chan receive]:
  100. github.com/couchbase/indexing/secondary/platform.DumpOnSignal()
  101. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/platform/platform.go:27 +0x173
  102. created by main.main
  103. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:60 +0x4d2
  104.  
  105. goroutine 12 [syscall]:
  106. syscall.Syscall(0x0, 0x0, 0xc208019f64, 0x4, 0x0, 0x0, 0x0)
  107. /usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
  108. syscall.read(0x0, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  109. /usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
  110. syscall.Read(0x0, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  111. /usr/local/go/src/syscall/syscall_unix.go:136 +0x58
  112. os.(*File).read(0xc20802e000, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  113. /usr/local/go/src/os/file_unix.go:191 +0x5e
  114. os.(*File).Read(0xc20802e000, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  115. /usr/local/go/src/os/file.go:95 +0x91
  116. github.com/couchbase/indexing/secondary/common.ExitOnStdinClose()
  117. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/util.go:316 +0x99
  118. created by main.main
  119. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:61 +0x4e3
  120.  
  121. goroutine 17 [chan send]:
  122. github.com/couchbase/indexing/secondary/indexer.(*settingsManager).metaKVCallback(0xc20802d380, 0xc209f7e8a0, 0x19, 0xc208058300, 0x167, 0x168, 0xae08c0, 0xc209f7e8e0, 0x0, 0x0)
  123. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/settings.go:204 +0x50d
  124. github.com/couchbase/indexing/secondary/indexer.*settingsManager.(github.com/couchbase/indexing/secondary/indexer.metaKVCallback)·fm(0xc209f7e8a0, 0x19, 0xc208058300, 0x167, 0x168, 0xae08c0, 0xc209f7e8e0, 0x0, 0x0)
  125. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/settings.go:66 +0x8b
  126. github.com/couchbase/cbauth/metakv.doRunObserveChildren(0xc20802af80, 0xe08550, 0x1, 0xc2080b9fb0, 0xc20805f2c0, 0x0, 0x0)
  127. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:290 +0x6e5
  128. github.com/couchbase/cbauth/metakv.(*store).runObserveChildren(0xc20802af80, 0xe08550, 0x1, 0xc2080b9fb0, 0xc20805f2c0, 0x0, 0x0)
  129. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:244 +0x80
  130. github.com/couchbase/cbauth/metakv.RunObserveChildren(0xe08550, 0x1, 0xc2080b9fb0, 0xc20805f2c0, 0x0, 0x0)
  131. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:367 +0x64
  132. github.com/couchbase/indexing/secondary/indexer.func·075()
  133. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/settings.go:66 +0x94
  134. created by github.com/couchbase/indexing/secondary/indexer.NewSettingsManager
  135. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/settings.go:73 +0x4de
  136.  
  137. goroutine 15 [select]:
  138. net/http.(*persistConn).readLoop(0xc20803fce0)
  139. /usr/local/go/src/net/http/transport.go:928 +0x9ce
  140. created by net/http.(*Transport).dialConn
  141. /usr/local/go/src/net/http/transport.go:660 +0xc9f
  142.  
  143. goroutine 16 [select]:
  144. net/http.(*persistConn).writeLoop(0xc20803fce0)
  145. /usr/local/go/src/net/http/transport.go:945 +0x41d
  146. created by net/http.(*Transport).dialConn
  147. /usr/local/go/src/net/http/transport.go:661 +0xcbc
  148.  
  149. goroutine 33 [chan receive]:
  150. github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).run(0xc2080d04d0)
  151. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:113 +0xb9
  152. created by github.com/couchbase/indexing/secondary/indexer.NewMutationManager
  153. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:93 +0x46b
  154.  
  155. goroutine 49 [select]:
  156. github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).handleWorkerMsgs(0xc2080d04d0)
  157. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:137 +0x152
  158. created by github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).run
  159. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:106 +0x55
  160.  
  161. goroutine 50 [select]:
  162. github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).listenWorkerMsgs(0xc2080d04d0)
  163. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:160 +0x468
  164. created by github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).run
  165. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:107 +0x6f
  166.  
  167. goroutine 34 [chan receive]:
  168. github.com/couchbase/indexing/secondary/indexer.(*kvSender).run(0xc209f7e000)
  169. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/kv_sender.go:83 +0x61
  170. created by github.com/couchbase/indexing/secondary/indexer.NewKVSender
  171. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/kv_sender.go:68 +0x45e
  172.  
  173. goroutine 35 [chan receive]:
  174. github.com/couchbase/indexing/secondary/indexer.(*timekeeper).run(0xc20805f3e0)
  175. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/timekeeper.go:109 +0x61
  176. created by github.com/couchbase/indexing/secondary/indexer.NewTimekeeper
  177. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/timekeeper.go:94 +0x26f
  178.  
  179. goroutine 36 [IO wait]:
  180. net.(*pollDesc).Wait(0xc2080103e0, 0x72, 0x0, 0x0)
  181. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  182. net.(*pollDesc).WaitRead(0xc2080103e0, 0x0, 0x0)
  183. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  184. net.(*netFD).accept(0xc208010380, 0x0, 0x7fb97f675e70, 0xc2080d20e0)
  185. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  186. net.(*TCPListener).AcceptTCP(0xc20802e050, 0xc208078000, 0x0, 0x0)
  187. /usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
  188. net.(*TCPListener).Accept(0xc20802e050, 0x0, 0x0, 0x0, 0x0)
  189. /usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
  190. github.com/couchbase/indexing/secondary/queryport.(*Server).listener(0xc208010310)
  191. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/queryport/server.go:107 +0x84
  192. created by github.com/couchbase/indexing/secondary/queryport.NewServer
  193. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/queryport/server.go:63 +0x6e5
  194.  
  195. goroutine 37 [chan receive]:
  196. github.com/couchbase/indexing/secondary/indexer.(*scanCoordinator).run(0xc2080a6100)
  197. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:276 +0x61
  198. created by github.com/couchbase/indexing/secondary/indexer.NewScanCoordinator
  199. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:217 +0x4d2
  200.  
  201. goroutine 38 [chan receive]:
  202. github.com/couchbase/indexing/secondary/indexer.(*scanCoordinator).listenSnapshot(0xc2080a6100)
  203. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:225 +0x6a
  204. created by github.com/couchbase/indexing/secondary/indexer.NewScanCoordinator
  205. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:218 +0x4ec
  206.  
  207. goroutine 53 [IO wait]:
  208. net.(*pollDesc).Wait(0xc2080108b0, 0x72, 0x0, 0x0)
  209. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  210. net.(*pollDesc).WaitRead(0xc2080108b0, 0x0, 0x0)
  211. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  212. net.(*netFD).Read(0xc208010850, 0xc209f72000, 0x1000, 0x1000, 0x0, 0x7fb97f675e70, 0xc209f9e5c8)
  213. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  214. net.(*conn).Read(0xc20802e128, 0xc209f72000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  215. /usr/local/go/src/net/net.go:121 +0xdc
  216. net/http.noteEOFReader.Read(0x7fb97f681840, 0xc20802e128, 0xc20803fd38, 0xc209f72000, 0x1000, 0x1000, 0x64ff6b, 0x0, 0x0)
  217. /usr/local/go/src/net/http/transport.go:1270 +0x6e
  218. net/http.(*noteEOFReader).Read(0xc20801f4e0, 0xc209f72000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  219. <autogenerated>:125 +0xd4
  220. bufio.(*Reader).fill(0xc20805f740)
  221. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  222. bufio.(*Reader).ReadSlice(0xc20805f740, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
  223. /usr/local/go/src/bufio/bufio.go:295 +0x257
  224. net/http/internal.readLine(0xc20805f740, 0x0, 0x0, 0x0, 0x0, 0x0)
  225. /usr/local/go/src/net/http/internal/chunked.go:110 +0x5a
  226. net/http/internal.(*chunkedReader).beginChunk(0xc20af14180)
  227. /usr/local/go/src/net/http/internal/chunked.go:47 +0x46
  228. net/http/internal.(*chunkedReader).Read(0xc20af14180, 0xc20808ac00, 0x600, 0x600, 0x0, 0x0, 0x0)
  229. /usr/local/go/src/net/http/internal/chunked.go:77 +0xbb
  230. net/http.(*body).readLocked(0xc20802de40, 0xc20808ac00, 0x600, 0x600, 0xffffffff, 0x0, 0x0)
  231. /usr/local/go/src/net/http/transfer.go:584 +0x7a
  232. net/http.(*body).Read(0xc20802de40, 0xc20808ac00, 0x600, 0x600, 0x0, 0x0, 0x0)
  233. /usr/local/go/src/net/http/transfer.go:579 +0x115
  234. net/http.(*bodyEOFSignal).Read(0xc20802de80, 0xc20808ac00, 0x600, 0x600, 0x0, 0x0, 0x0)
  235. /usr/local/go/src/net/http/transport.go:1193 +0x285
  236. encoding/json.(*Decoder).readValue(0xc20af30000, 0xc209f98180, 0x0, 0x0)
  237. /usr/local/go/src/encoding/json/stream.go:124 +0x5e1
  238. encoding/json.(*Decoder).Decode(0xc20af30000, 0xabb5a0, 0xc20802df40, 0x0, 0x0)
  239. /usr/local/go/src/encoding/json/stream.go:44 +0x7b
  240. github.com/couchbase/cbauth/metakv.func·003()
  241. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:267 +0x134
  242. created by github.com/couchbase/cbauth/metakv.doRunObserveChildren
  243. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:275 +0x46a
  244.  
  245. goroutine 51 [IO wait]:
  246. net.(*pollDesc).Wait(0xc20af16060, 0x72, 0x0, 0x0)
  247. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  248. net.(*pollDesc).WaitRead(0xc20af16060, 0x0, 0x0)
  249. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  250. net.(*netFD).Read(0xc20af16000, 0xc208056000, 0x1000, 0x1000, 0x0, 0x7fb97f675e70, 0xc20b3d72a0)
  251. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  252. net.(*conn).Read(0xc20af20000, 0xc208056000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  253. /usr/local/go/src/net/net.go:121 +0xdc
  254. net/http.noteEOFReader.Read(0x7fb97f681840, 0xc20af20000, 0xc20803e058, 0xc208056000, 0x1000, 0x1000, 0xc13420, 0x0, 0x0)
  255. /usr/local/go/src/net/http/transport.go:1270 +0x6e
  256. net/http.(*noteEOFReader).Read(0xc20af08080, 0xc208056000, 0x1000, 0x1000, 0xc208014400, 0x0, 0x0)
  257. <autogenerated>:125 +0xd4
  258. bufio.(*Reader).fill(0xc20af06180)
  259. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  260. bufio.(*Reader).Peek(0xc20af06180, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  261. /usr/local/go/src/bufio/bufio.go:132 +0xf0
  262. net/http.(*persistConn).readLoop(0xc20803e000)
  263. /usr/local/go/src/net/http/transport.go:842 +0xa4
  264. created by net/http.(*Transport).dialConn
  265. /usr/local/go/src/net/http/transport.go:660 +0xc9f
  266.  
  267. goroutine 52 [select]:
  268. net/http.(*persistConn).writeLoop(0xc20803e000)
  269. /usr/local/go/src/net/http/transport.go:945 +0x41d
  270. created by net/http.(*Transport).dialConn
  271. /usr/local/go/src/net/http/transport.go:661 +0xcbc
  272.  
  273. goroutine 65 [syscall, locked to thread]:
  274. runtime.goexit()
  275. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  276.  
  277. goroutine 66 [IO wait]:
  278. net.(*pollDesc).Wait(0xc20b03a990, 0x72, 0x0, 0x0)
  279. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  280. net.(*pollDesc).WaitRead(0xc20b03a990, 0x0, 0x0)
  281. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  282. net.(*netFD).accept(0xc20b03a930, 0x0, 0x7fb97f675e70, 0xc20af5ba38)
  283. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  284. net.(*TCPListener).AcceptTCP(0xc20af240a0, 0xc208021c00, 0x0, 0x0)
  285. /usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
  286. net.(*TCPListener).Accept(0xc20af240a0, 0x0, 0x0, 0x0, 0x0)
  287. /usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
  288. github.com/couchbase/gometa/common.(*PeerListener).listen(0xc20af04800)
  289. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/common/peerListener.go:135 +0x90
  290. created by github.com/couchbase/gometa/common.StartPeerListener
  291. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/common/peerListener.go:63 +0x1ad
  292.  
  293. goroutine 67 [select]:
  294. github.com/couchbase/gometa/protocol.(*LeaderServer).processRequest(0xc209f75300, 0xc20b03a8c0, 0xc20b029c40, 0x7fb97f688468, 0xc20b034780, 0x0, 0x0)
  295. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:384 +0x8fe
  296. github.com/couchbase/gometa/protocol.RunLeaderServerWithCustomHandler(0xc20b0dae40, 0x5, 0xc20af04800, 0x7fb97f688650, 0xc209fa0a50, 0x7fb97f688688, 0xc20b03a850, 0x7fb97f6884e0, 0x16088a8, 0x7fb97f688468, ...)
  297. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:130 +0x6dd
  298. github.com/couchbase/gometa/server.(*EmbeddedServer).runOnce(0xc20b1341e0)
  299. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/server/embeddedServer.go:452 +0x1f5
  300. github.com/couchbase/gometa/server.(*EmbeddedServer).run(0xc20b1341e0)
  301. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/server/embeddedServer.go:354 +0x28
  302. created by github.com/couchbase/gometa/server.RunEmbeddedServerWithCustomHandler
  303. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/server/embeddedServer.go:82 +0x270
  304.  
  305. goroutine 40 [chan receive]:
  306. github.com/couchbase/gometa/protocol.(*Leader).listen(0xc208066c60)
  307. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leader.go:472 +0xee
  308. created by github.com/couchbase/gometa/protocol.NewLeaderWithCustomHandler
  309. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leader.go:160 +0x3c5
  310.  
  311. goroutine 41 [select]:
  312. github.com/couchbase/gometa/protocol.(*LeaderServer).listenFollower(0xc209f75300, 0xc20b029c40)
  313. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:186 +0x691
  314. created by github.com/couchbase/gometa/protocol.RunLeaderServerWithCustomHandler
  315. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:125 +0x69c
  316.  
  317. goroutine 68 [runnable]:
  318. github.com/couchbase/indexing/secondary/manager.(*LifecycleMgr).processRequest(0xc20b034780)
  319. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/manager/lifecycle.go:141 +0x385
  320. created by github.com/couchbase/indexing/secondary/manager.(*LifecycleMgr).Run
  321. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/manager/lifecycle.go:71 +0x51
  322.  
  323. goroutine 69 [chan receive]:
  324. github.com/couchbase/indexing/secondary/indexer.(*clustMgrAgent).run(0xc208069620)
  325. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/cluster_manager_agent.go:120 +0xab
  326. created by github.com/couchbase/indexing/secondary/indexer.NewClustMgrAgent
  327. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/cluster_manager_agent.go:98 +0xc41
  328.  
  329. goroutine 70 [chan receive]:
  330. github.com/couchbase/indexing/secondary/indexer.(*statsManager).run(0xc20b03c230)
  331. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:449 +0x62
  332. created by github.com/couchbase/indexing/secondary/indexer.NewStatsManager
  333. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:337 +0x330
  334.  
  335. goroutine 71 [sleep]:
  336. github.com/couchbase/indexing/secondary/indexer.(*statsManager).runStatsDumpLogger(0xc20b03c230)
  337. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:489 +0x1d6
  338. created by github.com/couchbase/indexing/secondary/indexer.NewStatsManager
  339. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:338 +0x34a
  340.  
  341. goroutine 19 [chan receive]:
  342. github.com/couchbase/indexing/secondary/indexer.(*storageMgr).run(0xc2080e9740)
  343. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/storage_manager.go:144 +0x61
  344. created by github.com/couchbase/indexing/secondary/indexer.NewStorageManager
  345. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/storage_manager.go:129 +0x57e
  346.  
  347. goroutine 44 [IO wait]:
  348. net.(*pollDesc).Wait(0xc208011db0, 0x72, 0x0, 0x0)
  349. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  350. net.(*pollDesc).WaitRead(0xc208011db0, 0x0, 0x0)
  351. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  352. net.(*netFD).Read(0xc208011d50, 0xc20b273000, 0x1000, 0x1000, 0x0, 0x7fb97f675e70, 0xc20b404c50)
  353. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  354. net.(*conn).Read(0xc20802e240, 0xc20b273000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  355. /usr/local/go/src/net/net.go:121 +0xdc
  356. net/http.noteEOFReader.Read(0x7fb97f681840, 0xc20802e240, 0xc2080d07e8, 0xc20b273000, 0x1000, 0x1000, 0xc13420, 0x0, 0x0)
  357. /usr/local/go/src/net/http/transport.go:1270 +0x6e
  358. net/http.(*noteEOFReader).Read(0xc20b2a8820, 0xc20b273000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0)
  359. <autogenerated>:125 +0xd4
  360. bufio.(*Reader).fill(0xc20b031020)
  361. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  362. bufio.(*Reader).Peek(0xc20b031020, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  363. /usr/local/go/src/bufio/bufio.go:132 +0xf0
  364. net/http.(*persistConn).readLoop(0xc2080d0790)
  365. /usr/local/go/src/net/http/transport.go:842 +0xa4
  366. created by net/http.(*Transport).dialConn
  367. /usr/local/go/src/net/http/transport.go:660 +0xc9f
  368.  
  369. goroutine 45 [select]:
  370. net/http.(*persistConn).writeLoop(0xc2080d0790)
  371. /usr/local/go/src/net/http/transport.go:945 +0x41d
  372. created by net/http.(*Transport).dialConn
  373. /usr/local/go/src/net/http/transport.go:661 +0xcbc
  374.  
  375. goroutine 20 [chan receive]:
  376. github.com/couchbase/indexing/secondary/indexer.(*adminMgr).run(0xc20b404da0)
  377. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/admin_manager.go:51 +0x61
  378. created by github.com/couchbase/indexing/secondary/indexer.NewAdminManager
  379. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/admin_manager.go:36 +0xbb
  380.  
  381. goroutine 21 [chan receive]:
  382. github.com/couchbase/indexing/secondary/indexer.(*compactionManager).run(0xc20b2faf00)
  383. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:154 +0x91
  384. created by github.com/couchbase/indexing/secondary/indexer.NewCompactionManager
  385. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:144 +0x106
  386.  
  387. goroutine 22 [chan receive]:
  388. github.com/couchbase/indexing/secondary/logging.func·001()
  389. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:196 +0x7d
  390. created by github.com/couchbase/indexing/secondary/logging.PeriodicProfile
  391. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:200 +0x194
  392.  
  393. goroutine 24 [runnable]:
  394. github.com/couchbase/indexing/secondary/indexer.(*indexer).listenWorkerMsgs(0xc208054280)
  395. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:485
  396. created by github.com/couchbase/indexing/secondary/indexer.(*indexer).run
  397. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:392 +0x40
  398.  
  399. goroutine 25 [runnable]:
  400. github.com/couchbase/indexing/secondary/indexer.(*indexer).listenAdminMsgs(0xc208054280)
  401. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:426
  402. created by github.com/couchbase/indexing/secondary/indexer.(*indexer).run
  403. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:393 +0x5d
  404.  
  405. goroutine 26 [runnable]:
  406. github.com/couchbase/indexing/secondary/indexer.(*compactionDaemon).loop(0xc20b2faf90)
  407. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:94
  408. created by github.com/couchbase/indexing/secondary/indexer.(*compactionDaemon).Start
  409. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:43 +0x123
  410. [goport] 2015/12/15 09:41:21 /opt/couchbase/bin/indexer terminated: exit status 2
  411.  
  412.  
  413.  
  414. 2015-12-15T09:41:26.832Z+01:00 [Info] Indexer started with command line: [/opt/couchbase/bin/indexer -vbuckets=1024 -cluster=127.0.0.1:8091 -adminPort=9100 -scanPort=9101 -httpPort=9102 -streamInitPort=9103 -streamCatchupPort=9104 -streamMaintPort=9105 -storageDir=/opt/couchbase/var/lib/couchbase/data/@2i]
  415. 2015-12-15T09:41:26.85Z+01:00 [Info] Indexer::NewIndexer Status INIT
  416. 2015-12-15T09:41:26.854Z+01:00 [Info] Setting maxcpus = 4
  417. 2015-12-15T09:41:26.854Z+01:00 [Info] Setting buffer block size to 16384 bytes
  418. 2015-12-15T09:41:26.854Z+01:00 [Info] Setting log level to Info
  419. 2015-12-15T09:41:26.855Z+01:00 [Info] Indexer::NewIndexer Starting with Vbuckets 1024
  420. 2015-12-15T09:41:26.901Z+01:00 [Info] [Queryport ":9101"] started ...
  421. 2015-12-15T09:41:26.903Z+01:00 [Info] New settings received:
  422. {"indexer.settings.compaction.interval":"00:00,00:00","indexer.settings.log_level":"info","indexer.settings.persisted_snapshot.interval":5000,"indexer.settings.compaction.min_frag":30,"indexer.settings.inmemory_snapshot.interval":200,"indexer.settings.max_cpu_percent":400,"indexer.settings.recovery.max_rollbacks":5,"indexer.settings.memory_quota":268435456}
  423. 2015-12-15T09:41:26.903Z+01:00 [Info] Setting maxcpus = 4
  424. 2015-12-15T09:41:26.903Z+01:00 [Info] Setting log level to Info
  425. 2015-12-15T09:41:27.018Z+01:00 [Info] ClustMgr:handleGetLocalValue Key IndexerId
  426. 2015-12-15T09:41:27.02Z+01:00 [Info] Indexer Id 2c:a6:3c:2a:c:6d:8a:7d
  427. 2015-12-15T09:41:27.073Z+01:00 [Info] KVSender::sendShutdownTopic Projector 127.0.0.1:9999 Topic MAINT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d
  428. 2015-12-15T09:41:27.074Z+01:00 [Fatal] KVSender::sendShutdownTopic Unexpected Error During Shutdown Projector 127.0.0.1:9999 Topic MAINT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d. Err projector.topicMissing
  429. 2015-12-15T09:41:27.074Z+01:00 [Error] KVSender::closeMutationStream MAINT_STREAM Error Received projector.topicMissing from 127.0.0.1:9999
  430. 2015-12-15T09:41:27.074Z+01:00 [Info] KVSender::closeMutationStream MAINT_STREAM Treating projector.topicMissing As Success
  431. 2015-12-15T09:41:27.117Z+01:00 [Info] KVSender::sendShutdownTopic Projector 127.0.0.1:9999 Topic INIT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d
  432. 2015-12-15T09:41:27.118Z+01:00 [Fatal] KVSender::sendShutdownTopic Unexpected Error During Shutdown Projector 127.0.0.1:9999 Topic INIT_STREAM_TOPIC_2c:a6:3c:2a:c:6d:8a:7d. Err projector.topicMissing
  433. 2015-12-15T09:41:27.118Z+01:00 [Error] KVSender::closeMutationStream INIT_STREAM Error Received projector.topicMissing from 127.0.0.1:9999
  434. 2015-12-15T09:41:27.118Z+01:00 [Info] KVSender::closeMutationStream INIT_STREAM Treating projector.topicMissing As Success
  435. 2015-12-15T09:41:27.118Z+01:00 [Info] ClustMgr:handleGetGlobalTopology &{map[]}
  436. 2015-12-15T09:41:27.118Z+01:00 [Info] Indexer::initFromPersistedState Recovered IndexInstMap
  437. 2015-12-15T09:41:27.118Z+01:00 [Info] MutationMgr::handleUpdateIndexInstMap
  438. Message: MsgUpdateInstMap
  439. 2015-12-15T09:41:27.118Z+01:00 [Info] MutationMgr::handleUpdateIndexPartnMap
  440. Message: MsgUpdatePartnMap
  441. 2015-12-15T09:41:27.118Z+01:00 [Info] ClustMgr:handleIndexerReady &{52 [] {false false false false} 0}
  442. 2015-12-15T09:41:27.118Z+01:00 [Info] Indexer::NewIndexer Status ACTIVE
  443. 2015-12-15T09:41:27.119Z+01:00 [Info] CompactionManager: Refreshing settings
  444. **2015-12-15T09:41:27.119Z+01:00 [Fatal] indexer:: Error Starting Http Server: listen tcp :9102: bind: address already in use**
  445. **panic: listen tcp :9102: bind: address already in use**
  446.  
  447. goroutine 83 [running]:
  448. github.com/couchbase/indexing/secondary/common.CrashOnError(0x7fdfdb26b848, 0xc20b294e40)
  449. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/util.go:364 +0x50
  450. github.com/couchbase/indexing/secondary/indexer.func·010()
  451. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:278 +0x12a
  452. created by github.com/couchbase/indexing/secondary/indexer.NewIndexer
  453. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:280 +0x26c6
  454.  
  455. goroutine 1 [runnable]:
  456. github.com/couchbase/indexing/secondary/indexer.(*indexer).handleWorkerMsgs(0xc208054280, 0x7fdfdb25de48, 0xc20af52010)
  457. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:633 +0x14cf
  458. github.com/couchbase/indexing/secondary/indexer.(*indexer).run(0xc208054280)
  459. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:401 +0x159
  460. github.com/couchbase/indexing/secondary/indexer.NewIndexer(0xc208068630, 0x0, 0x0, 0x0, 0x0)
  461. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:283 +0x26d9
  462. main.main()
  463. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:80 +0xa65
  464.  
  465. goroutine 5 [syscall]:
  466. os/signal.loop()
  467. /usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
  468. created by os/signal.init·1
  469. /usr/local/go/src/os/signal/signal_unix.go:27 +0x35
  470.  
  471. goroutine 9 [IO wait]:
  472. net.(*pollDesc).Wait(0xc208010ed0, 0x72, 0x0, 0x0)
  473. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  474. net.(*pollDesc).WaitRead(0xc208010ed0, 0x0, 0x0)
  475. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  476. net.(*netFD).Read(0xc208010e70, 0xc20806f000, 0x1000, 0x1000, 0x0, 0x7fdfdb24fe70, 0xc2080d22f0)
  477. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  478. net.(*conn).Read(0xc20802e048, 0xc20806f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  479. /usr/local/go/src/net/net.go:121 +0xdc
  480. bufio.(*Reader).fill(0xc20805f320)
  481. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  482. bufio.(*Reader).Read(0xc20805f320, 0xc208088001, 0x5ff, 0x5ff, 0xc20802db80, 0x0, 0x0)
  483. /usr/local/go/src/bufio/bufio.go:174 +0x26c
  484. github.com/couchbase/cbauth/revrpc.(*minirwc).Read(0xc20801ea40, 0xc208088001, 0x5ff, 0x5ff, 0x2, 0x0, 0x0)
  485. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:100 +0x5c
  486. encoding/json.(*Decoder).readValue(0xc208056000, 0x417bb0, 0x0, 0x0)
  487. /usr/local/go/src/encoding/json/stream.go:124 +0x5e1
  488. encoding/json.(*Decoder).Decode(0xc208056000, 0xc74ee0, 0xc20805f3a0, 0x0, 0x0)
  489. /usr/local/go/src/encoding/json/stream.go:44 +0x7b
  490. net/rpc/jsonrpc.(*serverCodec).ReadRequestHeader(0xc20805f380, 0xc20801f200, 0x0, 0x0)
  491. /usr/local/go/src/net/rpc/jsonrpc/server.go:66 +0x9c
  492. net/rpc.(*Server).readRequestHeader(0xc20802d740, 0x7fdfdb25b948, 0xc20805f380, 0x0, 0x0, 0xc20801f200, 0x410d00, 0x0, 0x0)
  493. /usr/local/go/src/net/rpc/server.go:575 +0x97
  494. net/rpc.(*Server).readRequest(0xc20802d740, 0x7fdfdb25b948, 0xc20805f380, 0xc2080a8000, 0xc20801eac0, 0xabb360, 0x0, 0x0, 0x0, 0x0, ...)
  495. /usr/local/go/src/net/rpc/server.go:542 +0xa2
  496. net/rpc.(*Server).ServeCodec(0xc20802d740, 0x7fdfdb25b948, 0xc20805f380)
  497. /usr/local/go/src/net/rpc/server.go:461 +0x6d
  498. github.com/couchbase/cbauth/revrpc.(*Service).Run(0xc208068420, 0xc2080bdf90, 0x0, 0x0)
  499. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:146 +0x6c8
  500. github.com/couchbase/cbauth/revrpc.BabysitService(0xc2080bdf90, 0xc208068420, 0x7fdfdb250390, 0xc20801f0e0, 0x0, 0x0)
  501. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/revrpc/revrpc.go:242 +0x80
  502. github.com/couchbase/cbauth.runRPCForSvc(0xc208068420, 0xc208068450, 0x0, 0x0)
  503. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/default.go:56 +0x193
  504. github.com/couchbase/cbauth.func·004()
  505. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/default.go:63 +0x36
  506. created by github.com/couchbase/cbauth.startDefault
  507. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/default.go:64 +0x1c9
  508.  
  509. goroutine 10 [sleep]:
  510. github.com/couchbase/indexing/secondary/common.pollForDeletedBuckets()
  511. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/dcp_seqno.go:281 +0x41
  512. created by github.com/couchbase/indexing/secondary/common.init·1
  513. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/dcp_seqno.go:23 +0x99
  514.  
  515. goroutine 11 [chan receive]:
  516. github.com/couchbase/indexing/secondary/platform.DumpOnSignal()
  517. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/platform/platform.go:27 +0x173
  518. created by main.main
  519. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:60 +0x4d2
  520.  
  521. goroutine 12 [syscall]:
  522. syscall.Syscall(0x0, 0x0, 0xc208019f64, 0x4, 0x0, 0x0, 0x0)
  523. /usr/local/go/src/syscall/asm_linux_amd64.s:21 +0x5
  524. syscall.read(0x0, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  525. /usr/local/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
  526. syscall.Read(0x0, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  527. /usr/local/go/src/syscall/syscall_unix.go:136 +0x58
  528. os.(*File).read(0xc20802e000, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  529. /usr/local/go/src/os/file_unix.go:191 +0x5e
  530. os.(*File).Read(0xc20802e000, 0xc208019f64, 0x4, 0x4, 0x0, 0x0, 0x0)
  531. /usr/local/go/src/os/file.go:95 +0x91
  532. github.com/couchbase/indexing/secondary/common.ExitOnStdinClose()
  533. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/common/util.go:316 +0x99
  534. created by main.main
  535. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/cmd/indexer/main.go:61 +0x4e3
  536.  
  537. goroutine 17 [select]:
  538. github.com/couchbase/cbauth/metakv.doRunObserveChildren(0xc20802af80, 0xe08550, 0x1, 0xc2080bbfb0, 0xc20805f2c0, 0x0, 0x0)
  539. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:284 +0x8bb
  540. github.com/couchbase/cbauth/metakv.(*store).runObserveChildren(0xc20802af80, 0xe08550, 0x1, 0xc2080bbfb0, 0xc20805f2c0, 0x0, 0x0)
  541. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:244 +0x80
  542. github.com/couchbase/cbauth/metakv.RunObserveChildren(0xe08550, 0x1, 0xc2080bbfb0, 0xc20805f2c0, 0x0, 0x0)
  543. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:367 +0x64
  544. github.com/couchbase/indexing/secondary/indexer.func·075()
  545. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/settings.go:66 +0x94
  546. created by github.com/couchbase/indexing/secondary/indexer.NewSettingsManager
  547. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/settings.go:73 +0x4de
  548.  
  549. goroutine 15 [select]:
  550. net/http.(*persistConn).readLoop(0xc2080708f0)
  551. /usr/local/go/src/net/http/transport.go:928 +0x9ce
  552. created by net/http.(*Transport).dialConn
  553. /usr/local/go/src/net/http/transport.go:660 +0xc9f
  554.  
  555. goroutine 16 [select]:
  556. net/http.(*persistConn).writeLoop(0xc2080708f0)
  557. /usr/local/go/src/net/http/transport.go:945 +0x41d
  558. created by net/http.(*Transport).dialConn
  559. /usr/local/go/src/net/http/transport.go:661 +0xcbc
  560.  
  561. goroutine 33 [chan receive]:
  562. github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).run(0xc208070630)
  563. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:113 +0xb9
  564. created by github.com/couchbase/indexing/secondary/indexer.NewMutationManager
  565. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:93 +0x46b
  566.  
  567. goroutine 34 [chan receive]:
  568. github.com/couchbase/indexing/secondary/indexer.(*kvSender).run(0xc20801e8a0)
  569. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/kv_sender.go:83 +0x61
  570. created by github.com/couchbase/indexing/secondary/indexer.NewKVSender
  571. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/kv_sender.go:68 +0x45e
  572.  
  573. goroutine 35 [runnable]:
  574. github.com/couchbase/indexing/secondary/indexer.(*timekeeper).run(0xc20805f3e0)
  575. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/timekeeper.go:109 +0x61
  576. created by github.com/couchbase/indexing/secondary/indexer.NewTimekeeper
  577. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/timekeeper.go:94 +0x26f
  578.  
  579. goroutine 49 [select]:
  580. github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).handleWorkerMsgs(0xc208070630)
  581. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:137 +0x152
  582. created by github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).run
  583. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:106 +0x55
  584.  
  585. goroutine 50 [select]:
  586. github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).listenWorkerMsgs(0xc208070630)
  587. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:160 +0x468
  588. created by github.com/couchbase/indexing/secondary/indexer.(*mutationMgr).run
  589. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/mutation_manager.go:107 +0x6f
  590.  
  591. goroutine 36 [IO wait]:
  592. net.(*pollDesc).Wait(0xc2080103e0, 0x72, 0x0, 0x0)
  593. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  594. net.(*pollDesc).WaitRead(0xc2080103e0, 0x0, 0x0)
  595. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  596. net.(*netFD).accept(0xc208010380, 0x0, 0x7fdfdb24fe70, 0xc2080d20e0)
  597. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  598. net.(*TCPListener).AcceptTCP(0xc209f80010, 0xc20807a000, 0x0, 0x0)
  599. /usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
  600. net.(*TCPListener).Accept(0xc209f80010, 0x0, 0x0, 0x0, 0x0)
  601. /usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
  602. github.com/couchbase/indexing/secondary/queryport.(*Server).listener(0xc208010310)
  603. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/queryport/server.go:107 +0x84
  604. created by github.com/couchbase/indexing/secondary/queryport.NewServer
  605. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/queryport/server.go:63 +0x6e5
  606.  
  607. goroutine 37 [chan receive]:
  608. github.com/couchbase/indexing/secondary/indexer.(*scanCoordinator).run(0xc2080a8100)
  609. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:276 +0x61
  610. created by github.com/couchbase/indexing/secondary/indexer.NewScanCoordinator
  611. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:217 +0x4d2
  612.  
  613. goroutine 38 [chan receive]:
  614. github.com/couchbase/indexing/secondary/indexer.(*scanCoordinator).listenSnapshot(0xc2080a8100)
  615. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:225 +0x6a
  616. created by github.com/couchbase/indexing/secondary/indexer.NewScanCoordinator
  617. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/scan_coordinator.go:218 +0x4ec
  618.  
  619. goroutine 42 [chan receive]:
  620. github.com/couchbase/gometa/protocol.(*Leader).listen(0xc208066c60)
  621. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leader.go:472 +0xee
  622. created by github.com/couchbase/gometa/protocol.NewLeaderWithCustomHandler
  623. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leader.go:160 +0x3c5
  624.  
  625. goroutine 40 [IO wait]:
  626. net.(*pollDesc).Wait(0xc208010760, 0x72, 0x0, 0x0)
  627. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  628. net.(*pollDesc).WaitRead(0xc208010760, 0x0, 0x0)
  629. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  630. net.(*netFD).Read(0xc208010700, 0xc20806e000, 0x1000, 0x1000, 0x0, 0x7fdfdb24fe70, 0xc20b47c718)
  631. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  632. net.(*conn).Read(0xc209f80040, 0xc20806e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  633. /usr/local/go/src/net/net.go:121 +0xdc
  634. net/http.noteEOFReader.Read(0x7fdfdb25b840, 0xc209f80040, 0xc208070738, 0xc20806e000, 0x1000, 0x1000, 0xc13420, 0x0, 0x0)
  635. /usr/local/go/src/net/http/transport.go:1270 +0x6e
  636. net/http.(*noteEOFReader).Read(0xc20801ec20, 0xc20806e000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0)
  637. <autogenerated>:125 +0xd4
  638. bufio.(*Reader).fill(0xc20805fb00)
  639. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  640. bufio.(*Reader).Peek(0xc20805fb00, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  641. /usr/local/go/src/bufio/bufio.go:132 +0xf0
  642. net/http.(*persistConn).readLoop(0xc2080706e0)
  643. /usr/local/go/src/net/http/transport.go:842 +0xa4
  644. created by net/http.(*Transport).dialConn
  645. /usr/local/go/src/net/http/transport.go:660 +0xc9f
  646.  
  647. goroutine 41 [select]:
  648. net/http.(*persistConn).writeLoop(0xc2080706e0)
  649. /usr/local/go/src/net/http/transport.go:945 +0x41d
  650. created by net/http.(*Transport).dialConn
  651. /usr/local/go/src/net/http/transport.go:661 +0xcbc
  652.  
  653. goroutine 65 [IO wait]:
  654. net.(*pollDesc).Wait(0xc2080108b0, 0x72, 0x0, 0x0)
  655. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  656. net.(*pollDesc).WaitRead(0xc2080108b0, 0x0, 0x0)
  657. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  658. net.(*netFD).Read(0xc208010850, 0xc20808c000, 0x1000, 0x1000, 0x0, 0x7fdfdb24fe70, 0xc20af44010)
  659. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  660. net.(*conn).Read(0xc20802e128, 0xc20808c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  661. /usr/local/go/src/net/net.go:121 +0xdc
  662. net/http.noteEOFReader.Read(0x7fdfdb25b840, 0xc20802e128, 0xc208070948, 0xc20808c000, 0x1000, 0x1000, 0x64ff6b, 0x0, 0x0)
  663. /usr/local/go/src/net/http/transport.go:1270 +0x6e
  664. net/http.(*noteEOFReader).Read(0xc20801f4e0, 0xc20808c000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  665. <autogenerated>:125 +0xd4
  666. bufio.(*Reader).fill(0xc20805f740)
  667. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  668. bufio.(*Reader).ReadSlice(0xc20805f740, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
  669. /usr/local/go/src/bufio/bufio.go:295 +0x257
  670. net/http/internal.readLine(0xc20805f740, 0x0, 0x0, 0x0, 0x0, 0x0)
  671. /usr/local/go/src/net/http/internal/chunked.go:110 +0x5a
  672. net/http/internal.(*chunkedReader).beginChunk(0xc209f9c1e0)
  673. /usr/local/go/src/net/http/internal/chunked.go:47 +0x46
  674. net/http/internal.(*chunkedReader).Read(0xc209f9c1e0, 0xc20af46000, 0x600, 0x600, 0x0, 0x0, 0x0)
  675. /usr/local/go/src/net/http/internal/chunked.go:77 +0xbb
  676. net/http.(*body).readLocked(0xc20af04040, 0xc20af46000, 0x600, 0x600, 0xffffffff, 0x0, 0x0)
  677. /usr/local/go/src/net/http/transfer.go:584 +0x7a
  678. net/http.(*body).Read(0xc20af04040, 0xc20af46000, 0x600, 0x600, 0x0, 0x0, 0x0)
  679. /usr/local/go/src/net/http/transfer.go:579 +0x115
  680. net/http.(*bodyEOFSignal).Read(0xc20af04080, 0xc20af46000, 0x600, 0x600, 0x0, 0x0, 0x0)
  681. /usr/local/go/src/net/http/transport.go:1193 +0x285
  682. encoding/json.(*Decoder).readValue(0xc20af2e000, 0xc20802d4c0, 0x0, 0x0)
  683. /usr/local/go/src/encoding/json/stream.go:124 +0x5e1
  684. encoding/json.(*Decoder).Decode(0xc20af2e000, 0xabb5a0, 0xc20af04140, 0x0, 0x0)
  685. /usr/local/go/src/encoding/json/stream.go:44 +0x7b
  686. github.com/couchbase/cbauth/metakv.func·003()
  687. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:267 +0x134
  688. created by github.com/couchbase/cbauth/metakv.doRunObserveChildren
  689. /home/couchbase/jenkins/workspace/sherlock-unix/godeps/src/github.com/couchbase/cbauth/metakv/metakv.go:275 +0x46a
  690.  
  691. goroutine 81 [syscall, locked to thread]:
  692. runtime.goexit()
  693. /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
  694.  
  695. goroutine 66 [IO wait]:
  696. net.(*pollDesc).Wait(0xc20af207d0, 0x72, 0x0, 0x0)
  697. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  698. net.(*pollDesc).WaitRead(0xc20af207d0, 0x0, 0x0)
  699. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  700. net.(*netFD).accept(0xc20af20770, 0x0, 0x7fdfdb24fe70, 0xc20b11b038)
  701. /usr/local/go/src/net/fd_unix.go:419 +0x40b
  702. net.(*TCPListener).AcceptTCP(0xc20af1a088, 0xc208021500, 0x0, 0x0)
  703. /usr/local/go/src/net/tcpsock_posix.go:234 +0x4e
  704. net.(*TCPListener).Accept(0xc20af1a088, 0x0, 0x0, 0x0, 0x0)
  705. /usr/local/go/src/net/tcpsock_posix.go:244 +0x4c
  706. github.com/couchbase/gometa/common.(*PeerListener).listen(0xc20af04700)
  707. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/common/peerListener.go:135 +0x90
  708. created by github.com/couchbase/gometa/common.StartPeerListener
  709. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/common/peerListener.go:63 +0x1ad
  710.  
  711. goroutine 67 [select]:
  712. github.com/couchbase/gometa/protocol.(*LeaderServer).processRequest(0xc20aefd300, 0xc20af20700, 0xc20b041a90, 0x7fdfdb2625e0, 0xc20af125a0, 0x0, 0x0)
  713. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:384 +0x8fe
  714. github.com/couchbase/gometa/protocol.RunLeaderServerWithCustomHandler(0xc2080d3c20, 0x5, 0xc20af04700, 0x7fdfdb2627c8, 0xc209f9c900, 0x7fdfdb262828, 0xc20af20690, 0x7fdfdb262658, 0x16088a8, 0x7fdfdb2625e0, ...)
  715. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:130 +0x6dd
  716. github.com/couchbase/gometa/server.(*EmbeddedServer).runOnce(0xc20b1321e0)
  717. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/server/embeddedServer.go:452 +0x1f5
  718. github.com/couchbase/gometa/server.(*EmbeddedServer).run(0xc20b1321e0)
  719. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/server/embeddedServer.go:354 +0x28
  720. created by github.com/couchbase/gometa/server.RunEmbeddedServerWithCustomHandler
  721. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/server/embeddedServer.go:82 +0x270
  722.  
  723. goroutine 68 [select]:
  724. github.com/couchbase/indexing/secondary/manager.(*LifecycleMgr).processRequest(0xc20af125a0)
  725. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/manager/lifecycle.go:160 +0x30c
  726. created by github.com/couchbase/indexing/secondary/manager.(*LifecycleMgr).Run
  727. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/manager/lifecycle.go:71 +0x51
  728.  
  729. goroutine 69 [chan receive]:
  730. github.com/couchbase/indexing/secondary/indexer.(*clustMgrAgent).run(0xc208069620)
  731. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/cluster_manager_agent.go:120 +0xab
  732. created by github.com/couchbase/indexing/secondary/indexer.NewClustMgrAgent
  733. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/cluster_manager_agent.go:98 +0xc41
  734.  
  735. goroutine 70 [chan receive]:
  736. github.com/couchbase/indexing/secondary/indexer.(*statsManager).run(0xc20af221e0)
  737. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:449 +0x62
  738. created by github.com/couchbase/indexing/secondary/indexer.NewStatsManager
  739. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:337 +0x330
  740.  
  741. goroutine 71 [sleep]:
  742. github.com/couchbase/indexing/secondary/indexer.(*statsManager).runStatsDumpLogger(0xc20af221e0)
  743. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:489 +0x1d6
  744. created by github.com/couchbase/indexing/secondary/indexer.NewStatsManager
  745. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:338 +0x34a
  746.  
  747. goroutine 43 [select]:
  748. github.com/couchbase/gometa/protocol.(*LeaderServer).listenFollower(0xc20aefd300, 0xc20b041a90)
  749. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:186 +0x691
  750. created by github.com/couchbase/gometa/protocol.RunLeaderServerWithCustomHandler
  751. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/gometa/protocol/leaderServer.go:125 +0x69c
  752.  
  753. goroutine 52 [chan receive]:
  754. github.com/couchbase/indexing/secondary/indexer.(*storageMgr).run(0xc20af61980)
  755. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/storage_manager.go:144 +0x61
  756. created by github.com/couchbase/indexing/secondary/indexer.NewStorageManager
  757. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/storage_manager.go:129 +0x57e
  758.  
  759. goroutine 47 [chan receive]:
  760. github.com/couchbase/indexing/secondary/indexer.(*adminMgr).run(0xc20b4842a0)
  761. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/admin_manager.go:51 +0x61
  762. created by github.com/couchbase/indexing/secondary/indexer.NewAdminManager
  763. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/admin_manager.go:36 +0xbb
  764.  
  765. goroutine 45 [IO wait]:
  766. net.(*pollDesc).Wait(0xc208011e20, 0x72, 0x0, 0x0)
  767. /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
  768. net.(*pollDesc).WaitRead(0xc208011e20, 0x0, 0x0)
  769. /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
  770. net.(*netFD).Read(0xc208011dc0, 0xc20b31a000, 0x1000, 0x1000, 0x0, 0x7fdfdb24fe70, 0xc20b484288)
  771. /usr/local/go/src/net/fd_unix.go:242 +0x40f
  772. net.(*conn).Read(0xc209f80150, 0xc20b31a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  773. /usr/local/go/src/net/net.go:121 +0xdc
  774. net/http.noteEOFReader.Read(0x7fdfdb25b840, 0xc209f80150, 0xc208071238, 0xc20b31a000, 0x1000, 0x1000, 0xc13420, 0x0, 0x0)
  775. /usr/local/go/src/net/http/transport.go:1270 +0x6e
  776. net/http.(*noteEOFReader).Read(0xc20b3152c0, 0xc20b31a000, 0x1000, 0x1000, 0xc208014d00, 0x0, 0x0)
  777. <autogenerated>:125 +0xd4
  778. bufio.(*Reader).fill(0xc20afef200)
  779. /usr/local/go/src/bufio/bufio.go:97 +0x1ce
  780. bufio.(*Reader).Peek(0xc20afef200, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  781. /usr/local/go/src/bufio/bufio.go:132 +0xf0
  782. net/http.(*persistConn).readLoop(0xc2080711e0)
  783. /usr/local/go/src/net/http/transport.go:842 +0xa4
  784. created by net/http.(*Transport).dialConn
  785. /usr/local/go/src/net/http/transport.go:660 +0xc9f
  786.  
  787. goroutine 46 [select]:
  788. net/http.(*persistConn).writeLoop(0xc2080711e0)
  789. /usr/local/go/src/net/http/transport.go:945 +0x41d
  790. created by net/http.(*Transport).dialConn
  791. /usr/local/go/src/net/http/transport.go:661 +0xcbc
  792.  
  793. goroutine 48 [chan receive]:
  794. github.com/couchbase/indexing/secondary/indexer.(*compactionManager).run(0xc20b31cb40)
  795. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:154 +0x91
  796. created by github.com/couchbase/indexing/secondary/indexer.NewCompactionManager
  797. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:144 +0x106
  798.  
  799. goroutine 82 [chan receive]:
  800. github.com/couchbase/indexing/secondary/logging.func·001()
  801. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:196 +0x7d
  802. created by github.com/couchbase/indexing/secondary/logging.PeriodicProfile
  803. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:200 +0x194
  804.  
  805. goroutine 84 [select]:
  806. github.com/couchbase/indexing/secondary/indexer.(*indexer).listenWorkerMsgs(0xc208054280)
  807. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:490 +0x229
  808. created by github.com/couchbase/indexing/secondary/indexer.(*indexer).run
  809. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:392 +0x40
  810.  
  811. goroutine 85 [select]:
  812. github.com/couchbase/indexing/secondary/indexer.(*indexer).listenAdminMsgs(0xc208054280)
  813. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:431 +0x320
  814. created by github.com/couchbase/indexing/secondary/indexer.(*indexer).run
  815. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:393 +0x5d
  816.  
  817. goroutine 86 [select]:
  818. github.com/couchbase/indexing/secondary/indexer.(*compactionDaemon).loop(0xc20b31cbd0)
  819. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:98 +0x954
  820. created by github.com/couchbase/indexing/secondary/indexer.(*compactionDaemon).Start
  821. /home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:43 +0x123
  822. [goport] 2015/12/15 09:41:27 /opt/couchbase/bin/indexer terminated: exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement