jianghuazhu opened a new pull request, #5626: URL: https://github.com/apache/ozone/pull/5626
## What changes were proposed in this pull request? When KeyDeletingService is running, the logs recorded are not enough. The purpose of this PR is to be as complete as possible. This is useful for understanding what happened when the key/file was deleted, and can provide some clues as to when the failure occurred. Here are some logs from the run: ` 2023-11-18 23:26:35,908 [om1-KeyDeletingService#0] DEBUG utils.BackgroundService (AbstractKeyDeletingService.java:processKeyDeletes(108)) - Keys sent to SCM: [BlockGroup[groupID='/volume91iZP/bucketNsfJE/keyy3kmt/-9223372036854772480', blockIDs=[conID: 638262276 locID: 638262276 bcsId: 0]], BlockGroup[groupID='/volumeDK8cR/bucketE4OTF/keyzb2Ty/-9223372036854763264', blockIDs=[conID: 638262316 locID: 638262316 bcsId: 0]], BlockGroup[groupID='/volumeWCaz8/bucketSAWVY/keyrUoAc/-9223372036854764800', blockIDs=[conID: 638262309 locID: 638262309 bcsId: 0]], BlockGroup[groupID='/volumeZ6Zcy/bucketE37By/keyvCfcY/-9223372036854761728', blockIDs=[conID: 638262322 locID: 638262322 bcsId: 0]], BlockGroup[groupID='/volumec6hhl/bucketbYWdT/keyPfwQl/-9223372036854766336', blockIDs=[conID: 638262304 locID: 638262304 bcsId: 0]], BlockGroup[groupID='/volumehOlj0/bucketnZ2Xg/keyqshQW/-9223372036854760192', blockIDs=[conID: 638262328 locID: 638262328 bcsId: 0]], BlockGroup[groupID='/volumeoZXVG/bucke twoMl5/keyog0iG/-9223372036854775552', blockIDs=[conID: 638262198 locID: 638262198 bcsId: 0]], BlockGroup[groupID='/volumephBqw/buckethX2vx/keyVaImy/-9223372036854774016', blockIDs=[conID: 638262269 locID: 638262269 bcsId: 0]], BlockGroup[groupID='/volumet4mZz/bucketcixLB/keyHf8w6/-9223372036854769408', blockIDs=[conID: 638262289 locID: 638262289 bcsId: 0]], BlockGroup[groupID='/volumewcLLQ/bucketVkB5r/key6P34z/-9223372036854767872', blockIDs=[conID: 638262296 locID: 638262296 bcsId: 0]], BlockGroup[groupID='/volumezZQ1M/bucketarT3x/key1rzt7/-9223372036854770944', blockIDs=[conID: 638262282 locID: 638262282 bcsId: 0]]], size: 11. ` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9722 ## How was this patch tested? We need to ensure that the unit tests pass. -- 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]
