Re: threads in cleaning up mode

2016-04-04 Thread geetanjali mehra
Can it be a consequence of slow disk also? Best Regards, Geetanjali Mehra Senior Database Administrator On Tue, Apr 5, 2016 at 10:50 AM, geetanjali mehra < mailtogeetanj...@gmail.com> wrote: > Thanks to everyone for response. Any other views from any one is always > welcome. > > Best Regards,

Re: threads in cleaning up mode

2016-04-04 Thread geetanjali mehra
Thanks to everyone for response. Any other views from any one is always welcome. Best Regards, Geetanjali Mehra Senior Database Administrator On Mon, Apr 4, 2016 at 7:51 PM, shawn l.green wrote: > > > On 4/2/2016 10:36 AM, geetanjali mehra wrote: > >> Hi to all, >> >> For many days, I am stru

Re: threads in cleaning up mode

2016-04-04 Thread shawn l.green
On 4/2/2016 10:36 AM, geetanjali mehra wrote: Hi to all, For many days, I am struggling with the problem of increasing history list length on mysql 5.6.29. Application that this server is running IOT based. Also, this server has so many threads running in sleeping mode. SHOW ENGINE INNODB STA

test - ignore

2016-04-04 Thread Pawel Eljasz
ignore

failed to decrypt log block

2016-04-04 Thread lejeczek
hi everybody.. would you know how to recover from such a problem: InnoDB: ok header, but checksum field contains 792537472, should be 1776874443 2016-04-04 12:41:15 140333716928640 [ERROR] InnoDB: Redo log crypto: failed to decrypt log block. Reason could be that requested key version is not

Re: threads in cleaning up mode

2016-04-04 Thread Nitin Mehta
Hi, It sounds like a bad case of transactions handling by the application. If you have transactions/statements open for very long time, the list which contains the unflushed changes, grows. These unflushed changes will slow down the purge and in extreme cases, will also affect the DMLs. So, IMO,