Hipchat Server services start slowly

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

_HCS 2.x deprecation message

This is for an outdated version of Hipchat Server

 This article applies to a version of Hipchat Server which will be deprecated soon. After that period the version will no longer be supported.

When will my version be deprecated?

The following versions have been deprecated:

  • Hipchat Server 1.3 (EOL Date: Aug 17, 2017)
  • Hipchat Server 2.0 (EOL Date: Jun 17, 2018)
  • Hipchat Server 2.1 (EOL Date: Dec 8, 2018)

The following version will be deprecated soon:

  • Hipchat Server 2.2 (EOL Date: May 30, 2019)

You can read more about Atlassian's End of Life policy here.

You should upgrade to a more recent version of Hipchat Server as soon as you can to take advantage of new features, and security and bug fixes.

 

問題

Services in Hipchat Server take a long time to start.

This can manifest during:

  • hipchat service --restart
  • hipchat upgrade --restart
  • system reboots

診断

Diagnostic Steps

  • Verify your Hipchat Server virtual machine meets the system requirements for the size of your deployment
  • Check the output of top and free to verify that the system isn't running out of CPU or memory
  • Benchmark the amount of time needed to write a log entry using logger:

    admin@example:~$time logger "hello world"
    
    real    0m1.401s
    user    0m0.000s
    sys    0m0.002s

    If the real time in the output is above 0.0010s, this article may apply to you

原因

Hipchat Server is configured to write log entries to an external logging server. The latency writing log entries over the network is adding significant delay in starting services.

ソリューション

Review and modify any configurations made to the rsyslog system within the Hipchat Server virtual machine. These are typically stored under /etc/rsyslog.d/.

The grep command below may be a good starting point:

admin@example:~$ grep -HR @ /etc/rsyslog.d/
/etc/rsyslog.d/11-external.conf:*.* @192.168.1.1:514

 

 

 

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.