cloud-native
Here are 1,030 public repositories matching this topic...
lightning v5.3.0
After the content in parquet may be written by spark, the definition of bool is true or false. Regenerating the parquet file takes time, In tidb, bool behaves as tinyint, so proper type conversion will help improve the success rate of lightning import
parquet file:

What can it be about? It could be a tutorial or
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Sep 21, 2021
-
Updated
Jan 25, 2022 - Go
https://oss-fuzz.com/testcase-detail/5254033034575872
panic: runtime error: index out of range [2] with length 2
--
|
| goroutine 17 [running, locked to thread]:
| github.com/argoproj/argo-workflows/v3/server/artifacts.(*ArtifactServer).getArtifact(0x10c0002b9428, {0x2b322c0, 0x10c0002c1760}, 0x10c0003abd00, 0x0)
| github.com/argoproj/argo-workflows/v3/server/artifacts/a
-
Updated
Jan 26, 2022 - Shell
-
Updated
Jan 26, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
We need more metrics about DML latency, which including search,insert,delete.
For details, we should see latency histogram for each stage, for example e2e, proxy side, message queue, per segment and during reduce.
This will help users to invest
Description
If we use io.quarkus.runtime.annotations.RegisterForReflection#classNames to register classes for reflection it does not register classes up in the hierarchy.
On the other hand, if we use -H:ReflectionConfigurationFiles, it does register the full class hierarchy.
Implementation ideas
I think we should look for the full hierarchy here: https://github.com/quarkusio/qu
Improved or typo fixed.
https://github.com/apache/apisix/blob/0d4f65a9ae06430388af609ca0dcad386225d616/apisix/core/vault.lua
Solution
not doc for how to use vault with Apache APISIX
-
Updated
Jan 26, 2022
We're on 5.3.0 and would like to upgrade to v6, but that's a breaking change that requires manual intervention in our routes handling.
The React-router project has promised a compatibility layer to come up at some point that would avoid having to change things too much, but I feel that's a second-best solution and would prefer to have things written as per the best practice.
For anyone w
Fission/Kubernetes version
Fission version above 1.14.1
Kubernetes platform (e.g. Google Kubernetes Engine)
Describe the bug
We have added support for Container functions in 1.14.1.
Currently, the grace period for container functions is hardcoded. We should make it configurable.
https://github.com/fission/fission/blob/76f51e977de9118494b74f929c383f1392f1d8b8/pkg/exec
Since we've started shipping binaries for that platform (#4254), it would be good to also run tests on it.
Note: the same would be true for windows; but we've skipped running tests there because of too many hardcoded assumptions about file paths in our tests. For linux/arm64, however, that should not be a problem.
The work done on the github workflow in #4254 could serve as an example: we'd
On recent versions, yb-admin ysql_catalog_version keeps returning zero even after catalog changes. This is because it uses CatalogManager::GetYsqlCatalogConfig which reads from the legacy protobuf catalog version, not the pg_yb_catalog_version system table. Fix yb-admin to get the version from the correct source.
-
Updated
Jan 6, 2022 - Go
-
Updated
Jan 14, 2022 - Scala
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Jan 15, 2022 - Vue
-
Updated
Jan 26, 2022 - Go
How are you planning on using kubeedge?
I've been looking for something like this for a long time (Currently our team uses Rancher although their product wasn't really meant for edge computing.) I'd love to hear how others in the community would like to use this so I can compile a list of use cases that kubeedge can support out of the box.
Thanks!
-
Updated
Jan 25, 2022 - Go
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: