Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
  2. Sep 27, 2013
  3. Sep 26, 2013
  4. Sep 25, 2013
  5. Sep 24, 2013
  6. Sep 23, 2013
  7. Sep 20, 2013
  8. Sep 19, 2013
  9. Sep 15, 2013
  10. Sep 13, 2013
  11. Sep 12, 2013
  12. Sep 10, 2013
  13. Sep 09, 2013
  14. Sep 08, 2013
  15. Sep 07, 2013
  16. Sep 06, 2013
  17. Sep 05, 2013
  18. Sep 04, 2013
  19. Sep 03, 2013
    • Konstantin Osipov's avatar
    • Konstantin Osipov's avatar
      A hack to fix opentar-42 (mail.ru ticket). · 9a8f78e4
      Konstantin Osipov authored
      What happened in production, during upgrade:
      - logger option in the config file was pointing to nowhere
      - the server would start, unable to check that the child logger
      process died prematurely
      - the server would fork spawner process to spawn replication relays
      - a replica would come in, asking for data
      - the spawner would successfully spawn a relay but die on SIGPIPE
      when trying to write to the log (a pipe leading nowhere by now)
      about the event
      -> we have a master with a dead spawner process, no more replicas,
      sorry.
      
      Well, someone should check their configuraiton in the first place.
      Nevertheless, try to be nice, and:
      
      - don't die on SIGPIPE in the spawner process.
      - when starting the logger, make an effort to check that it has started
      successfully. There is no reliable way to find this out, so do
      it with the best effort.
      9a8f78e4
    • Dmitry Simonenko's avatar
      tp.h: rename leb128 to ber128 · 2f3fedc4
      Dmitry Simonenko authored
      2f3fedc4
    • Dmitry Simonenko's avatar
      ba124bdd
Loading