commits
Thread
Date
Earlier messages
Messages by Date
2026/03/05
(uniffle) branch master updated: [#2601][FOLLOWUP] fix(spark): Release segmentPermits before buffer getting to avoid deadlock in decompression worker (#2737)
zuston
2026/03/05
(uniffle) branch master updated: fix(spark): Correct shuffle read time metrics in spark UI tab (#2736)
zuston
2026/03/01
(uniffle) branch master updated: [#2716] feat(spark): Introduce option of max segments decompression to control memory usage (#2735)
zuston
2026/03/01
(uniffle) branch master updated: [#2730] improvement(common): Use built-in `CompositeFileRegion` and remove unnecessary `deallocate` method (#2731)
zuston
2026/02/27
(uniffle) branch master updated: [#2733] fix(spark): Calculate total value for `ShuffleReadTimesSummary` (#2734)
zuston
2026/02/11
(uniffle) branch master updated: [#2725] fix(spark)(partition-split): Add fallback under load-balance mode and fix stale assignment missing callback that caused timeout (#2729)
zuston
2026/02/11
(uniffle) branch master updated: [#2724] refactor(spark): Introduce `ReassignExecutor` to simplify shuffle writer logic (#2727)
zuston
2026/02/11
(uniffle) branch master updated: chore(spark): Remove logs of successful heartbeat (#2728)
zuston
2026/02/10
(uniffle) branch master updated: [#2725] feat(spark): Introduce optional fast-switch and ignore retry-count checking for stale assignment (#2726)
zuston
2026/01/30
(uniffle) branch master updated: [#2718] feat(spark): Eliminate copy in WriterBuffer when compression off for Gluten (#2720)
zuston
2026/01/28
(uniffle) branch master updated: [#2714] feat(spark): Respect compression type when activating overlapping compression mechanism (#2715)
zuston
2026/01/27
(uniffle) branch master updated: [#2716] feat(client): More overlapping decompression stats to log (#2717)
zuston
2026/01/20
(uniffle) branch master updated: feat(doc): Update spark related performance guide in doc (#2713)
zuston
2026/01/14
(uniffle) branch master updated: [#2711] fix(spark): Race condition on deferred compressed block initialization (#2712)
zuston
2026/01/12
(uniffle) branch master updated: [#2707] fix(server): Catch up on any failures in `calcTopNShuffleDataSize` (#2708)
zuston
2026/01/12
(uniffle) branch master updated: [#2709] fix(spark): Fix serialization error in Spark History UI (#2710)
zuston
2026/01/08
(uniffle) branch master updated: [#2705] fix(spark): Use read-write lock for `MutableShuffleHandleInfo` to avoid global locking (#2706)
zuston
2025/12/29
(uniffle) branch master updated: [#2674] improvement(client): use ack val to check the block send result (#2703)
xianjingfeng
2025/12/23
(uniffle) branch master updated: [#2701] fix(server): release the memory of duplicate blocks (#2702)
xianjingfeng
2025/12/17
(uniffle) branch master updated: [#2697] refactor(spark): Involve related writer stats info into ShuffleWriteTaskStats (#2698)
zuston
2025/12/15
(uniffle) branch master updated: [#2686] fix(client): Prefetch should be finished once shuffle result is empty or null (#2696)
zuston
2025/12/09
(uniffle) branch master updated: chore: Fix grammar in RssException message (#2695)
zuston
2025/12/09
(uniffle) branch master updated: [#2691] feat(client): Introduce the `HARD_SPLIT_FROM_SERVER` response status code (#2694)
zuston
2025/12/05
(uniffle) branch master updated: chore: Update lz4 to address CVE-2025-12183 (#2693)
zuston
2025/12/02
(uniffle) branch master updated: [#2672] fix(server): NPE in PartitionedShuffleBlockIdManager (#2690)
zuston
2025/12/02
(uniffle) branch master updated: [#2675] test(spark)(followup): Add tests for Roaring64NavigableMap optimization in checkSentBlockCount (#2692)
zuston
2025/11/30
(uniffle) branch master updated: [#1603] feat(spark): Disable dataPusher initialization for Spark Driver (#2688)
zuston
2025/11/30
(uniffle) branch master updated: [#2675] improvement(spark): Optimize `checkSentBlockCount` by using Roaring64NavigableMap (#2687)
zuston
2025/11/30
(uniffle) branch master updated: [#2684] fix: Infinite memory data reading due to duplicate blockId (#2685)
zuston
2025/11/23
(uniffle) branch master updated: [#2679] fix(spark): Potential data mismatch on overlapping decompression (#2680)
zuston
2025/11/21
(uniffle) branch master updated: [#2682] feat(spark): Make shuffleWriteTaskStats visible about integrity validation for Gluten (#2683)
zuston
2025/11/20
(uniffle) branch master updated: [#2673] feat(spark)(part-2): Merge partition stats for partition split on integrity validation (#2681)
zuston
2025/11/18
(uniffle) branch master updated: improvement(spark): Move the reassign info logs to DEBUG to cut down on noise (#2677)
zuston
2025/11/13
(uniffle) branch master updated: [#2673] feat(spark)(part-1): Add client-side support for storing partition stats on shuffle servers (#2669)
zuston
2025/11/13
(uniffle) branch master updated: [#2665] feat(spark): Reconstruct the shuffle handle from initial spark handle it haven't bee updated (#2667)
zuston
2025/11/13
(uniffle) branch master updated: feat(spark): Show shuffle failures into spark UI (#2668)
zuston
2025/11/10
(uniffle) branch master updated: [#2648] fix(spark): Incorrect fetched bytes metric when overlapping decompression is enabled (#2650)
zuston
2025/11/06
(uniffle) branch master updated: [#2652] feat(spark): Add compression for task write stats (#2666)
zuston
2025/11/05
(uniffle) branch master updated: feat(spark): Make integrity validation disabled by default (#2664)
zuston
2025/11/04
(uniffle) branch master updated: [#2649] feat(spark): Introduce timeout mechanism when getting the decompressing data (#2651)
zuston
2025/11/03
(uniffle) branch master updated: refactor: Enhance spark client logs (#2662)
zuston
2025/11/02
(uniffle) branch master updated: [#2652] feat(spark): Add detailed integrity validation failure analysis (#2657)
zuston
2025/11/02
(uniffle) branch master updated: [#2654] fix(spark): NPE on adding data into overlapping decompression worker (#2661)
zuston
2025/11/02
(uniffle) branch master updated: improvement(spark): Simplify client output logs for writer/reader (#2660)
zuston
2025/10/29
(uniffle) branch master updated: chore: fix typo in `applicationpage.js` (#2656)
roryqi
2025/10/28
(uniffle) branch master updated: [#2652] feat(spark): Introduce partition records number check to ensure data consistency (#2653)
zuston
2025/10/22
(uniffle) branch master updated: fix(spark): decompression time is always 0 when overlapping decompression is enabled (#2647)
zuston
2025/10/20
(uniffle) branch master updated: [#2517] fix(client): IllegalReferenceCountException about ShuffleBlockInfo (#2638)
zuston
2025/10/20
(uniffle) branch master updated: [#2644] feat(spark): Involve shuffle failure into the event logs (#2645)
zuston
2025/10/18
(uniffle) branch master updated: [#2614] improvement(client): Add test case for Incorrect header length for getLocalShuffleDataV3 (#2617)
zuston
2025/10/18
(uniffle) branch master updated: [#2494] feat(spark): Involve background overlapping decompress time in spark UI (#2639)
zuston
2025/10/17
(uniffle) branch master updated: improvement(spark): Always reset decompression buffer with explicit position and limit (#2634)
zuston
2025/10/17
(uniffle) branch master updated: [#2636] feat(spark): Cache shuffle handle info for reader to reduce RPC cost when partition reassign is enabled (#2637)
zuston
2025/10/14
(uniffle) branch master updated: chore: Add the space for ComposedClientReadHandler log (#2643)
zuston
2025/10/14
(uniffle) branch master updated: [#2640] feat(spark): Involve background prefetch time in spark UI (#2641)
zuston
2025/09/26
(uniffle) branch master updated: [#2631] fix(server): Potential data loss due to the shuffle result report retry (#2632)
zuston
2025/09/26
(uniffle) branch master updated: [#2494] feat(spark): Add more statistics about overlapping decompression (#2633)
zuston
2025/09/25
svn commit: r79533 - dev/uniffle/0.10.0-rc1 release/uniffle/0.10.0-rc1
zuston
2025/09/25
svn commit: r79534 - in release/uniffle: 0.10.0 0.10.0-rc1
zuston
2025/09/25
(uniffle-website) branch asf-site updated (4ce69f6 -> 4deca09)
github-bot
2025/09/25
(uniffle-website) branch master updated: Update release 0.10.0 download link
zuston
2025/09/25
(uniffle) tag v0.10.0 created (now 2df9eebed)
zuston
2025/09/25
svn commit: r79536 - release/uniffle
zuston
2025/09/25
svn commit: r79535 - release/uniffle
zuston
2025/09/24
(uniffle) branch master updated: [#2592] fix(spark): Skip failure when reporting shuffle write metrics to driver (#2629)
zuston
2025/09/24
(uniffle) branch master updated: [#2626] feat(spark): Respect rss.client.rpc.maxAttempts in ShuffleManagerClient (#2627)
zuston
2025/09/22
(uniffle) branch master updated: [#2618] fix(spark): Invalid reassign status show in spark UI tab (#2620)
zuston
2025/09/20
(uniffle) 09/11: [#2306] improvement: Remove repeated notice information (#2311)
roryqi
2025/09/20
(uniffle) branch branch-0.10.bak created (now 3cab5a8a0)
roryqi
2025/09/20
(uniffle) 04/11: [#2292] fix(server): Potential hang when HadoopShuffleWriteHandler initialization failure in PooledHadoopShuffleWriteHandler (#2293)
roryqi
2025/09/20
(uniffle) 05/11: [#2298] fix(server): Correct the metric of grpc_get_local_shuffle_data_process_latency (#2299)
roryqi
2025/09/20
(uniffle) 11/11: [#2307] license: Add left jars with Apache license (#2310)
roryqi
2025/09/20
(uniffle-website) branch asf-site updated (4515250 -> 4ce69f6)
github-bot
2025/09/19
(uniffle) branch master updated: [#2591] fix(client): Missing task_id propagation in getLocalShuffleDataV3 (#2605)
zuston
2025/09/19
(uniffle) 03/11: [#2290] docker: Fix the build of Centos image (#2291)
roryqi
2025/09/19
(uniffle) branch master updated: [#2622] fix(spark): Make shuffleServerInfo comparable on updatePartitionSplitAssignment (#2623)
zuston
2025/09/19
(uniffle-website) branch master updated: remove the incubator tag in footer
zuston
2025/09/18
(uniffle-website) branch master updated: add the 0.10.0 release note
zuston
2025/09/18
(uniffle) branch master updated: [#2619] fix(spark): NPE in ShuffleReadTimes.merge (#2621)
zuston
2025/09/18
(uniffle-website) branch asf-site updated (a3670f1 -> 4515250)
github-bot
2025/09/18
(uniffle) branch branch-0.10 updated (37004c9a4 -> 2df9eebed)
zuston
2025/09/18
svn commit: r79398 - dev/uniffle/0.10.0-rc1
zuston
2025/09/18
(uniffle) 06/11: [#2188] fix(client): Fixup timeoutMs for executeTasks in ShuffleWriteClientImpl#sendAppHeartbeat (#2189)
roryqi
2025/09/18
(uniffle) 01/11: Fix ConcurrentModifiedException while use TestAppender
roryqi
2025/09/18
(uniffle) 07/11: [#2298] fix(server): followup to correct the metric of grpc_get_local_shuffle_index_process_latency (#2302)
roryqi
2025/09/18
(uniffle) 08/11: [#2304] improvement: Update the year of NOTICE (#2313)
roryqi
2025/09/18
(uniffle) branch master updated: fix: Remove incubator to correct uniffle svn url (#2625)
roryqi
2025/09/18
(uniffle) 02/11: [#2282] fix(spark3): Invoke with object self in DelegationRssShuffleManager (#2283)
roryqi
2025/09/18
(uniffle) 10/11: [MINOR] docs: Fix the license format of remote_merge_guide.md (#2314)
roryqi
2025/09/18
(uniffle) branch master updated: Revert "Remove protected branch (#2615)" (#2624)
roryqi
2025/09/17
(uniffle) branch zuston-patch-2 created (now 8695b8210)
zuston
2025/09/17
(uniffle) 01/01: fix: Remove incubator to correct uniffle svn url
zuston
2025/09/17
(uniffle) 01/01: Bump version to 0.10.0
zuston
2025/09/17
(uniffle) tag v0.10.0-rc1 created (now 2df9eebed)
zuston
2025/09/17
svn commit: r79383 - release/uniffle
zuston
2025/09/17
svn commit: r79382 - dev/uniffle
zuston
2025/09/17
(uniffle) branch branch-0.10 updated (3cab5a8a0 -> 37004c9a4)
zuston
2025/09/17
(uniffle) 01/01: Revert "Remove protected branch (#2615)"
zuston
2025/09/17
(uniffle) branch revert-2615-minor_asf created (now d4eefda59)
zuston
2025/09/17
(uniffle) 01/01: Revert "[MINOR] Bump version to 0.11.0-SNAPSHOT (#2249)"
zuston
2025/09/17
(uniffle) branch master updated: Remove protected branch (#2615)
roryqi
2025/09/17
(uniffle) branch master updated: Just a minor
roryqi
2025/09/15
(uniffle) branch master updated: [#2599] fix(spark): Fix bug the incorrect shuffle read metric for spark (#2600)
zuston
2025/09/15
(uniffle) branch master updated: [#2606] feat(mr): Add safety switch for map-stage combiner (#2607)
zuston
2025/09/15
(uniffle) branch master updated: [#2609] feat(spark): Expose `checkDataIfAnyFailure` method so that Gluten can invoke it to trigger reassign ASSP (#2610)
zuston
2025/09/11
(uniffle) branch master updated: [#2591] fix(client): Incorrect header length for getLocalShuffleDataV3 (#2604)
zuston
2025/09/09
(uniffle) branch master updated: [#2591] feat(client): Introduce the mechanism to report localfile read plan (#2603)
zuston
2025/09/05
(uniffle) branch master updated (2a32171b9 -> 1e48bc673)
zuston
2025/09/04
(uniffle) branch master updated: [#2569] feat(spark): Add statistic of shuffle read times (#2598)
zuston
2025/08/26
(uniffle) branch master updated: [#2592] fix(spark): Ignore failure when reporting shuffle read metrics to driver (#2593)
zuston
2025/08/25
(uniffle) branch master updated: [#2575] fix(spark): Fix java.lang.IndexOutOfBoundsException: len is negative (#2589)
zuston
2025/08/24
(uniffle) branch master updated: [#2494] feat(spark): Enable overlapping compression by default (#2588)
zuston
2025/08/21
(uniffle) branch master updated: [#2586] fix(spark): Support writer switching servers on partition split with LOAD_BALANCE mode without reassign (#2587)
zuston
2025/08/18
(uniffle) branch master updated: [#2583] fix(spark): Enable taskIds filter only on AQE and multi replicas for reader (#2584)
zuston
2025/08/18
(uniffle) branch master updated: [#2568] feat(spark): Use space-efficient protobuf for `MutableShuffleHandleInfo` to reduce RPC memory overhead (#2578)
zuston
2025/08/18
(uniffle) branch master updated: [#2527] docs: Add some docs for LAB (#2585)
xianjingfeng
2025/08/18
(uniffle-website) branch asf-site updated (19cfe4a -> a3670f1)
github-bot
2025/08/18
(uniffle-website) branch master updated: fix typo config name (#92)
xianjingfeng
2025/08/17
(uniffle) branch master updated: [#2579] fix(spark): Correct partition length for overlapping compression (#2580)
zuston
2025/08/13
(uniffle) branch master updated: [#2581] fix(spark): Use `SparkContext.getActive` instead of `getOrCreate` to align with method semantics (#2582)
zuston
2025/08/11
(uniffle) branch master updated: [#2576] fix: Warm up java version var to eliminate lock on creating concurrent hashmap (#2577)
zuston
2025/08/05
(uniffle) branch master updated: [#2571] fix(client): Race condition when adding shuffle servers (#2574)
zuston
2025/08/03
(uniffle) branch master updated: [MINOR] chore(CI): bump dorny/paths-filter from v3.0.2 to de90cc6fb38fc0963ad72b210f1f284cd68cea36 (#2570)
roryqi
2025/08/03
(uniffle) branch master updated: [#2558] improvement(server): Limit the max flush event count for a single buffer (#2562)
xianjingfeng
2025/08/03
(uniffle) branch master updated: [#2525][FOLLOWUP] fix(server): remove metric `buffer_block_size` (#2567)
xianjingfeng
2025/07/30
(uniffle) branch master updated: [#2563] improvement(spark): Add more logs of shuffle write on reassignment failure (#2564)
zuston
2025/07/28
(uniffle) branch master updated: [#2549] fix(spark): Invalid remote storage configuration was propagated during application registration (#2550)
zuston
2025/07/28
(uniffle) branch master updated: [#2560] improvement(client): Fast fail on hadoop reader initialization failure (#2551)
zuston
2025/07/28
(uniffle) branch master updated: [MINOR] improvement(client): Shorten log for multi replica client reader (#2561)
zuston
2025/07/27
(uniffle) branch master updated (850db71f1 -> a5086b305)
xianjingfeng
2025/07/27
(uniffle) branch master updated: [MINOR] improvement(client): Simplify logging of heartbeat failures (#2559)
xianjingfeng
2025/07/25
(uniffle) branch master updated: [#2492][FOLLOWUP] improvement: change the default value of chunkPoolCapacityRatio (#2554)
xianjingfeng
2025/07/25
(uniffle) branch master updated: [#2539] fix(spark): NPE in DataPusher when sendShuffleData fails (#2556)
zuston
2025/07/24
(uniffle) branch master updated: [#2525] improvement(server): add some metrics for LAB (#2553)
xianjingfeng
2025/07/23
(uniffle) branch master updated: [#2544] fix(client): NPE about StatisticsCodec (#2547)
zuston
2025/07/23
(uniffle) branch master updated: [#2533] fix(client): NPE on rendering spark UI tab (#2552)
zuston
2025/07/23
(uniffle) branch master updated: [#2545] feat: Align with spark executor cores on overlapping compression (#2548)
zuston
2025/07/18
(uniffle) branch dependabot/go_modules/deploy/kubernetes/operator/golang.org/x/oauth2-0.27.0 created (now 7c2db39aa)
github-bot
2025/07/09
(uniffle) branch master updated: [#2536] feat(spark): Controllable concurrency for overlapping compression (#2541)
zuston
2025/07/08
(uniffle) branch master updated: [#2540] feat(spark): Show compression ratio into spark UI tab (#2542)
zuston
2025/07/08
(uniffle) branch master updated: [#2537] feat(spark): Introduce option to activate small cache in grpc server (#2538)
zuston
2025/07/02
(uniffle) branch master updated: [#2494] feat(spark): Overlapping compression to avoid block shuffle writing (#2511)
zuston
2025/07/01
(uniffle) branch master updated: [#2526] improvement: Reset the chunkID if it overflow (#2531)
xianjingfeng
2025/06/29
(uniffle) branch master updated: [#2496] improvement(server): Use tryLock instead of synchronized on buffer flushing (#2524)
xianjingfeng
2025/06/27
(uniffle) branch master updated: [#2529] fix(spark3): Incorrect clientInfo without nettyPort if netty is enabled (#2530)
zuston
2025/06/27
(uniffle) branch master updated: [#2494] feat(client): Introduce codec statistics to measure de/compression performance (#2528)
zuston
2025/06/26
(uniffle) branch master updated: [#2496] improvement(server): Improve the performance of flushing single buffer (#2523)
xianjingfeng
2025/06/25
(uniffle) branch master updated: [#2520] fix(spark3): Shuffle write total duration is incorrectly accumulated in event log (#2521)
zuston
2025/06/25
(uniffle) branch master updated: [#2503] fix(spark): Skip reassignment number check on partition split (#2504)
yl09099
2025/06/24
(uniffle) branch master updated: [#2502] feat(spark3): Fast fail for those stale assign blocks for partition reassign (#2516)
zuston
2025/06/24
(uniffle) branch master updated: [#2514] fix(spark3): Invalid decimal value conversion on spark UI rendering (#2515)
zuston
2025/06/23
(uniffle) branch master updated (a69930dee -> 907e6252c)
zuston
2025/06/18
(uniffle) branch master updated: [#2506] feat(spark3): Introduce option to enable reorder multi servers for reader (#2507)
zuston
2025/06/18
(uniffle) branch master updated: [#2460] fix(spark3): Record require buffer failure number every time (#2505)
zuston
2025/06/16
(uniffle) branch master updated: [#2460] feat(spark3): Add reassign info into UI tab (#2501)
zuston
2025/06/12
(uniffle) branch master updated: [#2460] feat(spark3): Add client/uniffle different observed shuffle speed (#2500)
zuston
2025/06/12
(uniffle) branch master updated: feat(client): Log show the bytes length for each data RPC
zuston
2025/06/12
(uniffle) branch master updated: [#2460] feat(spark3): Add fine-grained shuffle write times with different parts (#2498)
zuston
2025/06/11
(uniffle) branch master updated: [#1727] feat(server): Introduce local allocation buffer to store blocks in memory (#2492)
roryqi
2025/06/10
(uniffle) branch master updated: [#2495] feat(server): Add an option to disable flush buffer when caching data (#2497)
zuston
2025/05/27
(uniffle) branch master updated: [#2490] feat(spark): Display memory usage of all consumers under low-memory conditions (#2491)
roryqi
2025/05/20
(uniffle) branch master updated: [#2487] fix(spark3): Fix NPE in UniffleListener (#2488)
zuston
2025/05/16
(uniffle) branch master updated: [#2485] fix(Client): NPE in `CoordinatorGrpcRetryableClient.getShuffleAssignments` (#2486)
zuston
2025/05/16
(uniffle) branch master updated: [#2483] fix(spark): Avoid `NoSuchElementException` error in data pusher (#2484)
zuston
2025/05/13
(uniffle) branch master updated: [#2460] feat(spark3): Tracking failure of pushing data for spark UI (#2481)
zuston
2025/05/09
(uniffle) branch master updated: [MINOR] improvement(remote merge): print log when merge failed (#2479)
xianjingfeng
2025/05/09
(uniffle) branch master updated (293d01b24 -> cc440dfe0)
zuston
2025/05/09
(uniffle) branch master updated: [#1745][FOLLOWUP] fix(client): exclude kryo when package spark shaded client (#2478)
xianjingfeng
2025/05/08
(uniffle) branch master updated: [#2369] fix(spark): Potential race condition on reading prefetch (#2475)
zuston
2025/04/29
(uniffle) branch master updated: [#2460] feat(spark)(part-4): Hybrid storage reading statistics (#2468)
zuston
2025/04/29
(uniffle) branch master updated: [#2454] improvement(server): Remove lock in ShuffleTaskManager#registerShuffle (#2456)
xianjingfeng
2025/04/28
(uniffle) branch master updated: [#2460] feat(spark)(part-3): Add support of read metrics report (#2465)
zuston
2025/04/28
(uniffle) branch master updated: [#2466] fix(server): Ignore appIdToInfos when serialize ServerNode (#2467)
zuston
2025/04/26
(uniffle) branch master updated: improvement(docker): Add dashboard to docker (#2463)
zuston
2025/04/26
(uniffle) branch master updated: [#2460] feat(spark)(part-2): Add support of history server plugin (#2464)
zuston
2025/04/24
(uniffle) branch master updated: [#2460] feat(spark)(part-1): Introducing spark uniffle ui for better observability (#2459)
zuston
2025/04/24
(uniffle) branch master updated: [Improvement] Clear the alarm log when starting the relevant service (#2453)
yl09099
2025/04/24
(uniffle) branch master updated: [MINOR] fix(docs): Fixing rss-env.sh directory (#2462)
xianjingfeng
2025/04/22
(uniffle) branch master updated: [#2457] feat(spark): Introducing shuffle-server data push statistics (#2458)
zuston
2025/04/22
(uniffle) branch master updated: [MINOR] fix(docs): Fixing formatting error (#2452)
zuston
2025/04/19
(uniffle) branch master updated: Fix: Use correct Field object for InputDescriptor className (#2445)
roryqi
2025/04/19
(uniffle) branch master updated: [MINOR] fix(docker): Fix hadoop version (#2447)
roryqi
2025/04/18
(uniffle) branch master updated (b43872f47 -> da71d06b6)
roryqi
2025/04/16
(uniffle) branch dependabot/go_modules/deploy/kubernetes/operator/golang.org/x/net-0.38.0 created (now f88a0d901)
github-bot
2025/04/16
(uniffle) branch master updated: [#2441] improvement(client): remove synchronized in ShuffleServerClientFactory#getShuffleServerClient (#2442)
xianjingfeng
2025/04/16
(uniffle) branch master updated: [#2428] fix(test): Fix flaky test for LocalStorageManagerTest#testGetLocalStorageInfo (#2430)
zhoubin
2025/04/15
(uniffle) branch master updated: [#493][FOLLOWUP] improvement: replace putIfAbsent to avoid performance loss (#2444)
roryqi
2025/04/11
(uniffle) branch master updated: fix(spark3): Reserve previous writer initialization way for gluten + uniffle (#2437)
yl09099
2025/04/10
(uniffle) branch master updated: [#2439] fix(test): remove shuffleServer from coordinators when it stops (#2440)
xianjingfeng
2025/04/10
(uniffle) branch master updated: [MINOR] fix(docs): Correct storage type in MR / TEZ documentation. (#2438)
zuston
2025/04/10
(uniffle) branch master updated: fix(test): Fix test about default storage type for DefaultStorageMediaProviderTest (#2419)
xianjingfeng
2025/04/09
(uniffle) branch master updated: [#1651] fix(netty): Set Netty as the default client type (#2422)
rickyma
2025/04/09
(uniffle) branch master updated: [#2082] fix: spark executor task error when reading shuffle data when using java open jdk11 (#2436)
roryqi
2025/04/09
(uniffle) branch master updated (fe447f243 -> 32187f8db)
xianjingfeng
2025/04/08
(uniffle) branch master updated: [MINOR] improvement: Fix logger classname in RssMergeManager (#2435)
zuston
2025/04/07
(uniffle) branch master updated: [MINOR] improvement(client): Detailed error message in ShuffleWriteClientImpl (#2433)
zhoubin
2025/04/05
(uniffle) branch rust deleted (was 5427cc173)
roryqi
2025/04/05
(uniffle) branch master updated: [#1651] fix(netty): Set Netty as the default server type (#2421)
rickyma
2025/04/05
(uniffle) branch master updated: [MINOR] Eliminate the usage of the shaded Guava Sets class (#2432)
rickyma
2025/04/05
(uniffle) branch master updated: [#2425][FOLLOWUP] fix: Fix spotless errors
rickyma
Earlier messages