Boaz Leskes
b605184471
Recovery: add total operations to the _recovery
API
...
This commit adds the current total number of translog operations to the recovery reporting API. We also expose the recovered / total percentage:
```
"translog": {
"recovered": 536,
"total": 986,
"percent": "54.3%",
"total_time": "2ms",
"total_time_in_millis": 2
},
```
Closes #9368
Closes #10042
2015-03-17 07:31:29 -07:00
..
2015-01-29 20:24:08 +01:00
2015-03-09 15:45:26 -07:00
2015-02-25 14:58:44 +01:00
2015-01-28 13:43:15 -08:00
2015-03-05 12:28:08 +01:00
2015-02-05 15:29:45 +01:00
2015-03-17 07:31:29 -07:00
2015-02-27 22:18:59 +01:00
2015-02-27 11:09:52 -08:00
2015-03-12 15:28:50 -07:00
2015-03-13 13:51:44 -06:00
2015-03-16 16:31:03 -07:00
2015-02-12 17:07:57 +01:00
2015-02-22 22:04:22 -08:00
2013-09-30 13:13:16 -06:00
2015-01-16 14:26:50 +01:00
2015-01-09 12:29:11 +01:00
2014-01-09 11:30:28 +01:00
2014-09-11 09:52:09 +02:00
2015-03-01 21:07:09 +01:00
2013-08-29 01:24:34 +02:00
2015-02-05 15:29:45 +01:00
2015-02-11 19:25:10 +01:00
2015-02-18 15:34:06 -07:00
2014-08-21 10:34:39 +02:00
2014-01-13 22:01:12 +01:00
2014-08-21 10:34:39 +02:00
2014-07-31 15:42:30 -04:00
2014-12-30 17:40:51 +01:00
2013-12-02 18:01:45 +01:00