Fluss 0.7 Release Announcement#1137
Merged
Merged
Conversation
MehulBatra
reviewed
Jun 17, 2025
MehulBatra
reviewed
Jun 17, 2025
MehulBatra
reviewed
Jun 17, 2025
MehulBatra
reviewed
Jun 17, 2025
| * **Online/Offline Node Optimization:** Refactored the ISR (In-Sync Replica) update mechanism and replica synchronization logic and enhanced idempotency guarantees. This significantly improves system stability and reduces the risk of data loss during node failures. | ||
| * **Server Metadata Caching:** Introduced a consistent metadata caching layer on the server side. Clients now fetch metadata from the local server cache instead of ZooKeeper, significantly reducing request latency and pressure on ZooKeeper. | ||
| * **Server Rack-Aware Support:** During replica assignment, the system automatically avoids placing multiple replicas within the same "rack", thereby significantly improving fault tolerance and high availability. This feature is especially beneficial in multi-AZ deployments and large-scale data center disaster recovery scenarios. | ||
| * **Accelerated Table Creation:** Leveraged batched metadata updates to reduce table initialization time. For example, the time for a table creation with 1024 buckets was reduced from **minutes** to **milliseconds**. |
Contributor
There was a problem hiding this comment.
Specific numbers would be more credible. How time have we reduced? Not a mandate, just a suggestion.
MehulBatra
reviewed
Jun 17, 2025
MehulBatra
reviewed
Jun 17, 2025
MehulBatra
reviewed
Jun 17, 2025
Contributor
wuchong
approved these changes
Jun 17, 2025
Member
wuchong
left a comment
There was a problem hiding this comment.
I added some modification to the release blog.
- moved to the release folder
- added truncate section
- removed some unnecessary bolds to make the key highlights more visible.
- updated the perf pictures with higher resolution.
Member
|
I also agree with @MehulBatra 's review comments. |
Contributor
Author
|
comments addressed |
Member
|
@polyzos @MehulBatra I added a diagram for the new lake tiering service arch for better understanding the new execution mode |
ZmmBigdata
pushed a commit
to ZmmBigdata/fluss
that referenced
this pull request
Jun 20, 2025
polyzos
added a commit
to polyzos/fluss
that referenced
this pull request
Aug 30, 2025
polyzos
added a commit
to HZY-Wade/fluss
that referenced
this pull request
Aug 31, 2025
Ugbot
pushed a commit
to Ugbot/fluss
that referenced
this pull request
Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.