[jira] [Commented] (MESOS-4039) PerfEventIsolatorTest.ROOT_CGROUPS_Sample fails

2016-01-31 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125422#comment-15125422 ] haosdent commented on MESOS-4039: - According my test, it have two problem in CentOS 7. One is the perf

[jira] [Commented] (MESOS-3161) Document using the gold linker for faster development on linux.

2016-01-31 Thread Deshi Xiao (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125885#comment-15125885 ] Deshi Xiao commented on MESOS-3161: --- +1 on documents. > Document using the gold linker for faster

[jira] [Commented] (MESOS-4566) Avoid unnecessary temporary `std::string` constructions and copies in `jsonify`.

2016-01-31 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125777#comment-15125777 ] Michael Park commented on MESOS-4566: - {noformat} commit 5e064503eb519aea3329f65f7ac93370b2910cc7

[jira] [Updated] (MESOS-4566) Avoid unnecessary temporary `std::string` constructions and copies in `jsonify`.

2016-01-31 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-4566: Shepherd: Joris Van Remoortere (was: Benjamin Hindman) > Avoid unnecessary temporary `std::string`

[jira] [Commented] (MESOS-4145) Update allocator to get allocation slack resources

2016-01-31 Thread Guangya Liu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125602#comment-15125602 ] Guangya Liu commented on MESOS-4145: A high level design was uploaded here

[jira] [Updated] (MESOS-4435) Update `Master::Http::stateSummary` to use `jsonify`.

2016-01-31 Thread Michael Park (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Park updated MESOS-4435: Shepherd: Joris Van Remoortere (was: Benjamin Hindman) > Update `Master::Http::stateSummary` to

[jira] [Commented] (MESOS-3049) Failing CGROUPS_ROOT_PerfRollForward test

2016-01-31 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125331#comment-15125331 ] haosdent commented on MESOS-3049: - Could I reopen this? Because I still met this in CentOS 7.1. > Failing

[jira] [Commented] (MESOS-3049) Failing CGROUPS_ROOT_PerfRollForward test

2016-01-31 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125332#comment-15125332 ] haosdent commented on MESOS-3049: - Could I reopen this? Because I still met this in CentOS 7.1. > Failing

[jira] [Comment Edited] (MESOS-4561) Investigate `std::string` to C string comparison.

2016-01-31 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125320#comment-15125320 ] haosdent edited comment on MESOS-4561 at 1/31/16 12:58 PM: --- I am not sure how to

[jira] [Commented] (MESOS-4561) Investigate `std::string` to C string comparison.

2016-01-31 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125320#comment-15125320 ] haosdent commented on MESOS-4561: - I am not sure how to test, but I think it may related to this {{Why

[jira] [Commented] (MESOS-4039) PerfEventIsolatorTest.ROOT_CGROUPS_Sample fails

2016-01-31 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125330#comment-15125330 ] haosdent commented on MESOS-4039: - Today I try this in CentOS 7 which perf version is "perf version

[jira] [Commented] (MESOS-4561) Investigate `std::string` to C string comparison.

2016-01-31 Thread Klaus Ma (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15125337#comment-15125337 ] Klaus Ma commented on MESOS-4561: - Just checked the {{operator==}} in Mac, it's using {{string::compare}}.