Moving to error queue is so slow

瀏覽次數:31 次
跳到第一則未讀訊息

Дмитрий Ушенко

未讀,
2017年4月26日 上午11:18:462017/4/26
收件者:masstransit-discuss
Hello, Chris!
I just observed that moving error messages to the error queue is really slow! Here is my screenshot

But in normal circumstances the messages from the queue consumed with 200+ messages per second. Is this normal behavior or something is broken? Do you have any performance tests regarding this?

Дмитрий Ушенко

未讀,
2017年4月26日 中午12:31:342017/4/26
收件者:masstransit-discuss
But in normal circumstances
In normal conditions of cource, not circumstances. Just mixed up words )) 

среда, 26 апреля 2017 г., 18:18:46 UTC+3 пользователь Дмитрий Ушенко написал:

Chris Patterson

未讀,
2017年4月26日 晚上10:37:152017/4/26
收件者:masstrans...@googlegroups.com
Well, if it's moving to the error queue, your consumer is faulting in some way, perhaps you should see what the error is and what delay it's causing?

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/9e1ade9a-76fd-4e6a-959c-8d8eaec6a73a%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Дмитрий Ушенко

未讀,
2017年4月27日 清晨5:33:212017/4/27
收件者:masstransit-discuss
Yes, I know exactly what causing these failures. And it was my second question ))
Fault message is "The Start event is not handled during the SomeIntermidiate state for the MyWorkflow state machine". 
The initial message (Start) was correlated with the saga instance which is in some intermidiate state. For me this is correct behavior. In this case I just want to discard that initial message without moving it to any queue. But I don't know how to do that. 
May you provide me with the solution to this?

четверг, 27 апреля 2017 г., 5:37:15 UTC+3 пользователь Chris Patterson написал:
Well, if it's moving to the error queue, your consumer is faulting in some way, perhaps you should see what the error is and what delay it's causing?
On Wed, Apr 26, 2017 at 9:31 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
But in normal circumstances
In normal conditions of cource, not circumstances. Just mixed up words )) 

среда, 26 апреля 2017 г., 18:18:46 UTC+3 пользователь Дмитрий Ушенко написал:
Hello, Chris!
I just observed that moving error messages to the error queue is really slow! Here is my screenshot

But in normal circumstances the messages from the queue consumed with 200+ messages per second. Is this normal behavior or something is broken? Do you have any performance tests regarding this?

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.

Chris Patterson

未讀,
2017年4月27日 上午10:40:422017/4/27
收件者:masstrans...@googlegroups.com
During(SomeIntermediateState,
    When(Start).Ignore());


On Thu, Apr 27, 2017 at 2:33 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
Yes, I know exactly what causing these failures. And it was my second question ))
Fault message is "The Start event is not handled during the SomeIntermidiate state for the MyWorkflow state machine". 
The initial message (Start) was correlated with the saga instance which is in some intermidiate state. For me this is correct behavior. In this case I just want to discard that initial message without moving it to any queue. But I don't know how to do that. 
May you provide me with the solution to this?

четверг, 27 апреля 2017 г., 5:37:15 UTC+3 пользователь Chris Patterson написал:
Well, if it's moving to the error queue, your consumer is faulting in some way, perhaps you should see what the error is and what delay it's causing?
On Wed, Apr 26, 2017 at 9:31 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
But in normal circumstances
In normal conditions of cource, not circumstances. Just mixed up words )) 

среда, 26 апреля 2017 г., 18:18:46 UTC+3 пользователь Дмитрий Ушенко написал:
Hello, Chris!
I just observed that moving error messages to the error queue is really slow! Here is my screenshot

But in normal circumstances the messages from the queue consumed with 200+ messages per second. Is this normal behavior or something is broken? Do you have any performance tests regarding this?

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsubscribe...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.

Дмитрий Ушенко

未讀,
2017年4月27日 上午11:04:162017/4/27
收件者:masstrans...@googlegroups.com
I don't see Ignore() method. I'm on v.3.5.7.

чт, 27 апр. 2017 г. в 17:40, Chris Patterson <ch...@phatboyg.com>:
During(SomeIntermediateState,
    When(Start).Ignore());


On Thu, Apr 27, 2017 at 2:33 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
Yes, I know exactly what causing these failures. And it was my second question ))
Fault message is "The Start event is not handled during the SomeIntermidiate state for the MyWorkflow state machine". 
The initial message (Start) was correlated with the saga instance which is in some intermidiate state. For me this is correct behavior. In this case I just want to discard that initial message without moving it to any queue. But I don't know how to do that. 
May you provide me with the solution to this?

четверг, 27 апреля 2017 г., 5:37:15 UTC+3 пользователь Chris Patterson написал:
Well, if it's moving to the error queue, your consumer is faulting in some way, perhaps you should see what the error is and what delay it's causing?
On Wed, Apr 26, 2017 at 9:31 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
But in normal circumstances
In normal conditions of cource, not circumstances. Just mixed up words )) 

среда, 26 апреля 2017 г., 18:18:46 UTC+3 пользователь Дмитрий Ушенко написал:
Hello, Chris!
I just observed that moving error messages to the error queue is really slow! Here is my screenshot

But in normal circumstances the messages from the queue consumed with 200+ messages per second. Is this normal behavior or something is broken? Do you have any performance tests regarding this?

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.

To post to this group, send email to masstrans...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "masstransit-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/masstransit-discuss/P8ulb5n5wjo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to masstransit-dis...@googlegroups.com.

To post to this group, send email to masstrans...@googlegroups.com.

Chris Patterson

未讀,
2017年4月27日 下午1:49:472017/4/27
收件者:masstrans...@googlegroups.com

On Thu, Apr 27, 2017 at 8:04 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
I don't see Ignore() method. I'm on v.3.5.7.

чт, 27 апр. 2017 г. в 17:40, Chris Patterson <ch...@phatboyg.com>:
During(SomeIntermediateState,
    When(Start).Ignore());


On Thu, Apr 27, 2017 at 2:33 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
Yes, I know exactly what causing these failures. And it was my second question ))
Fault message is "The Start event is not handled during the SomeIntermidiate state for the MyWorkflow state machine". 
The initial message (Start) was correlated with the saga instance which is in some intermidiate state. For me this is correct behavior. In this case I just want to discard that initial message without moving it to any queue. But I don't know how to do that. 
May you provide me with the solution to this?

четверг, 27 апреля 2017 г., 5:37:15 UTC+3 пользователь Chris Patterson написал:
Well, if it's moving to the error queue, your consumer is faulting in some way, perhaps you should see what the error is and what delay it's causing?
On Wed, Apr 26, 2017 at 9:31 AM, Дмитрий Ушенко <ushenko...@gmail.com> wrote:
But in normal circumstances
In normal conditions of cource, not circumstances. Just mixed up words )) 

среда, 26 апреля 2017 г., 18:18:46 UTC+3 пользователь Дмитрий Ушенко написал:
Hello, Chris!
I just observed that moving error messages to the error queue is really slow! Here is my screenshot

But in normal circumstances the messages from the queue consumed with 200+ messages per second. Is this normal behavior or something is broken? Do you have any performance tests regarding this?

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "masstransit-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/masstransit-discuss/P8ulb5n5wjo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/CA%2B6d%2B%3DOGUf_MyW%2Bb0XFwTt5pvsOdLF6BBBrypgjtPDquV_yyPA%40mail.gmail.com.

Дмитрий Ушенко

未讀,
2017年4月28日 凌晨3:29:552017/4/28
收件者:masstransit-discuss
Thanks for the link. This is what I exactly need.

Alexey Zimarev

未讀,
2017年5月5日 下午3:23:162017/5/5
收件者:masstransit-discuss
回覆所有人
回覆作者
轉寄
0 則新訊息