cloud-native
Here are 1,056 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:
 关闭自动ack,打印之后再 ack
@Bean
public ApplicationRunner poller(PollableMessageSource dest1In) {
return args -> {
while (true) {
if (!dest1In.
-
Updated
Mar 7, 2022 - Go
-
Updated
Mar 7, 2022 - Go
At Jina, we build crazy fun things using Jina and one such example is the meme search.
Meme search allows you to upload a meme of your choice and renders many similar memes to your meme !.
If you are interested in getting your hands on coding with Jina and creating something, this is the issue for you.
Idea:
Create a Pet image classification!.
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Feb 9, 2022
-
Updated
Mar 7, 2022 - Go
UI start/end times don't show exact timestamp ie HH:MI:SS . When debugging a failed workflow the exact minute/second is very useful to know.
-
Updated
Mar 7, 2022 - Shell
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
Currently, the index building process follow the progress:
Datacoord notify IndexCoord when binlog is ready.
Index coord write into etcd, and also its memory meta table.
index coord loop and poll the request, send not assigned or failed request to indexnode
index node fi
-
Updated
Mar 7, 2022 - Go
Describe the bug
https://quarkus.io/guides/logging#quarkus-log-logging-log-config_quarkus.log.handler.file.-file-handlers-.rotation.max-file-size states the default size is 10. Based on the MemorySize definition, this would mean 10 bytes. Actual value from observed system appears to be 640K.
Expected behavior
No response
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
request help: in authz-keycloak plugin is it possible to customize the "access denied" message?
Issue description
Using the authz-keycloak plugin when access is not permitted you correctly receive an access denied message
{"error":"access_denied","error_description":"not_authorized"}
in the body of the requested url
Question: is it possible to specify a redirect url to be used when the access is denied so the user see predefined page instead of a message?
Env
What problem are you trying to solve?
Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.
How should the problem be solved?
This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-
-
Updated
Mar 7, 2022
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ
Every now and then we see users new to OPA missing the fact that /v1/data requires the JSON request body to wrap the input document, ala: {"input": {"x": "y"}}. Unless e.g. default assignment is used, OPA currently returns just an empty response for a request missing the "input" wrapper, i.e. {"x": "y"} ... it's easy to see why this would be, given how people likely have worked on their po
Description
Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables.




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: