This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 54cc7962807 [Chore](GA) Set the maintainer for the FE ENV file (#36650)
54cc7962807 is described below
commit 54cc7962807f907534225835b4ac376882816820
Author: Calvin Kirs <[email protected]>
AuthorDate: Fri Jun 21 14:03:09 2024 +0800
[Chore](GA) Set the maintainer for the FE ENV file (#36650)
## Proposed changes
we need to set the maintainer for the FE ENV file, which is a critical
file for starting FE. We have experienced multiple instances of resource
leaks due to incorrect modifications. Therefore, we need to add someone
familiar with this file as the maintainer. Any changes to this file must
be reviewed and approved by the maintainer before they can be merged.
---
tools/maintainers/maintainers.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/tools/maintainers/maintainers.json
b/tools/maintainers/maintainers.json
index 981b63021cd..d0bfad2f81c 100644
--- a/tools/maintainers/maintainers.json
+++ b/tools/maintainers/maintainers.json
@@ -7,6 +7,14 @@
"gavinchou",
"dataroaring"
]
+ },
+ {
+ "path": "fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java",
+ "maintainers": [
+ "CalvinKirs",
+ "morningman",
+ "dataroaring"
+ ]
}
- ]
+ ]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]