Recording log slowly
See original GitHub issuestable run for long time ,what needs to be configured ?
LOG:
2017-11-09 15:14:45.5247 11 INFO EventNotificationsJob Auto completed EventNotificationWorkItem queue entry (bd4283622184461286352e5c8518ceae).
2017-11-09 15:14:45.5247 11 INFO EventNotificationsJob Processing EventNotificationWorkItem queue entry (dd3c6788020d4614bf6942062cf8c57c).
2017-11-09 15:14:45.5247 22 ERROR EventPostsJob Error processing EventPost queue entry (8dbf285f430a4439a1fe3a9fb9a514e3). System.Exception: Unable to remove item from the dequeued list.
at Foundatio.Queues.InMemoryQueue`1.<CompleteAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Exceptionless.Core.Jobs.EventPostsJob.<>c__DisplayClass14_0.<<CompleteEntryAsync>b__0>d.MoveNext() in C:\projects\exceptionless\src\Exceptionless.Core\Jobs\EventPostsJob.cs:line 278
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Foundatio.Utility.Async.<>c__DisplayClass3_0`1.<<Using>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Foundatio.Utility.Async.<Using>d__0`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Foundatio.Utility.Async.<Using>d__0`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Exceptionless.Core.Jobs.EventPostsJob.<ProcessQueueEntryAsync>d__8.MoveNext() in C:\projects\exceptionless\src\Exceptionless.Core\Jobs\EventPostsJob.cs:line 188
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Foundatio.Jobs.QueueJobBase`1.<ProcessAsync>d__17.MoveNext()
2017-11-09 15:14:45.5247 22 ERROR EventPostsJob Job run "EventPostsJob" failed: Unable to remove item from the dequeued list. System.Exception: Unable to remove item from the dequeued list.
at Foundatio.Queues.InMemoryQueue`1.<AbandonAsync>d__19.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Foundatio.Jobs.QueueJobBase`1.<ProcessAsync>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Foundatio.Jobs.QueueJobBase`1.<ProcessAsync>d__17.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Foundatio.Jobs.QueueJobBase`1.<RunAsync>d__16.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Foundatio.Jobs.JobExtensions.<TryRunAsync>d__0.MoveNext()`
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
Disk is too slow (Record)(-10004) error..so sick of this.
Hello all, I can no longer record more than three tracks in logic without getting the error message "Disk is too slow (Record)(-10004)"....
Read more >recording something slower then speeding it up
I want to record a monophonic line, like a guitar solo or bass part at a speed I can handle it at, then...
Read more >Disk Too Slow warning while recording. : r/Logic_Studio
First off, make sure everything on that drive is backed up, it might be on its last legs. Secondly, record to a separate...
Read more >Logic keeps getting "Disk Too Slow" error when recording ...
Hey all - My band is trying to record a few songs live in our band room. ... The issue is it gets...
Read more >Slow Query Log Overview - MariaDB Knowledge Base
The slow query log is a record of SQL queries that took a long time to perform. Note that, if your queries contain...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
All that looks great, what I would do is configure redis (https://github.com/exceptionless/Exceptionless/wiki/Self-Hosting#redis) within the web application and then also configure an events post job but also keep the jobs running in process (https://github.com/exceptionless/Exceptionless/wiki/Self-Hosting#running-jobs-out-of-process). Then you can scale out your event queue jobs to process more events. Can you try this and let us know if it’s better.
Please see the latest version 7.1.0 has these issues as we’ve done a bunch of perf work and bug fixes. If so please let us know and we’ll reopen this issue.