mone icon indicating copy to clipboard operation
mone copied to clipboard

No description, website, or topics provided

Results 50 mone issues
Sort by recently updated
recently updated
newest added

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

- [ ] add jcommon introduce

documentation

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

- [ ] mybatis-plugin export mapperstatement

enhancement

可以给一个详细的部署文档么?现在的文档部署起来错误太多

ozhera-all -> https://github.com/XiaoMi/ozhera ozhera-all 已拆分为独立仓库: https://github.com/XiaoMi/ozhera

Due to renaming requirements, some changes in ozhera-operator that involve renaming from 'hera' to 'ozhera' need to undergo regression testing, and some issues have been fixed.

In `mone/ozhera-all/trace-etl/trace-etl-es/src/main/java/com/xiaomi/hera/trace/etl/es/consumer/ConsumerService.java`, the `insertRocks` method uses two locks to ensure thread safety. However, based on monitoring observations, these two locks seem to block requests to write into rocksdb, reducing the...

1.目前ozhera提供了一个k8s operator部署文档,对于想快速体验效果的可以按operator操作; 2.想进行源码级改动的,我们会出一份详细的编译、构建文档 3.对于ozhera源码项目 建议使用者具备一定的云原生基础,比如K8S、Opentelemetry、JDK20使用经验等