Sean Busbey
57336c42a7
Merge pull request #792 from busbey/publish-0.10.0-release
...
[release] update README for 0.10.0 release.
2016-07-04 21:56:13 -05:00
Sean Busbey
9b907bc8d9
[release] update README for 0.10.0 release.
2016-07-04 20:58:28 -05:00
Sean Busbey
f6b161b6cc
[scripts, couchbase] deprecate the old 'couchbase' client in favor of 'couchbase2'.
2016-07-04 18:05:06 -05:00
Sean Busbey
8d359073b7
[scripts] Rados missing from properties file for new platform-specific scripts.
2016-07-04 16:55:32 -05:00
Sean Busbey
3502e5014e
Merge pull request #789 from couchbaselabs/couchbase2
...
[couchbase2] fix regressions introduced in latest changes
2016-07-04 10:56:44 -05:00
Michael Nitschinger
736f2f1c69
[couchbase2] fix field returning on decode.
...
this properly fixes #786 which has been reverted since it has some
side effects on other workloads and causes regressions.
2016-07-04 08:21:19 +02:00
Michael Nitschinger
dd043f8226
Revert "logical error in decode()"
...
This needs to be reverted because it breaks all the other codepaths since it
just doesn't return anything on read or scan.
This reverts commit 44660de713
.
2016-07-04 07:55:12 +02:00
Michael Nitschinger
275806bd7e
[couchbase] Fix regression on key selection for scan all.
...
This fixes a regression introduced by switching over to the raw
workload where the key looks different now. The code trims and
removes the " " so that only the proper key is passed for retrieval.
2016-07-04 07:23:49 +02:00
Sean Busbey
2c71287ecf
Merge pull request #788 from steffenfriedrich/patch-1
...
[core] solve issue with hdrhistogram+raw
2016-07-02 00:11:22 -05:00
Steffen Friedrich
b39f2882f4
Update Measurements.java
...
Solve issue with hdrhistogram+raw which had combined hdrhistogram with histogram
2016-07-01 15:31:53 +02:00
Sean Busbey
be6ba526ef
[couchbase2] logical error in decode() ( #786 )
...
[couchbase2] logical error in decode()
2016-06-30 09:36:44 -05:00
Windz
44660de713
logical error in decode()
...
When dataintegrity=true, no field values in passed to verifyRow() for verify and keep on getting error.
2016-06-30 11:59:18 +08:00
Sean Busbey
164b74c497
Merge pull request #785 from busbey/script-packaging-fix
...
[packaging] ensure new ycsb runner scripts are included in distribution tarballs.
2016-06-29 20:55:17 -05:00
Sean Busbey
79b42ad36c
[packaging] ensure new ycsb runner scripts are included in distribution tarballs.
2016-06-29 16:59:06 -05:00
Sean Busbey
8e46091149
Merge pull request #777 from cmatser/windowsfix
...
[scripts] Add mvn build if necessary for source checkout on windows. …
2016-06-28 09:05:33 -05:00
Sean Busbey
20101dddd0
Merge pull request #773 from couchbaselabs/master
...
[couchbase2] Update Java SDK version, query for workloade
2016-06-27 12:04:37 -05:00
Chrisjan Matser
24d5a11909
[scripts] Add mvn build if necessary for source checkout on windows. Plus a couple other fixups to make consistent with the linux script.
2016-06-23 22:43:32 -07:00
Sean Busbey
e34a258a16
Merge pull request #774 from danburkert/master
...
[kudu] Update Kudu binding to 0.9.0
2016-06-22 15:24:17 -05:00
Dan Burkert
c6ead6f0bd
Update Kudu binding to 0.9.0
2016-06-22 12:30:07 -07:00
Sean Busbey
68dd10c1b4
[version] update master to 0.11.0-SNAPSHOT.
2016-06-21 23:31:56 -05:00
Sean Busbey
d4bf4e29a5
[scripts] Merge pull request #737 from cmatser/scripting
...
Shell scripts to run YCSB.
2016-06-21 21:35:00 -05:00
Matt Ingenthron
5edb1d9e2c
[couchbase2] Change query to use RAW and ORDER BY.
...
Using RAW queries reduces overhead at cbq-engine on the cluster and
reduces transport. This in turn delivers lower latencies and thus
higher throughput with YCSB's tight loops of requests.
Adding an ORDER BY maintains strict correctness with the intended
implementation of Workload E. In this particular case, the
ORDER BY is effectively a noop since the index in use is ordered
anyway.
The README for couchbase2 was also updated to reflect the simpler
index creation which is possible with Couchbase Server 4.5. Server
4.5 automatically covers on the primary index so there is no need
for the more complicated syntax unless using an older version.
Note this change requires the 2.3.1 Couchbase Java SDK and its
underlying core-io 1.3.1. The core-io 1.3.1 adds a streaming
parser for RAW results.
2016-06-21 15:28:42 -07:00
Matt Ingenthron
3fb3ab90e7
[couchbase2] Update Couchbase SDK to version 2.3.1.
2016-06-21 15:25:04 -07:00
Sean Busbey
2b3203f301
[core,mongodb,jdbc] Merge pull request #755 from enis/jdbc-batching
...
Add batching in insertion in JDBC client bindings
2016-06-21 16:29:40 -05:00
Enis Soztutar
050fd4414f
[jdbc] Add batching in insertion in JDBC client bindings
2016-06-21 13:56:32 -07:00
Enis Soztutar
855e9158e3
[core,mongodb] Moved MongoDb BATCHED_OK Status to core, useful for other bindings as well
2016-06-21 13:56:08 -07:00
Sean Busbey
81ba93cc66
[core] Merge pull request #751 from helenchw/master
...
Fix a typo in Histogram generator
2016-06-21 10:06:49 -05:00
Sean Busbey
ca1ec19221
Merge pull request #759 from kruthar/mongodb-async-unack
...
[mongodb] return OK on updates with w=0
2016-06-20 19:28:57 -05:00
Sean Busbey
28703c7469
[rados] Merge pull request #670 from jaemyoun/dev-ceph-rados
...
Development of RADOS binding of Ceph FS
2016-06-20 17:22:10 -05:00
Sean Busbey
56b5fa16e8
Merge pull request #758 from kruthar/mongodb-logback
...
[mongodb] added logback.xml to mongodb module
2016-06-20 16:31:46 -05:00
kruthar
ad98bc505a
[mongodb] return OK on updates with w=0
2016-06-02 20:54:42 -05:00
kruthar
5213b9b238
[mongodb] added logback.xml to mongodb module
2016-06-01 22:11:25 -05:00
Helen Chan
0dbc831424
Fix a typo in Histogram generator
2016-05-23 16:47:58 +08:00
Jaemyoun
5d3464feab
fix bug for teardownclass()
2016-05-17 23:32:46 -07:00
Jaemyoun
041fd5a89d
converted teardownclass() to static
2016-05-17 22:08:49 -07:00
Jaemyoun
366cbf4a06
changed test annotation class
2016-05-17 22:04:14 -07:00
Jaemyoun
a5538c90b0
Catch additional exception
2016-05-17 15:27:08 +09:00
Jaemyoun
6a4cdff2fb
add jna dependency
2016-05-17 15:09:00 +09:00
Jaemyoun
029a5d3f29
[version] update master to 0.10.0-SNAPSHOT.
2016-05-17 14:44:51 +09:00
Jaemyoun
d6c9bab454
Merged branch master into dev-ceph-rados
2016-05-17 14:42:51 +09:00
Jaemyoun
e35be414e0
Skipping rados-tests
2016-05-17 14:36:35 +09:00
Chrisjan Matser
5f4d4e55a2
[Scripts] Shellcheck edits, added mvn build for source if necessary
2016-05-12 19:43:21 -07:00
Jaemyoun
a9c461cf50
deleted wrong files
2016-05-12 14:05:25 +09:00
Stanley Feng
02316063ec
Merge pull request #747 from brianfrankcooper/update-readme
...
[Release] Update top level README.md file to point to 0.9.0 release.
2016-05-09 22:13:47 -07:00
Stanley Feng
505fc5c2d1
[Release] Update top level README.md file to point to 0.9.0 release.
2016-05-09 21:17:04 -07:00
Stanley Feng
5781b06acf
Merge pull request #741 from jasontedor/elasticsearch-2.3.2
...
[elasticsearch] Bump version to 2.3.2
2016-05-05 19:26:34 -07:00
Jason Tedor
2f5a0a3e1c
[elasticsearch] Bump version to 2.3.2
...
This commit bumps the version of the Elasticsearch dependency for the
Elasticsearch binding to version 2.3.2.
2016-05-05 21:02:08 -04:00
Stanley Feng
d6f73d3680
[version] update master to 0.10.0-SNAPSHOT.
2016-05-04 20:33:11 -07:00
Sean Busbey
fd5873865d
Merge pull request #736 from couchbaselabs/couchbase2
...
[couchbase2] Better Defaults & Scan Refactor
2016-05-04 13:16:28 -05:00
Sean Busbey
a372340319
Merge pull request #723 from nygard89/master
...
[riak] Added a workaround to allow strong-consistent scan transactions.
2016-05-03 09:35:46 -05:00