The Wayback Machine - https://web.archive.org/web/20200902165532/https://github.com/topics/high-availability
Skip to content
#

high-availability

Here are 343 public repositories matching this topic...

advanced-java
yanglbme
yanglbme commented Apr 15, 2019

英雄招募

成为 Doocs 项目维护者

本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。

如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 pushdoocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。

目前 advanced-java 只有 [yanglbme](http

joshimoo
joshimoo commented Aug 27, 2020

We want to have consistent and structured logs to improve the ability to filter and analyse longhorn-manager logs.
Currently the controller uses the global logrus package logger, the task here would be to switch the log calls to the instance logger that was implemented in longhorn/longhorn-manager#661

While doing this also improve the log messages, where possible.
For an example of a successf

pashagolub
pashagolub commented Sep 25, 2019

Use %zu format placeholder for size_t, and use %lld format placeholer for int64.

Error:

notifications.c:87:4: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'long long unsigned int'} [-Werror=format=]
   87 |    "S:%s:%s:%lu.%s:%d:%zd:%zu.%s:%d",
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Improve this page

Add a description, image, and links to the high-availability topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the high-availability topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.