-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[tablestore] Add binding for Alibaba Cloud's TableStore #1286
Conversation
HoboChen
commented
Mar 28, 2019
- TableStore is a NoSQL service provided by Alibaba Cloud. Link
- Code, Guide of Howto is provided.
@busbey hello, could you take a look at this pr? |
@stfeng2 hello? |
Will do. It'll be a bit as I'm loaded up at $dayjob at the moment. Could you squash your commits and make sure the commit message is something like "[TableStore] added TableStore binding"? |
Yes. I am here.
…On Mon, Apr 15, 2019 at 11:44 PM Hobo Chen ***@***.***> wrote:
@stfeng2 <https://github.com/stfeng2> hello?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1286 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcNU5ZyokIUZ5_ZBRgYudrP-8eNabHCLks5vhXFOgaJpZM4cPKvj>
.
|
done, @busbey |
hello?@busbey |
Hi! YCSB is a volunteer run project. Sometimes reviews take a while. The best way to get your stuff reviewed faster is to find an open PR that's still waiting for feedback and provide a review. |
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
tablestore/src/main/java/com/yahoo/ycsb/db/TableStoreClient.java
Outdated
Show resolved
Hide resolved
ace2822
to
fd20839
Compare
Hi, |
tablestore/src/main/java/com/yahoo/ycsb/db/tablestore/TableStoreClient.java
Show resolved
Hide resolved
As it is recommended to share one client in multi threads, and it is tricky to do the clean up (maintaining a ref count is needed); also, it is OK to let it go ( actually no harm if no client.shutdown() here). Also, I have resolved the variable not used issue. |
#1312 is now merged, so I restarted the Travis build. I'm not sure if it'll skip oracle jdk8 though since you haven't had a chance to rebase. if it does we can just merge since we know that jdk won't be used any more. |
Thanks for getting this done @HoboChen ! I'll ping you when the next release starts to make sure what we release still works as expected. |
* brianfrankcooper#1249 missed headers when moving things out of Client.java * brianfrankcooper#1242 missed header on a properties file is added * brianfrankcooper#1286 missed header on the new pom file
Thank you for your work! |