Evan Tschannen
|
f75dfc3153
|
do not register with the master until recovery of the queue is complete, to avoid having the master wait a long time for a peek response
|
2017-09-18 17:39:12 -07:00 |
Evan Tschannen
|
36c98f18e9
|
do not register a worker with the cluster controller until it has finished recovering all files from disk
|
2017-09-15 10:57:58 -07:00 |
Evan Tschannen
|
d343d37274
|
fixed merge problems
|
2017-09-11 16:37:10 -07:00 |
Evan Tschannen
|
76e7988663
|
Merge branch 'master' into feature-remote-logs
# Conflicts:
# fdbserver/ClusterController.actor.cpp
# fdbserver/DataDistribution.actor.cpp
# fdbserver/OldTLogServer.actor.cpp
# fdbserver/TLogServer.actor.cpp
# fdbserver/WorkerInterface.h
# flow/Net2.actor.cpp
|
2017-09-11 15:15:56 -07:00 |
Alec Grieser
|
300b5a17ed
|
Merge branch 'release-5.0'
|
2017-08-25 18:55:33 -07:00 |
Evan Tschannen
|
272b4b984c
|
fix: fixed a rare bug where we do not wait for a file in the process of being deleted to shutdown before rebooting a machine
|
2017-08-25 10:12:58 -07:00 |
A.J. Beamon
|
4c706d33e9
|
Merge branch 'release-5.0'
|
2017-08-23 14:59:43 -07:00 |
Alvin Moore
|
7729f663e9
|
Ensured that the circus id is always lowercase
|
2017-08-23 13:45:00 -07:00 |
Evan Tschannen
|
4b40f817f1
|
fix: is recovery is cancelled before the copy is complete, remove the tlog
|
2017-08-23 12:26:03 -07:00 |
Alec Grieser
|
5ee07b1a9e
|
Merge branch 'release-5.0'
|
2017-08-14 16:56:58 -07:00 |
Evan Tschannen
|
de1b590a8a
|
The TLog did not delete data from removed logs
The TLog continued to make data from removed logs persistent
|
2017-08-11 18:08:09 -07:00 |
Stephen Atherton
|
50fb44be92
|
Merge branch 'release-5.0'
# Conflicts:
# versions.target
|
2017-08-09 23:36:12 -07:00 |
Evan Tschannen
|
2335fc73f2
|
fix: peek cursors were being timed out every 10 minutes, instead of 10 minutes after the last use
fix: if an interface is changed while we are not waiting in getMore, we will not reset the sequence to 0.
|
2017-08-09 15:58:06 -07:00 |
Evan Tschannen
|
c22708b6d6
|
added tag localities
fix: remote logs need to stop the master when they are stopped
|
2017-08-03 16:16:36 -07:00 |
Alec Grieser
|
ca7437ecf6
|
Merge branch 'release-5.0'
|
2017-08-02 22:07:01 -07:00 |
A.J. Beamon
|
4243486f54
|
fix: TLogMetrics was being track latested with the wrong ID
|
2017-07-28 14:37:23 -07:00 |
Evan Tschannen
|
f6826f1e15
|
fix: log routers were popped at too high of a version
fix: make sure tlogs make everything durable
fix: make cluster controller’s temporary remote log recruitment not interfere with better master exists
|
2017-07-20 16:26:05 -07:00 |
Evan Tschannen
|
7fec378830
|
do not continue copying data from prior generations after being locked
|
2017-07-19 15:11:18 -07:00 |
Alec Grieser
|
660729839c
|
moved Notified.h from flow -> fdbclient ; flow bindings package does better job when excluding testers
|
2017-07-14 15:49:30 -07:00 |
Evan Tschannen
|
57ba9d36af
|
fixed a large number of bugs
|
2017-07-13 12:29:21 -07:00 |
Evan Tschannen
|
81ae263ad9
|
implemented setPeekCursor
removed oldTLogServer
first compiling version
|
2017-07-10 17:41:32 -07:00 |
Evan Tschannen
|
979ebcef6c
|
changed to using a vector of logSets instead of a duplicate set of logs for remote servers
finished porting changes to the tlog
everything but peeking is finished in the TagPartitionedLogSystem
|
2017-07-09 14:46:16 -07:00 |
Evan Tschannen
|
0906250e78
|
merged everything from feature-remote-logs besides the tlog and tagpartitionedlogsystem
re-included tags in messages to the tlog
previously never committed the LogRouter
|
2017-06-29 15:50:19 -07:00 |
Evan Tschannen
|
663535e00a
|
add the same number for shared metrics and local metrics
|
2017-06-28 15:21:54 -07:00 |
Evan Tschannen
|
fe37d0b056
|
added additional logging about bytesInput and bytesDurable
|
2017-06-28 13:29:40 -07:00 |
Evan Tschannen
|
533dca95d8
|
fix: bytesDurable was not correctly increased when a log was removed
re-added many TLogMetrics
added a new role for the shared tlog
|
2017-06-22 17:21:42 -07:00 |
Evan Tschannen
|
b108c1ea0d
|
fix: do not delay before setting logData->version
|
2017-06-02 11:27:37 -07:00 |
FDB Dev Team
|
a674cb4ef4
|
Initial repository commit
|
2017-05-25 13:48:44 -07:00 |