songchuangyuan opened a new pull request #6487:
URL: https://github.com/apache/incubator-doris/pull/6487
## Proposed changes
All the codes of the current commercial version of Doris manager are
uploaded, including unified cluster space management, user system, cluster
monitoring and data construction.
## Types of changes
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
1. Add user unified management and user authentication functions
2. Add configuration unified management function
3. Add Doris manager data construction function
4. Add Doris manager monitoring operation and maintenance function
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
1. The implementation mode of dm-server module accessing database is
modified to use JPA.
2. The problem that dm-server module and dm-agent depend on the same open
source project version is not consistent has been corrected
- [ ] Documentation Update (if none of the other choices apply)
1. The API document is modified to remind users that they can view all API
information through the swagger document after the manager server is started
2. Added documentation for compilation and operation
- [ ] Code refactor (Modify the code structure, format the code, etc...)
1. Three new modules have been added, general moudle,manager moudle and
manager-server moudle
2. general moulde, It includes the general functions of Doris manager,
such as user management, authentication implementation and configuration
management
3. manager moudle,The core functions of Doris manager are realized,
including Doris cluster monitoring, Doris cluster data construction and Doris
cluster metadata synchronization
4. manager-server moudle,The unified main entry function module of all
modules compiles and survives an executable jar package containing all
functions on the manger server side as the output package on the Doris manager
server side. At the same time, because it needs to be integrated into the
commercial Doris stack, the creation function of Doris cluster space in manager
is also realized here. It also relies on the DM server module, and the
functions of the DM server module are also included after the output of the
startup package.
- [ ] Optimization. Including functional usability improvements and
performance improvements.
- [ ] Dependency. Such as changes related to third-party components.
- [ ] Other.
1. The three newly added modules(general moudle,manager moudle and
manager-server moudle) have written unit test code. It is recommended to pay
attention to maintaining code quality in subsequent code submission
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]