cluster
Here are 2,037 public repositories matching this topic...
Bug Description
fix issues found by Coverity Scan in TDengine/src/query/src/qFilter.c
To Reproduce
N/A
Expected Behavior
fix following issues:
| Type | Category | Function | Line Number |
|---|---|---|---|
| Logically dead code | Contr |
-
Updated
Aug 5, 2022 - Go
-
Updated
Aug 5, 2022 - Go
-
Updated
Jul 26, 2022
-
Updated
Jul 29, 2022 - Java
-
Updated
Aug 3, 2022 - C#
-
Updated
Apr 21, 2022 - Python
Problem
I would like to be able to have different names for my node to help with discovery in tools like k9s.
If I (a) create the cluster and then (b) create the nodes I can achieve this.
But if I need to create the cluster and nodes at the same time i.e. via -agents flag then this is not possible.
And some use cases e.g. per-node volumes are only possible using this approach
Use case:
Get the total duration over many events. Something like select sum(age(ended, started)) from myevents or select sum(ended - started) from myevents - depending on crate/crate#12479
ETCD support for DCS
Hi There, noticed there is an environment variable to inject "etcd_host" but there are none in the repo for usernames and password. Could create a PR for that to add them to the operator configmap ?
Could enable etcd3 as well since there are no env variables for v3 (supported by Patroni).
Let me know what you guys think.
-
Updated
Aug 5, 2022 - Go
-
Updated
May 25, 2022 - Python
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Aug 5, 2022 - Go
-
Updated
Nov 22, 2018 - Go
-
Updated
Jul 31, 2022 - Go
-
Updated
Jun 17, 2022 - Java
Config snippet:
object CheckCommand "set-if-overflow" {
command = ["echo"]
arguments = {
"42" = {
set_if = 42
}
"4294967296" = {
set_if = 4294967296
}
}
}
object Host "set-if-overflow" {
check_command = "set-if-overflow"
}
Executed the following command:
"last_check_result": {
"active": true,
-
Updated
Jul 12, 2021 - Go
-
Updated
Apr 4, 2022 - Shell
-
Updated
Sep 26, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
Jul 14, 2022 - C
Sign the windows EXE
Users that download the windows EXE will be prompted (by browser and OS) that it is not safe because the EXE isn't signed.

There is a GitHub Action for signing: https://github.com/marketplace/actions/code-sign-a-file-with-pfx-certificate
This would provide additional confidence for
-
Updated
Jul 16, 2022 - Shell
-
Updated
Oct 2, 2021 - Swift
Improve this page
Add a description, image, and links to the cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cluster topic, visit your repo's landing page and select "manage topics."


What Happened?
I noticed on our examples on website does not have Arm64 support yet
and when you try to curl the Service URL or open it in the browser it fails.
the real problem was the pod was crashing but minikube still gave me a URL