-
Im currently Testing this in on my old but trusted bmw r1200gs from 2004. I'm printing the readings via the Logstream function. Its looks like its reading the injector fine. When i give gas the L/h st…
-
**Problem Statement:**
Many enterprise organizations rely on Red Hat OpenShift for their Kubernetes platform. When deploying to OpenShift, it provides a type of Ingress called a Route.
It's not a t…
-
The default value in logstream-leader/values.yml for the `prefix` variable is `/*`. According to [Kubernetes docs](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types), the val…
-
**Description:**
I am using WSO2 Streaming Integrator Tooling 4.0.0 to test this script:
```
@App:name('UntitledETLTaskFlow')
@App:description('Description of the plan')
@source(type='file',f…
-
Currently the logstream-workergroup Helm Chart deploys a set of ClusterRole and ClusterRoleBindings that are providing access to get/list Pods.
We have a mutual user that is looking to reduce the p…
-
After saving function code via portal, logstream still shows previous code getting executed
I added a couple of log.Info lines in there, and hit save (and Save and Run) . The PUT request shows 204 A…
-
### Description
Camunda service allows to create an authorization for a relevant entity. Authorization entity is the holder of permissions to a specific resource.
### Acceptance Criteria
- [x] cr…
-
I am seeing the issue with CW logstreams not getting created when using the "mounted-file" to ingest the logs from file in the container.
I picked the sample config from examples folder and able to …
vkadi updated
2 years ago
-
## Description
The LogStream::readFully() associated with a detached exec seems to return an empty String.
Background: We would like to run a detached program that may take a while to finish, and so…
ghost updated
5 years ago
-
@bfjm 之前你提到的关于log多线程写入的问题,现在代码中的实现还比较粗糙,只有一个简单的lock-free的队列。并且你说的没错,很多log系统在多线程处理时,都会使用额外的线程来异步写入来避免对原有工作的干扰,这点非常有必要。
也许你可以帮忙建立一个多线程的写入的benchmark,测试一下性能和可靠性,并研究一下怎么样优化log的写入。我们的Test Case是可以添加Benchm…