Commit Graph

2654 Commits

Author SHA1 Message Date
Eric Borczuk
082e128599 Ivan's review comments 2021-11-12 11:06:54 -05:00
Eric Borczuk
02233fb295 Add advanced search case workload 2021-11-12 11:06:53 -05:00
Eric Borczuk
44204f9cf0 Complete main phase for basic search 2021-11-12 11:06:53 -05:00
Eric Borczuk
32fef39d41 Schema and rampup phase working 2021-11-12 11:06:53 -05:00
Jonathan Shook
0533214df3 derive doc categories from single annotated function name 2021-11-11 18:38:38 -06:00
Jonathan Shook
3429765280
Merge pull request #381 from lhotari/lh-workaround-ordering-bug
Pulsar: Workaround an ordering bug in the Pulsar client
2021-11-11 12:09:53 -06:00
Lari Hotari
b42f354dbd Pulsar: Workaround an ordering bug in the Pulsar client
- see https://github.com/apache/pulsar/pull/12456 for details.
  - the bug applies to the use of receiveAsync and the workaround
    is to avoid the use of receiveAsync until the fix is included in the client
- receiveAsync was introduced previously to workaround the bug https://github.com/apache/pulsar/issues/9921
  - that issue isn't critical
2021-11-11 14:24:24 +02:00
Jonathan Shook
e25ea736c1 adjust cyclerate test to accommodate weak runners in github actions 2021-11-10 16:08:21 -06:00
Jonathan Shook
d6d75630c1 add SPI component stability metadata 2021-11-10 15:51:11 -06:00
Jonathan Shook
123c41a9bc cleanups 2021-11-10 15:41:21 -06:00
Jonathan Shook
3f607e0e8d build fixes 2021-11-10 15:27:56 -06:00
Jonathan Shook
b7967bd0c3 update versions post-merge 2021-11-10 14:46:58 -06:00
Jonathan Shook
e6f1707d36 post-merge fixups 2021-11-10 14:37:55 -06:00
nb-droid
1b812bcf29 [maven-release-plugin] prepare for next development iteration 2021-11-10 17:29:51 +00:00
nb-droid
1ca659dd3f [maven-release-plugin] prepare release nosqlbench-4.15.64 2021-11-10 17:29:49 +00:00
Jonathan Shook
dbd4286281 release: logging improvements, summary fixes, pulsar driver updates 2021-11-10 10:32:43 -06:00
Jonathan Shook
d9ce624355
Merge pull request #374 from nosqlbench/pulsar-payload-rtt
add instrumentation scaffold for payloadRtt
2021-11-10 10:29:18 -06:00
Jonathan Shook
d47843b04f release: logging improvements, summary fixes, pulsar driver updates 2021-11-10 10:16:52 -06:00
Matt Fleming
8353a9d842 Extract payload rtt field from Avro record if it exists 2021-11-10 13:56:18 +00:00
Matt Fleming
c15bd97c97 Avoid NullPointerException if pulsarCache hasn't been initialized. 2021-11-10 13:56:18 +00:00
Jonathan Shook
2fbf0b4ad3 add instrumentation scaffold for payloadRtt 2021-11-10 13:56:18 +00:00
Jonathan Shook
1c98935d1a post-merge fixups 2021-11-09 22:37:56 -06:00
Jonathan Shook
c4ee38d22c squelch invalid parts of summary 2021-11-09 22:35:58 -06:00
Jonathan Shook
d223e4c6c5 enable separate configuration of logging patterns 2021-11-09 22:35:51 -06:00
Jonathan Shook
c3544094b3 add global option to enable or disable ansi 2021-11-09 22:35:42 -06:00
Jonathan Shook
574e297e15 add exception message to some errors 2021-11-09 22:35:37 -06:00
Jonathan Shook
e5715e17a8 init pulsar cache early to avoid NPE on initialization error 2021-11-09 22:29:54 -06:00
Jonathan Shook
6f29b9005d update missing field 2021-11-09 22:27:27 -06:00
Jonathan Shook
cbfbe9f774 logging library updates 2021-11-09 22:26:59 -06:00
Jonathan Shook
0798b9a8b7 minor doc updates 2021-11-09 22:26:03 -06:00
Jonathan Shook
9bb13604ce
Merge pull request #377 from yabinmeng/main
README and minor code cleanup
2021-11-09 14:33:47 -06:00
Yabin Meng
591f21b35a README and code cleanup 2021-11-05 15:48:17 -05:00
Jonathan Shook
d94594a4e8 qualify and update antlr4-maven-plugin version 2021-11-04 21:58:22 -05:00
Jonathan Shook
fea9cce437 add clock-based temporal binding functions 2021-11-04 21:57:41 -05:00
Jonathan Shook
6a5e9616b9 minor formatting improvements 2021-11-04 16:37:30 -05:00
Jonathan Shook
3688dc9f3d pulsar.md readability formatting for console views 2021-11-04 16:37:05 -05:00
Jonathan Shook
b0c30a7cc0 split description on periods or semicolons 2021-11-04 16:36:34 -05:00
Jonathan Shook
16f4c183d5 minor formatting 2021-11-04 16:36:20 -05:00
Jonathan Shook
6a1c9337f3 fix incorrect pom versions 2021-11-04 11:56:50 -05:00
Jonathan Shook
422c3bcb6d post-merge fixups part 2 2021-11-04 10:54:49 -05:00
Jonathan Shook
53ab5832e2 post-merge fixups 2021-11-03 13:58:51 -05:00
Jonathan Shook
9e7555727b Merge branch 'main' of github.com:nosqlbench/nosqlbench 2021-11-01 09:34:18 -05:00
Jonathan Shook
e139f1269d cleanup extraneous files 2021-11-01 09:34:11 -05:00
nb-droid
231956001c [maven-release-plugin] prepare for next development iteration 2021-10-26 16:21:49 +00:00
nb-droid
2fadac5f80 [maven-release-plugin] prepare release nosqlbench-4.15.63 2021-10-26 16:21:47 +00:00
Jonathan Shook
aba3ebe7c6 release: pulsar updates 2021-10-26 11:11:14 -05:00
Jonathan Shook
fa78ca547c
Merge pull request #372 from lhotari/lh-detect-duplicates-after-gap
Pulsar driver: Improve message sequence tracking
2021-10-26 09:28:47 -05:00
Lari Hotari
71c3b190ed Detect delayed out-of-order delivery 2021-10-22 17:27:21 +03:00
Jonathan Shook
e694eaecc9
Merge pull request #373 from lhotari/lh-upgrade-pulsar-2.8.1
Pulsar driver: Upgrade Pulsar client to 2.8.1 version
2021-10-21 11:59:53 -05:00
Lari Hotari
85e1f8a649 Upgrade Pulsar client to 2.8.1 version 2021-10-21 15:27:53 +03:00