Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Added byteBuffer based APIs to support zerocopy calls for distributed… #4

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

Conversation

arvindkandhare
Copy link
Contributor

…log.

Please review and merge these two changes together

…log.

Please review and merge these two changes together
@sijie
Copy link
Contributor

sijie commented Jul 12, 2016

sorry for late response. it looks good.

void update(byte[] data) {
update(data, 0, data.length);
}
/*void update(ByteBuffer data) {
Copy link
Contributor

Choose a reason for hiding this comment

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

can you just remove these lines rather than just commented out them?

@sijie
Copy link
Contributor

sijie commented Sep 11, 2016

@arvindkandhare some minor comments otherwise they look good to me

@sijie sijie force-pushed the master branch 2 times, most recently from e430e6e to 91c85ab Compare March 17, 2017 21:13
arvindkandhare pushed a commit to arvindkandhare/bookkeeper that referenced this pull request Mar 17, 2017
Utility for creating well-formed pull request merges and pushing them to Apache. A modified version based on Spark project (https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py)

Author: Sijie Guo <[email protected]>

Reviewers: Matteo Merli <[email protected]>

Closes twitter-archive#4 from sijie/sijie/BOOKKEEPER-885
@sijie
Copy link
Contributor

sijie commented Apr 3, 2017

@arvindkandhare are you porting this change to apache? if not, I can help you on this one.

@arvindkandhare
Copy link
Contributor Author

@sijie I have some time this week. I can get started on this. I will update this PR as well as create a new one for apache version. Will get back if I have any issues.

@sijie
Copy link
Contributor

sijie commented Apr 3, 2017

thank you @arvindkandhare

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants