pan3793 commented on code in PR #62: URL: https://github.com/apache/celeborn-website/pull/62#discussion_r1609824030
########## docs/community/release_notes/release_note_0.4.1.md: ########## @@ -0,0 +1,108 @@ +--- +hide: + - navigation + +license: | + 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 + + https://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. +--- + +# Apache Celeborn™ 0.4.1 Release Notes + +## Highlight + +- Improve flusher's robustness +- Optimize CelebornInputStreamImpl's memory usage +- Fix Worker#computeResourceConsumption NullPointerException for userResourceConsumption that does not contain given userIdentifier +- Fix unregisterShuffle with celeborn.client.spark.fetch.throwsFetchFailure disabled + +### Improvement + +- [CELEBORN-1174] Introduce application dimension resource consumption metrics +- [CELEBORN-1182] Support application dimension ActiveConnectionCount metric to record the number of registered connections for each application +- [CELEBORN-1244] Delete redundant remove operations and handle timeout requests in final check +- [CELEBORN-1248] Improve flusher's robustness +- [CELEBORN-1259] Improve the default gracePeriod of ThreadUtils#shutdown +- [CELEBORN-1266] Improve log of current failed workers for WorkerStatusTracker +- [CELEBORN-1272] Do not increment epoch when retry commit +- [CELEBORN-1278] Avoid calculating all outstanding requests to improve performance +- [CELEBORN-1283] TransportClientFactory avoid contention and get or create clientPools quickly +- [CELEBORN-1288] Prompt configuration items when receiving IdleStateEvent +- [CELEBORN-1291] Master crashed causing by huge app level worker consumption info +- [CELEBORN-1292] Remove app level metrics from worker and master +- [CELEBORN-1298] Support Spark2.4 with Scala2.12 Review Comment: ```suggestion - [CELEBORN-1298] Support Spark 2.4 with Scala 2.12 ``` -- 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]
