16190 Commits

Author SHA1 Message Date
Fuheng Zhao
f81e8c3d6c change parameter naming 2021-07-16 14:27:53 -07:00
Fuheng Zhao
d87e695fba format files 2021-07-16 14:02:59 -07:00
Fuheng Zhao
29d61b708f fix issues 2021-07-16 13:53:30 -07:00
sfc-gh-fzhao
af881298de
Merge branch 'apple:master' into redWoodMetricsEnhancements 2021-07-14 18:30:55 -07:00
Fuheng Zhao
08463e0a8b rename record_counter to count 2021-07-14 18:22:38 -07:00
Fuheng Zhao
1c7e3f08c2 format the files 2021-07-14 17:26:24 -07:00
Hao Fu
c354543f74
Merge pull request #5184 from hfu5/cp2 2021-07-14 19:41:44 -04:00
Fuheng Zhao
126c87923f switch unitmapper to static arry 2021-07-14 16:31:13 -07:00
Trevor Clinkenbeard
a6f57d181c
Merge pull request #5089 from sfc-gh-tclinkenbeard/fix-ub
Enable UB to fail tests in ctest when using UBSAN
2021-07-14 12:58:56 -07:00
Hao Fu
19d86efa7a Cherry pick 871b098e95b3107e216a986cfec4225c65b54252 from 6.3
Change the version to 710.

Add CycleMultiClientIntegrationTest
2021-07-14 15:36:53 -04:00
Lukas Joswiak
543bbdeffd
Merge pull request #5180 from sfc-gh-ljoswiak/fixes/logsystem-invalid-read
Fix invalid read in TagPartitionedLogSystem
2021-07-14 11:13:02 -07:00
sfc-gh-tclinkenbeard
475abe301c Merge remote-tracking branch 'origin/master' into fix-ub 2021-07-14 10:47:02 -07:00
sfc-gh-fzhao
3b40d49a10
Merge branch 'apple:master' into redWoodMetricsEnhancements 2021-07-13 11:36:03 -07:00
Lukas Joswiak
5338251946 Fix invalid read 2021-07-13 10:44:37 -07:00
Fuheng Zhao
737f053a7c modify the reference 2021-07-13 10:10:23 -07:00
A.J. Beamon
e0f3b2718a
Merge pull request #5170 from sfc-gh-ajbeamon/comment-wording-fix
Change some misleading wording in an fdbmonitor comment
2021-07-13 13:09:26 -04:00
Markus Pilman
3169f8d25b
Merge pull request #5104 from sfc-gh-ljoswiak/fixes/remote-satellite-determinism
Disable recruitment determinism check for configurations with remote satellites
2021-07-13 10:57:38 -06:00
Russell Sears
c42815f15f
Merge pull request #5127 from vishesh/cherrypick
Making it possible to run a multiple-cluster Java integration test (cherry-pick of #4456 from 6.3)
2021-07-13 09:14:20 -07:00
sfc-gh-fzhao
62ad629b44
fix comment typo
Co-authored-by: Steve Atherton <steve.atherton@snowflake.com>
2021-07-13 09:08:02 -07:00
sfc-gh-fzhao
5dabb71095
Update comment on metrics by level
Co-authored-by: Steve Atherton <steve.atherton@snowflake.com>
2021-07-13 09:07:39 -07:00
Markus Pilman
fb08331156
Merge pull request #5166 from apple/anoyes/fix-binding-tester
Value should not be present for ENABLE_RUN_LOOP_PROFILING
2021-07-13 09:41:57 -06:00
A.J. Beamon
748f5d3c9e
Merge pull request #5169 from PierreZ/fix/compile_commands
fix compile commands for IDE
2021-07-13 10:05:22 -04:00
A.J. Beamon
c49a095677 Remove some misleading wording 2021-07-13 09:15:54 -04:00
Pierre Zemb
4b58dbf68e
fix compile commands for IDE 2021-07-13 14:34:24 +02:00
Fuheng Zhao
79a2950b2f move static potential combination outside the struct 2021-07-12 21:18:06 -07:00
Fuheng Zhao
a2ebdaf394 make potential EventReason combinations static const member variables 2021-07-12 20:43:10 -07:00
Fuheng Zhao
4e0bfb05a0 make output more elegant 2021-07-12 19:34:49 -07:00
Trevor Clinkenbeard
f914574f47
Merge pull request #5154 from sfc-gh-tclinkenbeard/send-serverdbinfo-updates-to-coord
Add LowLatencySingleClog test
2021-07-12 19:26:40 -07:00
Fuheng Zhao
6ef332e18a put rangePrefetch statistics in L0 2021-07-12 19:04:09 -07:00
sfc-gh-tclinkenbeard
4ce6b8eea1 Disable LowLatencySingleClog test 2021-07-12 17:18:29 -07:00
Fuheng Zhao
71966310b2 make level 0 a valid level to represent non BTree level counters 2021-07-12 16:18:16 -07:00
Andrew Noyes
4059215180 Value should not be present for ENABLE_RUN_LOOP_PROFILING
This fixes an unintentional change from
79ff07a0717fed9ec653641c3eb1e1c1488a2f8. I reviewed other options
changed in that commit and this was the only one of its kind.
2021-07-12 16:07:56 -07:00
Fuheng Zhao
7dbe10617b format the code with devFormat 2021-07-12 16:07:18 -07:00
Fuheng Zhao
446b564a9d remove unnecessary include 2021-07-12 15:31:31 -07:00
Xiaoxi Wang
5eb1eddcb9
Merge pull request #5164 from sfc-gh-xwang/ppwiggle
Cherry-pick #5156 “Fix perpetual wiggle AddressExclusion bug and relax pause condition“
2021-07-12 15:04:53 -07:00
sfc-gh-fzhao
deea3452f2
Merge branch 'apple:master' into redWoodMetricsEnhancements 2021-07-12 15:00:16 -07:00
Markus Pilman
ba5c2b647c
Merge pull request #5158 from sfc-gh-tclinkenbeard/use-variant-for-erroror
Use std::variant for ErrorOr implementation
2021-07-12 15:35:19 -06:00
Steve Atherton
9fd5f54992
Merge pull request #5142 from Daniel-B-Smith/threads-in-simulation
Enable IThreadPool in simulation
2021-07-12 14:24:34 -07:00
Jingyu Zhou
741c46f344
Merge pull request #5145 from nblintao/fix-printable
Fix printable bytes that may be escaped incorrectly
2021-07-12 13:51:37 -07:00
Markus Pilman
293204741c
Merge pull request #5162 from ammolitor/remove_build_dir
remove `build` dir
2021-07-12 14:32:27 -06:00
Fuheng Zhao
f1e287c9d5 fix height error in preload 2021-07-12 13:30:11 -07:00
Aaron Molitor
980cdf95d2 remove build directory 2021-07-12 13:08:47 -07:00
Aaron Molitor
c5a9ff02a9 move file out of build directory 2021-07-12 13:06:29 -07:00
Fuheng Zhao
87abc8d302 resolve conflicts 2021-07-12 12:57:40 -07:00
Aaron Molitor
c80ee9119c remove generated file 2021-07-12 12:45:59 -07:00
Xiaoxi Wang
a5a578656e Merge branch 'master' into ppwiggle 2021-07-12 19:07:01 +00:00
Fuheng Zhao
b751f0efcd revert the previous change 2021-07-12 11:55:25 -07:00
Fuheng Zhao
be9284c80a fix the minor error in passing height 2021-07-12 11:45:16 -07:00
Xiaoxi Wang
9b83a6addf
Merge pull request #5157 from sfc-gh-xwang/master
fix invalid trace detail name
2021-07-12 11:22:52 -07:00
Daniel Smith
f6783b7dd1
Merge pull request #5143 from Daniel-B-Smith/rocks-missing-value-prefix
Don't log key not found as an error
2021-07-12 13:48:22 -04:00