Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Odd messages: "Calling Republish service..."

Ultimately you should be okay, because this republish mechanism exists to ensure that you don't miss any data.

Without a Wireshark capture it is difficult to know for sure what happened. It's possible that there's a bug on the client side, and it's also possible that the sequence numbers really arrived with a gap or out of order from the server.

Might be worth updating to v0.3.1 to be safe... :)

On Wed, Jun 5, 2019 at 10:10 PM Ari Suutari <ari.suutari@xxxxxxxxxxxxxxx> wrote:

Hi,

 

I have a case where our system (using eclipse milo 0.2.5) is acting as UA-client against ibaPDA server.

Otherwise everything works ok, but my logs are filled by messages like this:

 

2019-06-06 04:22:32.148 [ua-shared-pool-67] WARN  [id=16] expected sequence=32478, received sequence=32479. Calling Republish service...

2019-06-06 04:22:33.348 [ua-shared-pool-68] WARN  [id=16] expected sequence=32479, received sequence=32481. Calling Republish service...

2019-06-06 04:22:34.548 [ua-shared-pool-66] WARN  [id=16] expected sequence=32481, received sequence=32482. Calling Republish service...

2019-06-06 04:22:35.747 [ua-shared-pool-65] WARN  [id=16] expected sequence=32484, received sequence=32485. Calling Republish service...

2019-06-06 04:22:36.948 [ua-shared-pool-66] WARN  [id=16] expected sequence=32485, received sequence=32486. Calling Republish service...

2019-06-06 04:22:38.148 [ua-shared-pool-66] WARN  [id=16] expected sequence=32488, received sequence=32489. Calling Republish service...

 

I wonder if I should be worried ?

 

     Ari S.

 

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top