[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Stephan Erb (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627102#comment-14627102 ] Stephan Erb commented on MESOS-2940: The code seems to re-initialize the generator for

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Stephan Erb (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627115#comment-14627115 ] Stephan Erb commented on MESOS-2940: Is using a thread local generator sufficient to

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Kevin Sweeney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627141#comment-14627141 ] Kevin Sweeney commented on MESOS-2940: -- [~bmahler] Since this change resulted in some

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Kevin Sweeney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627106#comment-14627106 ] Kevin Sweeney commented on MESOS-2940: -- It's creating and seeding a new Mersenne

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627118#comment-14627118 ] Benjamin Mahler commented on MESOS-2940: Filed: MESOS-3046 Reconciliation is

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627075#comment-14627075 ] Benjamin Mahler commented on MESOS-2940: We wrap boost's 'uuid' which uses the

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627116#comment-14627116 ] Benjamin Mahler commented on MESOS-2940: Thanks for spotting this [~StephanErb]

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Kevin Sweeney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627192#comment-14627192 ] Kevin Sweeney commented on MESOS-2940: -- Aha, sounds like it's already taken care of

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627203#comment-14627203 ] Benjamin Mahler commented on MESOS-2940: No worries, glad you guys took a look

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Benjamin Mahler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627182#comment-14627182 ] Benjamin Mahler commented on MESOS-2940: The backwards incompatibility was a bug

[jira] [Commented] (MESOS-2940) Reconciliation is expensive for large numbers of tasks.

2015-07-14 Thread Kevin Sweeney (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14627169#comment-14627169 ] Kevin Sweeney commented on MESOS-2940: -- Yes, as long as each is seeded on its own