Граф коммитов

51 Коммитов

Автор SHA1 Сообщение Дата
Ivan 6720467356
[cassandra] replace consistency ONE with QUORUM (#1487) 2020-12-06 21:53:39 -06:00
Jonathan Leitschuh cd163d38ce [build] Use HTTPS instead of HTTP to resolve dependencies
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Alters dependency resolution for
* cassandra
* hypertable
* maprdb
* maprjsondb
* mongodb

closes #1406
2020-11-26 15:07:33 -06:00
Sean Busbey 12ce3a8504 [version] update master branch to 0.18.0-SNAPSHOT 2019-09-21 01:24:50 -05:00
Sean Busbey cd1589ce6f
Move all packages from com.yahoo.ycsb to site.ycsb. (#1354) 2019-09-19 13:51:09 -05:00
Sean Busbey fd29cda92b
[build] update group id to site.ycsb (#1352) 2019-09-19 13:50:20 -05:00
Sean Busbey bcf9ee3485 [version] update master branch to 0.17.0-SNAPSHOT 2019-06-04 00:28:38 -05:00
Anthony Voellm aka Tony the P3rfguy acc430007c Adding the ability to connect to Cassandra using SSL connections. (#1294)
* Adding the ability to connect to Cassandra using SSL connections.

* Cause rebuild

* Cause rebuild

* Refactoring the code as Stanley suggested.
2019-04-19 16:10:08 -07:00
Sean Busbey c506ef90b7 [version] update master to 0.16.0-SNAPSHOT 2018-07-28 22:34:50 -05:00
Sean Busbey 0c269338c2 [version] update master to 0.15.0-SNAPSHOT 2018-05-23 23:42:56 -05:00
Robert Pang 38052885bf [cassandra] Update CassandraCQLClient to use PreparedStatement for better performance (#1051)
* Optimize PreparedStatement lookup by looking up by field set and avoiding building the query string unless the statement has not been prepared.
* Add tests for update, delete and prepared statements.
* fix logger calls
* Credit to @haaawk for incorporating some of the feedback
2018-05-20 19:14:58 -05:00
Sean Busbey af424b083d [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00
Kirill Vlasov cf5d2ca5f5 [core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList".
(manolama - updated bindings added since the PR)

Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
2017-08-05 15:26:42 -07:00
Kevin Risden a564c4cb63 [core] Fix checkstyle for CoreWorkload (#897) 2017-01-31 17:06:09 -05:00
Kevin Risden b83dd7eed7 [version] update master to 0.13.0-SNAPSHOT. 2016-11-18 09:29:58 -06:00
Kevin Risden bceba81986 Merge pull request #850 from risdenk/ycsb-495
[cassandra] Increase Cassandra test timeout and add logging for test failures
2016-09-29 17:38:59 -05:00
Kevin Risden 1db823af3c [cassandra] Increase Cassandra test timeout and add logging 2016-09-29 09:22:12 -05:00
hxd ce95547857 [cassandra] add sigar-dist for cassandra 2.2+ test, and tracing function for recording logs 2016-09-28 09:32:10 +08:00
hxd 4e477cef28 [cassandra] add Sigar 2016-09-27 18:38:33 +08:00
hxd c00744c6b8 revert to safety version 2016-09-27 18:28:07 +08:00
Govind Kamat c01fd82ac3 [version] update master to 0.12.0-SNAPSHOT. 2016-08-31 16:23:41 -07:00
Sean Busbey 886ef9c379 [cassandra, cassandra2] rename the cassandra2-cql client to cassandra-cql. 2016-07-19 10:30:38 -05:00
Sean Busbey d7ba922922 [cassandra] remove deprecated cassandra client. 2016-07-19 09:35:25 -05:00
Sean Busbey 68dd10c1b4 [version] update master to 0.11.0-SNAPSHOT. 2016-06-21 23:31:56 -05:00
Stanley Feng d6f73d3680 [version] update master to 0.10.0-SNAPSHOT. 2016-05-04 20:33:11 -07:00
Chrisjan Matser d4e3f60c29 [version] update master to 0.9.0-SNAPSHOT. 2016-04-01 21:58:48 -07:00
Sean Busbey 63956fbbad [cassandra] properly clear cached containers.
clear containers before we use them rather than after, so that in the case of
exceptions we can recover.

closes #127
2016-03-26 01:57:28 -05:00
Kevin Risden 393c611879 [version] update master to 0.8.0-SNAPSHOT. 2016-02-16 07:34:02 -06:00
Sean Busbey a6c71994e4 [checkstyle] consolidate checkstyle plugin configs. default to enforcing.
- define checkstyle configs in as few places as possible
- use checkstyle:check since it has defaults that match what we want (fail after logging to console)
- modules that have current failures set property checkstyle.failOnViolation to false.
2016-01-27 08:58:53 -06:00
Kirill Vlasov 24c73d9fa1 [core, Cassandra, gemfire, mapkeeper] Fixing squid:S2864 - "entrySet()" should be iterated when both the key and value are needed 2016-01-02 10:16:21 +05:00
Kirill Vlasov d3e1f368c6 [cassandra cassandra2 dynamodb hbase098 hbase10 jdbc s3] Fixing squid:S1481 - Unused local variables should be removed 2015-12-27 21:37:59 +05:00
bigbes 253e6bb393 [version] update master to 0.7.0-SNAPSHOT. 2015-12-20 19:44:51 +03:00
Andy Kruth 7f6ed9f502 [cassandra] added large deprecation message 2015-12-17 09:24:29 -06:00
Connor McCoy b116ee5a78 [version] update master to 0.6.0-SNAPSHOT. 2015-11-03 20:10:06 -08:00
Connor McCoy 5113c2e3d2 StatusCode -> Status
Replaces numeric status codes with a canonical set of Status objects,
each with a short name and description.
Bindings with more specific errors (e.g., timeouts) return additional
statuses.

This changes the default output from messages like:

   [UPDATE], Return=0, 511

To:

   [UPDATE], Return=OK, 511
2015-11-03 08:33:43 -08:00
Connor McCoy 28a090a729 Add single definition of status codes 2015-11-03 07:00:05 -08:00
Robert J. Moore a90864114b [cassandra] Checkstyle updates for the Cassandra bindings (cassandra and cassandra2). 2015-11-01 17:27:12 -05:00
Connor McCoy b91fc2e099 [cassandra] Refer to README in javadoc 2015-10-29 10:14:35 -07:00
Connor McCoy 83b179b5c6 [cassandra] Add some READMEs 2015-10-29 10:14:35 -07:00
Connor McCoy c60b114a61 [cassandra-cql] Make CassandraCQLClient consistent.
The CassandraCQL client defines a number of

* Changes the default port to 9042 (this is the default CQL port).
* Changes property "host" from a space-separated list to property
  "hosts", a comma-separated list.
* Updates a few messages.
2015-09-28 11:49:12 -07:00
Robert J. Moore 1eadd68c63 [version] update master to 0.5.0-SNAPSHOT. 2015-09-21 19:42:39 -04:00
Govind Kamat 25502287c5 [licensing] Added ASLv2 headers to files without them. 2015-08-07 10:49:16 -07:00
Govind Kamat 935efc6458 [version] update master to 0.4.0-SNAPSHOT. 2015-07-17 18:48:42 -07:00
sainthxd@gmail.com 9e913b799b change the port of Cassandra (previous version 1.2) as a parameter instead of a constant 9160 2015-07-16 21:45:34 +08:00
Sean Busbey 9c80044e99 [version] update master to 0.3.0-SNAPSHOT.
As a part of branching to stage 0.2.0 release in #266, set version
for continued development on master branch.
2015-06-19 01:13:13 -05:00
Sean Busbey 195d6e861c [packaging] refactor packaging to avoid fat-jars.
* remove unused declared deps in a few places
* lex sort modules in top level pom
* update maven plugin versions.
* no more jar-with-dependencies
* set ycsb-core to provided in bindings
* introduce a bindings-parent pom that sets
** stage dependency copy on building binding
** iff binding has a README.md, build a binding-specific dist artifact
* update distribution assembly to
** properly build after modules
** use per-binding sets of dependencies

closes #250
2015-06-17 12:29:36 -05:00
Chrisjan Matser 5146047a24 [cassandra] Added support for Cassandra CQL binding.
This includes changes to main pom for the v1.2.9 cassandra driver.

closes #145
2015-05-29 01:48:02 -05:00
Sean Busbey 083db1714c [version] update to 0.2.0-SNAPSHOT.
* Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
* Increment minor version per pre-1.0 guidelines from the Version Numbers guide

Fixes #236.
2015-05-27 01:15:36 -05:00
Janani Narayanan 0caa77fe44 gh-89 Patch for YCSB Cassandra Client version 1.0.6 2012-08-14 14:32:08 -07:00
m1ch1 d253f45d9c gh-66 bump up version. use com.yahoo.ycsb 2012-02-20 18:34:27 -08:00
Hariprasad Kuppuswamy 012873a01c Adding support for older Cassandra Versions. 2012-02-17 13:42:14 +01:00