Subhobrata Dey

Results 15 issues of Subhobrata Dey

enhancement

Hello, There is no support to provide user-provided command line arguments. I wanted to start redis-server like this ``` ./redis-server --port 6379 --dir /tmp/redis ``` but that did not work....

*Issue #, if available:* *Description of changes:* *CheckList:* - [X] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made...

backports #1255 *Issue #, if available:* *Description of changes:* fix for concurrentmodificationexception with linkedhashmap *CheckList:* - [X] Commits are signed per the DCO using --signoff By submitting this pull request,...

backport 2.7

*Issue #, if available:* *Description of changes:* *CheckList:* - [ ] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is...

*Issue #, if available:* *Description of changes:* *CheckList:* - [X] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made...

*Issue #, if available:* *Description of changes:* `Acknowledge Alerts` transport action internally makes a call to `Get monitor` transport action to get the corresponding monitor object belonging to the alert....

## Introduction Alerting plugin allows users to monitor data and create alert notifications that trigger when conditions occur in one or more indexes. Users create a monitor with trigger conditions...

enhancement

**What is the bug?** Alerts are stored using `_bulk` api calls. This `_bulk` call fails with error ``` nested: CircuitBreakingException[[parent] Data too large, data for [indices:data/write/bulk[s]] would be [16332494072/15.2gb], which...

bug