HN user

KamiNuvini

18 karma
Posts0
Comments6
View on HN
No posts found.
HAProxy 1.8.0 9 years ago

I actually had/have an issue with the systemd-wrapper haproxy uses in 1.7 where systemd gets confused when doing a reload + a restart before all sessions are closed. This caused haproxy to completely stop accepting connections until the systemd timeout kicked in and sent a kill -9

I reported it and was told it might not affect 1.8 since the systemd-wrapper is removed there, so gonna give this a try soon. See this thread: https://www.mail-archive.com/haproxy@formilux.org/msg27404.h...

(And I switched to only doing a reload notify in Ansible together with the hard-stop-after option in haproxy which is OK for me as well in 1.7)

What made you pick Gitlab over Bitbucket? Both can be self-hosted, but I'm not sure yet which one to choose myself. We do use Jira/Confluence internally so we might want to stick within that ecosystem but I hear very good things about Gitlab. I believe both integrate well with Jira as well and support smartcommits. What were the advantages for you?

Here's mine, with SSD upgrade:

  dd bs=1M count=1024 if=/dev/zero of=test conv=fdatasync
  1024+0 records in
  1024+0 records out
  1073741824 bytes (1.1 GB) copied, 2.17496 s, 494 MB/s

  hdparm -tT /dev/xvda
  /dev/xvda:
   Timing cached reads:   18560 MB in  1.98 seconds = 9358.78   MB/sec
   Timing buffered disk reads: 2510 MB in  3.00 seconds =   836.61 MB/sec`