mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
remove disco debugging printlns
This commit is contained in:
parent
629bfa3ac8
commit
91c0df29a1
1 changed files with 0 additions and 5 deletions
|
|
@ -570,7 +570,6 @@ func (s *Server) Open() error {
|
|||
if err != nil {
|
||||
return errors.Wrap(err, "starting DisCo")
|
||||
}
|
||||
fmt.Println("--- disco: open:", s.disCo.ID())
|
||||
_ = initState
|
||||
|
||||
// Set node ID.
|
||||
|
|
@ -661,8 +660,6 @@ func (s *Server) Close() error {
|
|||
case <-s.closing:
|
||||
return nil
|
||||
default:
|
||||
|
||||
fmt.Println("--- disco: server close:", s.disCo.ID())
|
||||
errE := s.executor.Close()
|
||||
|
||||
// Notify goroutines to stop.
|
||||
|
|
@ -677,9 +674,7 @@ func (s *Server) Close() error {
|
|||
}
|
||||
errhs = s.syncer.stopTranslationSync()
|
||||
if s.disCo != nil {
|
||||
fmt.Println("--- disco: try close:", s.disCo.ID())
|
||||
errd = s.disCo.Close()
|
||||
fmt.Println("--- disco: closed", s.disCo.ID(), errd)
|
||||
}
|
||||
if s.holder != nil {
|
||||
errh = s.holder.Close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue