Copilot commented on code in PR #10856: URL: https://github.com/apache/ozone/pull/10856#discussion_r3643242802
########## hadoop-hdds/docs/content/design/lifecycle-task-resume.md: ########## @@ -1,23 +1,26 @@ -/* -* Licensed to the Apache Software Foundation (ASF) under one or more -* contributor license agreements. See the NOTICE file distributed with -* this work for additional information regarding copyright ownership. -* The ASF licenses this file to You under the Apache License, Version 2.0 -* (the "License"); you may not use this file except in compliance with -* the License. You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -# Design for Resumable Lifecycle Scans(HDDS-8342) - -## Problem Statement: +--- +title: Resumable Lifecycle Scans +summary: Persist lifecycle scan pointers so OM leader failover can resume bucket scans +date: 2026-07-13 +jira: HDDS-15447 +status: design Review Comment: The front-matter Jira key (HDDS-15447) is inconsistent with the document body, which references the `HDDS-8342` branch, and with the PR/Jira context (HDDS-15959). Please confirm which Jira this design doc should be associated with and align the front matter (and/or the body reference) accordingly. ########## hadoop-hdds/docs/content/design/lifecycle-task-resume.md: ########## @@ -1,23 +1,26 @@ -/* -* Licensed to the Apache Software Foundation (ASF) under one or more -* contributor license agreements. See the NOTICE file distributed with -* this work for additional information regarding copyright ownership. -* The ASF licenses this file to You under the Apache License, Version 2.0 -* (the "License"); you may not use this file except in compliance with -* the License. You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -# Design for Resumable Lifecycle Scans(HDDS-8342) - -## Problem Statement: +--- +title: Resumable Lifecycle Scans +summary: Persist lifecycle scan pointers so OM leader failover can resume bucket scans +date: 2026-07-13 +jira: HDDS-15447 +status: design +author: Sammi Chen +--- +<!-- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. See accompanying LICENSE file. +--> + +## Problem Statement Review Comment: After adding front matter, the body now starts at an H2 ("## Problem Statement") with no visible H1 title in the markdown content. Other design docs in this directory keep an explicit H1 title after the license block, so this page may render without a clear top-level heading depending on the docs theme. -- 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]
