Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cubefs/cubefs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cubefs/cubefs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: blobstore-develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 20, 2025

  1. refactor(blobstore): reuse stream mempool and lazy init in access

    * blobstore/sdk/sdk_client.go: sdkHandler now reuses the memory pool from
      the underlying stream handler instead of relying on a separate init()
    * blobstore/api/access/client.go: Delay memory pool allocation until
      New() is called, removing the forced init() allocation
    
    close #3918
    
    @Formatter:off
    
    Signed-off-by: yanghonggang <[email protected]>
    Signed-off-by: zhangjianwei2 <[email protected]>
    yanghonggang authored and sejust committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    714a9cc View commit details
    Browse the repository at this point in the history
  2. feat(blobstore): supports mounting meta directories separately for ea…

    …ch disk
    
    Signed-off-by: yuzhiqiang <[email protected]>
    yujrchyang authored and sejust committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    5f22867 View commit details
    Browse the repository at this point in the history
  3. feat(bssdk): support specify code_mode and cluster_id for access sdk …

    …put api
    
    fixes: #3954
    
    Signed-off-by: zhangjianwei2 <[email protected]>
    zhangjianwei2 authored and sejust committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    ffd51cd View commit details
    Browse the repository at this point in the history
Loading