[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2017-05-12 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
 Assignee: Michi Henning (michihenning) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-06-14 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: In Progress => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-06-14 Thread Pawel Stolowski
** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-29 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-11 Thread Michi Henning
** Changed in: unity-scopes-api (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-05 Thread Pawel Stolowski
Here is the branch https://code.launchpad.net/~stolowski/unity-scopes-
shell/diff-updates-performance/+merge/284928 which adds a few tests for
2000 results (which works fine). After increasing them to do 3000 you
should hopefuly see failures.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-04 Thread Michi Henning
I had a look at the high water mark for the outgoing socket, and it is
at the default of zero, which, according to the zmq doc, means "no
limit". This will need a closer look to figure out why messages are
being lost.

** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) => Michi Henning (michihenning)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-02 Thread Pawel Stolowski
 michi, can we count the number of pushes on the sender, and carry 
this number with finished message? or isn't 'finished' a real message?
 Finished is a real message.
 I’m not sure I follow your reasoning. Can you explain?
 We count the number of pushes from the sender. Easy. Then what?
 Send it with the finished message?
 I guess that would allow the receiver to detect an overrun.
 michi, yes, that's the idea
 Hmmm...
 It would work in principle for error detection.
 I’m not sure how easy it would be to implement down at the zmq level.
 Because it’s stateful but, at the zmq level, we are currently stateless.
 Not impossible, but possibly ugly.
 It’s worth thinking about though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1540876] Re: Not all results recieved when there is a lot of them (>=3000?)

2016-02-02 Thread Michi Henning
Thanks for this! I doubt that we'll be able to log this. I don't think
zmq provides the relevant info. The best we can hope for is not blowing
the limit (within reason).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540876

Title:
  Not all results recieved when there is a lot of them (>=3000?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1540876/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs