GitHub user aweisberg opened a pull request:
https://github.com/apache/cassandra/pull/265
14705
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/belliottsmith/cassandra 14705
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/265.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #265
----
commit 949ec9e9965c84c3c80daf677422acb23719212f
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T10:41:28Z
[rR]eplicaLayout->[rR]eplicaPlan, selected() -> contact()
commit 8190c79d6c8bc3e1cfcc41ea0ee222fb3fc21231
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T10:45:28Z
assureSufficientLiveNodes -> assureSufficientReplicas
commit 70d615f8c1831831d97582b6b526621fc3d0bbf0
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:28:01Z
main refactor
commit 45230008ce9f12639d28b304531bd315b5637fd0
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:38:31Z
remove get(Live)?(Sorted)?Natural(AndPending)?Replicas
commit e384d189c98877bfbf02cd8f168694bb3c012403
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:41:10Z
fix speculation->rr_extra_read->rr_extra_write
commit f4eb2d245cf52f86fd9ef71ca2de0df3037fb3bf
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:43:00Z
cleanup BatchLog.sendSingleReplayMutation
commit d3eb71cf3265055be739089bf34c0fed64dac24b
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:44:13Z
fix: could speculate to nodes that would not increase consistencyLevel, resulting in timeout
instead of overload
commit f59dfa83ad6de829f79406c46acc82acb84fb645
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:45:36Z
initialise Mutable HashMap with capacity
commit 14fc69fe50178fffe6d8c0d79e60cc671aa29a88
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T11:47:55Z
circleci
commit d45a68a319e488ed7ee016a747df1dfd734753bd
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T13:00:18Z
comment nit
commit b49a088578292c807bc568e8a6481a7ac75fe489
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-07T13:04:17Z
remove unused ForRangeWrite
commit aab19a9e6fa9f2a88fc4b15d888f27f9dffd90dd
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-08T12:20:03Z
comments
commit a9aa8dce4ee80574e06cb699c4896c135b2830eb
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-09T17:25:14Z
ensure consistent application of predicates whose value varies (e.g. FailureDetector)
commit 13af81ded19fe22fbf1e5095f1f217c80985a44f
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-09T19:42:18Z
ReplicaPlan.Shared, for sharing a ReplicaPlan between Resolver, Executor and ReadRepair
commit 71669f0ee60e6b93a8e5e5169acc80bbfe87727e
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-10T14:51:16Z
stop using ReplicaLayout inside ReplicaPlan - only use it for constructing a ReplicaPlan
commit 75cb98e860ed4f5a33723cde0f041150edc018cb
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-10T15:40:36Z
fix infinite recursion in AbstractReadExecutor.replicaPlan; cleanup prior replicaplan
commit
commit 23235b46abb071bf209cd3ea2ce0bec09c27f736
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-10T16:36:19Z
remove ReplicaPlan.with{Contact,CL}, move to more concrete classes where possible ; remove
another type parameter
commit a06fef7f769ed6b4e4f2bb1437c63e7f7fcd9601
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-10T16:40:10Z
fix unnecessary test breakage
commit c80a06432237bb262f09ec907acf8451eaadb0b6
Author: Benedict Elliott Smith <benedict@...>
Date: 2018-09-10T17:18:50Z
some comments
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org
|