You are viewing a plain text version of this content. The canonical link for it is here.
- [incubator-uniffle] branch master updated (351275d -> 687cac9) - posted by ro...@apache.org on 2022/08/01 11:00:33 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [Improvement] Introduce config to customize assignment server numbers in client side (#100) - posted by ro...@apache.org on 2022/08/01 12:12:22 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-107][IMPROVEMENT] Assign partition again if registerShuffleServers failed (#115) - posted by ro...@apache.org on 2022/08/02 02:50:59 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-106][IMPROVEMENT] Set rpc timeout for all rpc interface (#113) - posted by ro...@apache.org on 2022/08/03 02:48:06 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT] Avoid CoordinatorServer#initialization multiple `new Configuration()` (#118) - posted by ro...@apache.org on 2022/08/03 06:33:00 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT] Remove useless server id from `StorageManagerFactory#createStorageManager` - posted by ro...@apache.org on 2022/08/03 07:36:59 UTC, 0 replies.
- [incubator-uniffle] branch master updated (fce4bb6 -> 177e1b6) - posted by ro...@apache.org on 2022/08/03 12:14:46 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT] Set heartBeatExecutorService as daemon thread (#121) - posted by ro...@apache.org on 2022/08/03 15:27:28 UTC, 0 replies.
- [incubator-uniffle] branch master updated (fd8ccdd -> 3f8826a) - posted by ro...@apache.org on 2022/08/05 05:59:24 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT]Make the conf of rss.storage.basePath as list (#130) - posted by ro...@apache.org on 2022/08/05 11:25:49 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT][STORAGE] Fix storage module code style (#131) - posted by ro...@apache.org on 2022/08/05 15:11:25 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-127][IMPROVEMENT] Add timeout reconnection when DelegationRssShuffleManager send the request of AccessCluster (#139) - posted by ro...@apache.org on 2022/08/08 06:04:59 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR] Fix flaky test testGetHostIp (#141) - posted by ro...@apache.org on 2022/08/08 08:35:10 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [Improvement] Add the number of unhealthy nodes in CoordinatorMetrics (#147) - posted by ro...@apache.org on 2022/08/09 15:21:06 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-48][FEATURE] Add Uniffle Dockerfile (#132) - posted by ro...@apache.org on 2022/08/10 02:03:34 UTC, 0 replies.
- [incubator-uniffle] branch master updated (18663edb -> b3c07529) - posted by ro...@apache.org on 2022/08/10 03:08:52 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT] Output the registering/lost/exclude nodes in log (#148) - posted by ro...@apache.org on 2022/08/10 09:22:07 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR] Tagged spark hadoop version in release package (#149) - posted by ro...@apache.org on 2022/08/10 09:37:35 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [DOC] Migrate the coordinator doc from README to docs page (#153) - posted by ro...@apache.org on 2022/08/11 03:48:47 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][DOC] Remove spaces when reading file of excluded nodes (#155) - posted by ro...@apache.org on 2022/08/11 10:56:25 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR][IMPROVEMENT] Filter null value when selecting remote storage in ApplicationManager (#156) - posted by ro...@apache.org on 2022/08/12 11:06:19 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [MINOR] Introduce more grpc server metrics (#150) - posted by ro...@apache.org on 2022/08/17 10:32:41 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [Improvement] Introduce a new class ShuffleTaskInfo (#158) - posted by ro...@apache.org on 2022/08/18 07:30:02 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-76] Disallow sendShuffleData if requireBufferId expired (#159) - posted by ro...@apache.org on 2022/08/19 06:30:59 UTC, 0 replies.
- [incubator-uniffle] branch master updated: Support storing shuffle data to secured dfs cluster (#53) - posted by ro...@apache.org on 2022/08/19 12:59:56 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [FOLLOWUP] Delete hdfs shuffle data files using proxy user (#170) - posted by ro...@apache.org on 2022/08/22 02:37:18 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-48][FEATURE]: Init Operator Directory (#161) - posted by ro...@apache.org on 2022/08/22 03:16:43 UTC, 0 replies.
- [incubator-uniffle] branch master updated: PID file name should contain program name (#165) - posted by ro...@apache.org on 2022/08/22 06:08:15 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [BUGFIX] Fix resource leak when shuffle read (#174) - posted by ro...@apache.org on 2022/08/22 09:04:33 UTC, 0 replies.
- [incubator-uniffle] branch master updated (df4163fd -> 6cbd9b7b) - posted by ro...@apache.org on 2022/08/22 11:54:43 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [Improvement] Should match from pathToStorages when appId does not exist in appIdToStorages (#168) - posted by ro...@apache.org on 2022/08/22 12:11:10 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-173][FOLLOWUP] The size of single buffer flush should reach rss.server.flush.cold.storage.threshold.size (#178) - posted by ro...@apache.org on 2022/08/22 14:19:33 UTC, 0 replies.
- [incubator-uniffle] branch revert-178-follow_issue_173 created (now eecf9a27) - posted by ro...@apache.org on 2022/08/22 15:30:25 UTC, 0 replies.
- [incubator-uniffle] 01/01: Revert "[ISSUE-173][FOLLOWUP] The size of single buffer flush should reach rss.server.flush.cold.storage.threshold.size (#178)" - posted by ro...@apache.org on 2022/08/22 15:30:26 UTC, 0 replies.
- [incubator-uniffle] branch master updated: Revert "[ISSUE-173][FOLLOWUP] The size of single buffer flush should reach rss.server.flush.cold.storage.threshold.size (#178)" (#179) - posted by ro...@apache.org on 2022/08/22 15:34:27 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-173][FOLLOWUP] The size of single buffer flush should reach rss.server.flush.cold.storage.threshold.size (#180) - posted by ro...@apache.org on 2022/08/23 03:10:06 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [FOLLOWUP] Store app user in shuffleTaskInfo (#181) - posted by ro...@apache.org on 2022/08/23 06:28:46 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-123] Fix all test code style (#185) - posted by ro...@apache.org on 2022/08/24 02:46:34 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [ISSUE-48][FEATURE][FOLLOW UP] Add RemoteShuffleService CRD (#175) - posted by ro...@apache.org on 2022/08/25 11:47:14 UTC, 0 replies.
- [incubator-uniffle-website] branch master created (now d7af0cf) - posted by js...@apache.org on 2022/08/26 03:43:54 UTC, 0 replies.
- [incubator-uniffle-website] 01/01: first commit - posted by js...@apache.org on 2022/08/26 03:43:55 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [FOLLOWUP] Add the conf of rss.security.hadoop.krb5-conf.file (#184) - posted by ro...@apache.org on 2022/08/26 09:34:48 UTC, 0 replies.
- [incubator-uniffle] branch master updated: Fix flaky test about kerberos (#191) - posted by ro...@apache.org on 2022/08/29 04:00:26 UTC, 0 replies.
- [incubator-uniffle] branch master updated: [Improvement] Add optional environment variables (#187) - posted by ro...@apache.org on 2022/08/29 04:01:43 UTC, 0 replies.
- [incubator-uniffle-website] branch master updated: Supporting website features (#1) - posted by ro...@apache.org on 2022/08/30 02:11:09 UTC, 0 replies.
- Error while running notifications feature from .asf.yaml in incubator-uniffle-website! - posted by Apache Infrastructure <us...@infra.apache.org> on 2022/08/30 02:11:12 UTC, 1 replies.
- [incubator-uniffle-website] branch master updated: Add the deploy workflow (#2) - posted by ro...@apache.org on 2022/08/30 03:16:32 UTC, 0 replies.
- [incubator-uniffle-website] branch asf-site created (now c3869d7) - posted by gi...@apache.org on 2022/08/30 03:18:52 UTC, 0 replies.
- [incubator-uniffle-website] 01/01: deploy: cd1fd6c978b816708614c96dffa5ac21c590d0a8 - posted by gi...@apache.org on 2022/08/30 03:18:53 UTC, 0 replies.
- [incubator-uniffle-website] branch master updated: Modify the wrong mail list (#3) - posted by ro...@apache.org on 2022/08/30 03:24:16 UTC, 0 replies.
- [incubator-uniffle-website] branch asf-site updated (c3869d7 -> 4c3e2d2) - posted by gi...@apache.org on 2022/08/30 03:25:59 UTC, 0 replies.
- [incubator-uniffle-website] 01/01: deploy: 3fb3bda68c39171c7b41ded4a5b9b95212009878 - posted by gi...@apache.org on 2022/08/30 03:26:00 UTC, 0 replies.
- [incubator-uniffle] branch master updated: Fix some bad practices reported by spotbugs (#177) - posted by ro...@apache.org on 2022/08/30 03:43:15 UTC, 0 replies.