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

hdfs cleanup and compile test against CDH 4.4. #154

Merged
merged 3 commits into from
May 21, 2014
Merged

hdfs cleanup and compile test against CDH 4.4. #154

merged 3 commits into from
May 21, 2014

Conversation

mrsqueeze
Copy link

Fixes hdfs access for public hadoop distributions. Compiles and tested (using db_bench) on CDH 4.4.

virtual Status Fsync() {
//if (fsync(fd_) == -1) {
// return IOError("directory", errno);
// }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the comments here and in the destructor?

@igorcanadi
Copy link
Collaborator

This is great, thanks! I have couple of inline comments, but overall looks great.

Mike Orr added 2 commits May 21, 2014 07:50
@mrsqueeze
Copy link
Author

Igor - thanks for the feedback.

igorcanadi added a commit that referenced this pull request May 21, 2014
hdfs cleanup and compile test against CDH 4.4.
@igorcanadi igorcanadi merged commit 62d2b92 into facebook:master May 21, 2014
Nazgolze pushed a commit to Nazgolze/rocksdb-1 that referenced this pull request Sep 21, 2021
Little-Wallace added a commit to Little-Wallace/rocksdb that referenced this pull request Dec 9, 2021
* perform like normal pipelined write

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
BusyJay pushed a commit to BusyJay/rocksdb that referenced this pull request Jul 25, 2022
* add multibatch write into memtable (facebook#131)

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>

Support write multiple WriteBatch into RocksDB together. These WriteBatch will be assigned sequence number in order and pushed into queue. If a thread is waiting for some state, it could steal some job from work queue.

Signed-off-by: tabokie <xy.tao@outlook.com>

* Improve Multi Batch Write (facebook#154)

* perform like normal pipelined write

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* pass enable_multi_thread_write to BuildDBOptions (facebook#170)

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* Fix life time of `memtable_write_group` (facebook#171)

* fix life time of memtable_write_group

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* Commit pipeline when write a WriteBatch for linearizability (facebook#267)

* support commit pipeline

Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
Signed-off-by: tabokie <xy.tao@outlook.com>

* format

Signed-off-by: tabokie <xy.tao@outlook.com>

* remove useless code

Signed-off-by: tabokie <xy.tao@outlook.com>

Co-authored-by: Wallace <bupt2013211450@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants