Commit Graph

2654 Commits

Author SHA1 Message Date
Lari Hotari
6b50060a9a Detect duplicates after a gap
- rename earliest -> lowest to clarify the real intention
- polish code
- add unit test
- increase duplicate counter if pending messages already contains the sequence number
2021-10-21 00:35:11 +03:00
nb-droid
956c3b698e [maven-release-plugin] prepare for next development iteration 2021-10-20 20:19:52 +00:00
nb-droid
dae9cc78f2 [maven-release-plugin] prepare release nosqlbench-4.15.62 2021-10-20 20:19:50 +00:00
Jonathan Shook
571156de3e bugfix release: nosqlbench-370 2021-10-20 15:06:39 -05:00
Jonathan Shook
8c8801b0c1
Merge pull request #371 from nosqlbench/nosqlbench-370
nosqlbench-370 Specifying full path to the yaml workload crashes
2021-10-20 15:04:22 -05:00
Jonathan Shook
9ea609142b nosqlbench-370 Specifying full path to the yaml workload crashes 2021-10-20 15:02:58 -05:00
nb-droid
53199e72bb [maven-release-plugin] prepare for next development iteration 2021-10-19 20:08:58 +00:00
nb-droid
d110c4bf7f [maven-release-plugin] prepare release nosqlbench-4.15.61 2021-10-19 20:08:56 +00:00
Jonathan Shook
38307eee83 release: pulsar driver updates 2021-10-19 14:55:08 -05:00
Jonathan Shook
bdb577f25d
Merge pull request #368 from lhotari/lh-threadlocal-sequence-tracking
Pulsar driver: Use thread local and topic based sequence number tracking
2021-10-19 14:40:13 -05:00
Jonathan Shook
b82b4b1a43
Merge pull request #369 from lhotari/lh-rate-limit-per-thread
Make ratelimiter instance thread specific for PulsarActivity
2021-10-19 14:33:33 -05:00
Lari Hotari
7a6ec96544 Pulsar: Use thread local and topic based sequence tracking 2021-10-18 17:03:28 +03:00
Lari Hotari
e660823473 Make ratelimiter instance thread specific for PulsarActivity
when cyclerate_per_thread is set to true
2021-10-18 14:25:49 +03:00
nb-droid
3cfda97413 [maven-release-plugin] prepare for next development iteration 2021-10-15 21:10:34 +00:00
nb-droid
e04f0fb85c [maven-release-plugin] prepare release nosqlbench-4.15.60 2021-10-15 21:10:32 +00:00
Jonathan Shook
d5f28fe85f fix release for s3 and pulsar testing features 2021-10-15 15:57:00 -05:00
Jonathan Shook
feb0fda111 fix broken test 2021-10-15 15:56:39 -05:00
Jonathan Shook
49207a44f2 fix release for s3 and pulsar testing features 2021-10-15 15:32:35 -05:00
Jonathan Shook
e53af8bf5f improve NBEnvironment and S3 interaction 2021-10-15 15:32:05 -05:00
Jonathan Shook
cb47799652 merge fixups 2021-10-14 12:57:52 -05:00
Jonathan Shook
e77bfea043
Merge pull request #367 from yabinmeng/main
Convert message error runtime exception to counter metrics
2021-10-14 12:54:13 -05:00
Jonathan Shook
6569fa52ea reformat all pom.xml files 2021-10-14 12:50:11 -05:00
nb-droid
1d34c256f8 [maven-release-plugin] prepare for next development iteration 2021-10-13 18:03:38 +00:00
nb-droid
bfd7e2513b [maven-release-plugin] prepare release nosqlbench-4.15.59 2021-10-13 18:03:35 +00:00
Jonathan Shook
f100f5638b fix release for cql driver 2021-10-13 12:51:38 -05:00
Jonathan Shook
2fdbf8ec1e fix for broken shade relocation with driver=cql 2021-10-13 12:51:16 -05:00
Yabin Meng
ed4ba2725e Convert message error runtime exception to counter metrics 2021-10-13 11:27:54 -05:00
Yabin Meng
ac2fdf2a2e Convert message error runtime exception to counter metrics 2021-10-13 10:11:20 -05:00
Yabin Meng
686af3d9ca Convert message error runtime exception to counter metrics 2021-10-13 10:10:48 -05:00
nb-droid
7c2e26d80d [maven-release-plugin] prepare for next development iteration 2021-10-11 22:43:07 +00:00
nb-droid
28df8b297a [maven-release-plugin] prepare release nosqlbench-4.15.58 2021-10-11 22:43:05 +00:00
Jonathan Shook
2910ba2938 extensions (s3, shutdown) and pulsar update release 2021-10-11 17:31:51 -05:00
Jonathan Shook
4418500d20 Merge branch 'main' of github.com:nosqlbench/nosqlbench 2021-10-11 17:25:31 -05:00
Jonathan Shook
21b96cfdf6
Merge pull request #366 from yabinmeng/main
Remove namespace and topic level dedup setting check on the fly
2021-10-11 17:25:23 -05:00
Jonathan Shook
b72723b7e5 add some missing extension docs 2021-10-11 17:23:27 -05:00
Jonathan Shook
a8929042f9 extend NBEnvironment tokens to other data sources 2021-10-11 17:23:23 -05:00
Jonathan Shook
8c6d0cfe57 new decorator API: share Scenario metadata to interested types 2021-10-11 17:23:19 -05:00
Jonathan Shook
bbeee5cb1a new scripting extension: s3; S3 directory uploader 2021-10-11 17:23:11 -05:00
Jonathan Shook
ff769c7bed Add S3 URL Handler 2021-10-11 17:22:59 -05:00
Jonathan Shook
e1e10bbaa8 allow session namer to use pre-defined timestamp 2021-10-11 17:22:50 -05:00
Jonathan Shook
133760d8c9 auto-init the last (fall-through) NBENVIRONMENT location first 2021-10-11 17:22:39 -05:00
Jonathan Shook
b388a43e32 consolidate statedir initialization logic and docs 2021-10-11 17:22:29 -05:00
Jonathan Shook
9fccf8c20c new scripting extension: shutdown; scripted shutdown hooks 2021-10-11 17:21:56 -05:00
Jonathan Shook
8da6664faf typo fix 2021-10-11 17:21:45 -05:00
Yabin Meng
2876e102a6 Remove namespace and topic level dedup setting check for each run, which is too much overhead. 2021-10-09 12:29:22 -05:00
Jonathan Shook
29dafd9133
Merge pull request #364 from yabinmeng/main
Fix NullPointerException to check namespce/topic dedup status
2021-10-07 15:32:40 -05:00
Yabin Meng
11073cf0aa Address Shooky's comment in PR#364. 2021-10-07 14:56:51 -05:00
yabinmeng
cdfb7c3224
Merge branch 'nosqlbench:main' into main 2021-10-07 14:53:49 -05:00
Jonathan Shook
1d625f411a add S3 URL Handler 2021-10-06 17:49:27 -05:00
Jonathan Shook
9c91ad7136 enhance diagnostics for driver loader 2021-10-06 17:06:17 -05:00