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

kv/MemDB: fix wrong output target and add sanity checks #10358

Merged
merged 4 commits into from Jul 26, 2016

Commits on Jul 20, 2016

  1. kv/MemDB: fix wrong output stream of error message

    The origin logic choose the wrong target and has no effect.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 20, 2016
    Copy the full SHA
    3c3b78f View commit details
    Browse the repository at this point in the history
  2. kv/MemDB: assert to confirm that we don't access violation or underflow

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 20, 2016
    Copy the full SHA
    a16ba7d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. kv/MemDB: fill in statfs directly

    Which is faster.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 23, 2016
    Copy the full SHA
    c421875 View commit details
    Browse the repository at this point in the history
  2. osd: fix typo in comment of store_statfs_t

    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Jul 23, 2016
    Copy the full SHA
    0d4672a View commit details
    Browse the repository at this point in the history