-
Notifications
You must be signed in to change notification settings - Fork 20
Add range and partition support on FoundationDB adapter for batch processing #48
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
Conversation
8a765be
to
8e44bc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @ruweih!
Using FoundationDB's async reads is a very nice idea. But actually, I don't really know where getSliceAsync
will be used in JanusGraph. Is it used at all?
src/main/java/org/janusgraph/diskstorage/foundationdb/FoundationDBKeyValueStore.java
Outdated
Show resolved
Hide resolved
src/main/java/org/janusgraph/diskstorage/foundationdb/FoundationDBTx.java
Outdated
Show resolved
Hide resolved
src/main/java/org/janusgraph/diskstorage/foundationdb/FoundationDBKeyValueStore.java
Show resolved
Hide resolved
|
@ruweih Regarding the CLA check, please fix your commits so that you sign them with your IBM email address instead of your Gmail address. Thanks. |
4049987
to
6bb9e66
Compare
@ruweih Thank you for the contribution! You have 4 commits in this PR and two of them are not signed properly. If you squash and sign you commit, EasyCLA will pass. Let me know if you have troubles squashing those commits and I will help |
How could we change the existing commits? |
Thanks. I used git desktop to merge from master, which for some reason does not signed it properly, how do I change the signature of those existing commits? |
6bb9e66
to
4b5d765
Compare
@ruweih There are different ways to do it. In you situation, you have some merge commits. You could use In some cases you know that you PR changes are good and you don't want to worry about past commits and resolve merge commits conflicts. If so, you can merge you branch into the target branch with a squash and then reset you feature branch from target branch, push it and then reset you local target branch from origin (or anything else to remove you squashed merge commit).
That said, you can use any other technique to squash your commits but make sure to sign them properly with Also, in case you have incorrect commit author name / email, you can fix it with: but make sure to also use the correct name / email for your commits in case you have a wrong email / name set in the repository.
|
…cessing Signed-off-by: Randy Hu <[email protected]>
4b5d765
to
e7d5678
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rngcntr Seems I don't have the write permission to merge it. Could you or someone else please merge the PR in your convenience if there is no more issue need to be addressed? |
@ruweih - |
Can somebody merge this, I am waiting for this fix for one year :-) |
@theZiki We need either another committer to approve the PR or wait another four days until we are good to go. |
I've also got my eyes on this one. :] Any chance we can get it merged shortly? Thanks! |
@davisdk Thanks for reminding me. Since there were no remarks by others, we can merge this PR now. |
No description provided.