Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bfs_status() SDK API,activate FSImpl::ChangeReplicaNum() #930

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2018

  1. SDK BUG FIX

    bug: bfs_change_replica_num()接口找不到定义
    原因:bfs_c.cc函数命名与bfs_c.h命名不一致
    apady committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    8b2f16a View commit details
    Browse the repository at this point in the history
  2. sdk bug fix

    bfs_change_replica_num()
    apady committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    b20cac1 View commit details
    Browse the repository at this point in the history
  3. Update bfs_c.cc

    apady committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    9a53b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Update bfs_c.cc

    apady committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    4e79773 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. 增加SDK API

    开放bfs_change_replica_num();
    增加bfs_status() API;
    apady committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    83cde50 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Update bfs_c.cc

    apady authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    ae00bdd View commit details
    Browse the repository at this point in the history
  2. update bfs_status()

    apady committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    6da8cd1 View commit details
    Browse the repository at this point in the history
  3. Imporove bfs_status()

    status 可能成为野指针
    apady committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    e66abdb View commit details
    Browse the repository at this point in the history