This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
[QoS] Fix/qos system table rate limiting #2739
Merged
hsaraogi
merged 73 commits into
feature/qos-service-api
from
fix/qos-system-table-rate-limiting
Nov 24, 2017
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
2e8c960
Fix SweepBatchConfig values to properly decrease to 1 with each failu…
tboam f116645
SweeperService logging improvements (#2618)
tboam c1e21ee
Refactor TracingKVS (#2643)
fsamuel-bs 53afd91
Delete docs (#2657)
hsaraogi e25d806
[20 minute tasks] Add test for when a batch is full (#2655)
tboam 88e3ffe
MetricRegistry log level downgrade + multiple timestamp tracker tests…
jeremyk-91 8b67855
Extract interface for Cassandra client (#2660)
fsamuel-bs c0c05f6
client -> namespace [no release notes] (#2654)
hsaraogi fede1c3
0.65.2 and 0.66.0 release notes (#2663)
fsamuel-bs a2be749
[QoS] Add getNamespace to AtlasDBConfig (#2661)
hsaraogi 18d35b6
Live Reloading the TimeLock Block, Part 1: Pull to Push (#2621)
jeremyk-91 a953328
Live Reloading the TimeLock Block, Part 2: TransactionManagers Plumbi…
jeremyk-91 8fdd50b
[TTT] [no release notes] Document behaviour regarding index rows (#2658)
jeremyk-91 6fed36f
Refactor and Instrument CassandraClient api (#2665)
fsamuel-bs e8e85f9
Live Reloading the TimeLock Block, Part 3: Working with 0 Nodes (#2647)
jeremyk-91 74180cf
check immutable ts (#2406)
nziebart d4bf805
Propagate top-level KVS method names to CassandraClient (#2669)
fsamuel-bs 247f60c
Extract cql executor interface (#2670)
fsamuel-bs 913e5e7
bump awaitility (#2668)
hsaraogi cafc479
Bump Atlas on Tritium 0.8.4 to fix dependency conflicts (#2662)
7fb4d17
Correctly log Paxos events (#2674)
fsamuel-bs 14216ac
Slow log and tracing (#2673)
fsamuel-bs 78791cf
Refactor cassandra client (#2676)
fsamuel-bs 22e129a
use supplier for object size [no release notes]
757a282
fix merge
a45809d
fix merge in AtlasDbConfig
e3bd685
rate limiting
dd55403
total-time
2318f69
qos config
c7dff29
respect max backoff itme
76fd664
query weights
710d216
extra tests
575b583
num rows
c9b4839
checkstyle
29ca959
fix tests
b35bb7f
no int casting
f014f56
Qos ete tests
hsaraogi 46e1308
shouldFailIfWritingTooManyBytes
hsaraogi e6035d0
fix test
hsaraogi 887aa5b
rm file
hsaraogi 3a8f467
Remove metrics
hsaraogi 08a07b2
Test shouldFailIfReadingTooManyBytes
hsaraogi da40d23
canBeWritingLargeNumberOfBytesConcurrently
hsaraogi 27073f2
checkstyle
hsaraogi 05531a1
cannotWriteLargeNumberOfBytesConcurrently
hsaraogi e370121
fix tests
hsaraogi 8eef5d5
create tm in test
hsaraogi 53f732e
More read tests (after writing a lot of data at once)
hsaraogi e2642cf
WIP
hsaraogi f1887ee
Merge branch 'feature/qos-service-api' into qos-ete-test
hsaraogi d18c007
Tests that should pas
hsaraogi fa0b731
Actually update the rate
hsaraogi 6e4745e
Add another test
hsaraogi a01eef7
More tests and address comments
hsaraogi 2aa69da
Dont extend etesetup
hsaraogi 55a82f2
Make dumping data faster
hsaraogi 2f49e0e
cleanup
hsaraogi be06b19
wip
hsaraogi d5b5a8a
Add back lost file
hsaraogi 3f080db
Cleanup
hsaraogi 504f345
Write tests
hsaraogi 59e2b6b
numReadsPerThread -> numThreads
hsaraogi 35327a9
More write tests, cleanup, check style fixes
hsaraogi b04b4fd
Refactor to avoid code duplication
hsaraogi c9ebe6e
Cleanup
hsaraogi af9d67c
cr comments
hsaraogi 6f483d9
Small read/write after a rate-limited read/write
hsaraogi dd18730
annoying no new linw at eof
hsaraogi be0759c
Uniform parameters for hard limiting
hsaraogi 0bd0177
Don't consume any estimated bytes for a _transaction or metadata tabl…
hsaraogi 4b2cf92
Add tests
hsaraogi 7ffd6d2
Merge branch 'feature/qos-service-api' into fix/qos-system-table-rate…
hsaraogi 04b6419
cr comments
hsaraogi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this block looks similar to the one at the end of
assertThatEstimatesAreCorrect
- we might want to extract a method?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.