张志勇

Results 9 issues of 张志勇

Add test class

Currently, the log agent server is responsible for communication with all log agents (and maintaining heartbeats), but due to the underlying RPC mechanism, it is a single-point application. We will...

The file module needs to add a few performance-related unit tests.

The code of the file module is aligned with the Java 20 version.

Docean needs to support the ability to extend Ozhera (added a plugin, modified the logic of class searching).

enhancement

At present, Java20 and coroutines are used in many places in Ozhera. Here, be careful with the use of synchronized, otherwise it can easily lead to threads being pinned. Try...

The CPU usage is somewhat higher than expected when the log stream processes and sends logs to ES. We plan to optimize this part of the code.

Ozhera plans to extract extension points in the project, which will be convenient for the open-source community to expand. The advantage of extension points is that they are open for...

enhancement

We have always been lacking in terms of documentation. We plan to provide an official website, where we will present Ozhera's entire design concept and solutions to some problems encountered...