Suyog Rao
e583cffed9
bump version to 5.3.3 ( #7171 )
2017-05-19 14:23:36 -07:00
Suyog Rao
242159a5ee
bump tp 5.3.2 ( #6942 )
2017-04-20 08:35:54 -07:00
Suyog Rao
3788ef9c87
Bump version to 5.3.1 ( #6849 )
2017-03-28 10:26:32 -07:00
Suyog Rao
5434d2b798
Revert to 5.3.0 version instead of 5.4.0 ( #6673 )
2017-02-08 21:05:09 -08:00
Suyog Rao
cb9e8cf7c9
Revert to 5.4.0 version instead of 5.5.0 ( #6672 )
2017-02-08 20:33:32 -08:00
Suyog Rao
530c5fc43d
Bump to v5.5 ( #6670 )
...
* Bump to v5.5
2017-02-08 19:38:07 -08:00
Suyog Rao
9fc093e484
Bump version to 5.3.0 for 5.x branch ( #6483 )
2017-01-04 08:54:42 -08:00
Tal Levy
f8b4c72a49
add queue stats to node/stats api ( #6331 )
...
* add queue stats to node/stats api
example queue section:
```
"queue" : {
"type" : "persisted",
"capacity" : {
"page_capacity_in_bytes" : 262144000,
"max_queue_size_in_bytes" : 1073741824,
"max_unread_events" : 0
},
"data" : {
"free_space_in_bytes" : 33851523072,
"current_size_in_bytes" : 262144000,
"storage_type" : "hfs",
"path" : "/logstash/data/queue"
},
"events" : {
"acked_count" : 0,
"unread_count" : 0,
"unacked_count" : 0
}
}
```
Closes #6182 .
* migrate to use period metric pollers for storing queue stats per pipeline
2016-12-15 13:19:08 -08:00
Joao Duarte
265d45f3ce
rename queueMaxSizeInBytes to queueMaxBytes and currentSize to currentByteSize
...
Fixes #6297
2016-11-29 05:10:43 -05:00
Joao Duarte
ce608b0921
add ruby wiring to the queue.max_size setting
...
Fixes #6297
2016-11-29 05:10:43 -05:00
Joao Duarte
3b82211e0c
update version to 5.2.0
...
Fixes #6294
2016-11-24 06:01:29 -05:00
Colin Surprenant
38fc84b367
add support for queue.checkpoint.{acks|writes} settings
...
add queue.max_acked_checkpoint and queue.checkpoint_rate settings
now using checkpoint.max_acks, checkpoint.max_writes and checkpoint.max_interval
rename options
wip rework checkpointing
refactored full acked pages handling on acking and recovery
correclty close queue
proper queue open/recovery
checkpoint dump utility
checkpoint on writes
removed debug code and added missing newline
added better comment on contiguous checkpoints
fix spec for new pipeline setting
2016-11-22 15:55:32 -05:00
Colin Surprenant
ab05082a89
merge feature/java_persistence into 5.x
2016-10-31 17:03:40 -04:00