[jira] [Assigned] (TC-120) The zero size file can't be updated by Traffic Ops ORT

2017-02-06 Thread Eric Friedrich (JIRA)
[ https://issues.apache.org/jira/browse/TC-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Friedrich reassigned TC-120: - Assignee: Eric Friedrich > The zero size file can't be updated by Traffic Ops ORT >

[jira] [Assigned] (TC-120) The zero size file can't be updated by Traffic Ops ORT

2017-02-06 Thread Eric Friedrich (JIRA)
[ https://issues.apache.org/jira/browse/TC-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Friedrich reassigned TC-120: - Assignee: Jifeng Yang (was: Eric Friedrich) > The zero size file can't be updated by Traffic Ops

[GitHub] incubator-trafficcontrol pull request #259: [TC-139] - adds necessary prefet...

2017-02-06 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/259 [TC-139] - adds necessary prefetching to /api/servers so no n+1 queries You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (TC-64) TO experimental SPA application

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15855205#comment-15855205 ] ASF GitHub Bot commented on TC-64: -- GitHub user mitchell852 opened a pull request:

[GitHub] incubator-trafficcontrol pull request #260: [TC-64] - To exp ui - adds stati...

2017-02-06 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/260 [TC-64] - To exp ui - adds static dns entries and changes cta buttons You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-trafficcontrol pull request #255: TC-6 Removes openssl file creati...

2017-02-06 Thread dangogh
Github user dangogh commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/255#discussion_r99711784 --- Diff: traffic_ops/install/bin/postinstall --- @@ -568,8 +558,10 @@ sub getDefaults { sub setupDatabase { my $todbconf

[jira] [Commented] (TC-6) Traffic Ops postinstall: non-interactive configuration

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854958#comment-15854958 ] ASF GitHub Bot commented on TC-6: - Github user dangogh commented on a diff in the pull request:

[GitHub] incubator-trafficcontrol pull request #257: [TC-137] - adds dbix prefetch fo...

2017-02-06 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/257 [TC-137] - adds dbix prefetch for api/version/cachegroupparameters You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (TC-134) /server/:id/view UI route spawns a large amount of sequential queries. Consolidate these queries.

2017-02-06 Thread Jeremy Mitchell (JIRA)
Jeremy Mitchell created TC-134: -- Summary: /server/:id/view UI route spawns a large amount of sequential queries. Consolidate these queries. Key: TC-134 URL: https://issues.apache.org/jira/browse/TC-134

[GitHub] incubator-trafficcontrol pull request #253: [TC-134] - gets rid of sequentia...

2017-02-06 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/253 [TC-134] - gets rid of sequential queries caused by running a query inside a loo… …p. uses dbix prefetch instead to join 2 tables and retrieve the necessary information

[jira] [Created] (TC-133) TO - /api/version/deliveryservices needs major optimization

2017-02-06 Thread Jeremy Mitchell (JIRA)
Jeremy Mitchell created TC-133: -- Summary: TO - /api/version/deliveryservices needs major optimization Key: TC-133 URL: https://issues.apache.org/jira/browse/TC-133 Project: Traffic Control

[GitHub] incubator-trafficcontrol pull request #252: [TC-133] - uses dbix prefetch to...

2017-02-06 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/252 [TC-133] - uses dbix prefetch to eliminate n+1 queries and removes example urls … …intended for a single deliveryservice You can merge this pull request into a Git

[jira] [Created] (TC-135) /api/:version/servers/hostname/:name/details spawns n+1 queries

2017-02-06 Thread Jeremy Mitchell (JIRA)
Jeremy Mitchell created TC-135: -- Summary: /api/:version/servers/hostname/:name/details spawns n+1 queries Key: TC-135 URL: https://issues.apache.org/jira/browse/TC-135 Project: Traffic Control

[jira] [Commented] (TC-135) /api/:version/servers/hostname/:name/details spawns n+1 queries

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854779#comment-15854779 ] ASF GitHub Bot commented on TC-135: --- GitHub user mitchell852 opened a pull request:

[GitHub] incubator-trafficcontrol pull request #251: Add TM2 error logs for bad start...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/251 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-trafficcontrol pull request #254: [TC-135] - joins ds_server on ds...

2017-02-06 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/254 [TC-135] - joins ds_server on ds table to avoid n+1 queries and improve route pe… …rformance 10x at least You can merge this pull request into a Git repository by

[jira] [Created] (TC-136) Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514

2017-02-06 Thread Jeff Elsloo (JIRA)
Jeff Elsloo created TC-136: -- Summary: Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514 Key: TC-136 URL: https://issues.apache.org/jira/browse/TC-136 Project: Traffic Control

[GitHub] incubator-trafficcontrol pull request #256: [TC-136] Fixes a logic bug that ...

2017-02-06 Thread elsloo
GitHub user elsloo opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/256 [TC-136] Fixes a logic bug that prevented the easy case for finding b… …ond speed, and handle the case where the CentOS 7.3 3.10.0-514 kernel uses lower_X as a pointer to

[jira] [Commented] (TC-136) Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854839#comment-15854839 ] ASF GitHub Bot commented on TC-136: --- GitHub user elsloo opened a pull request:

[jira] [Assigned] (TC-131) ATS Simulator Startup Race Condition Causes Crash

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo reassigned TC-131: -- Assignee: Jeff Elsloo > ATS Simulator Startup Race Condition Causes Crash >

[jira] [Closed] (TC-125) Case sensitivity in DNSSEC keys

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo closed TC-125. -- Assignee: Jeff Elsloo > Case sensitivity in DNSSEC keys > --- > > Key:

[jira] [Closed] (TC-131) ATS Simulator Startup Race Condition Causes Crash

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo closed TC-131. -- > ATS Simulator Startup Race Condition Causes Crash > - > >

[jira] [Resolved] (TC-125) Case sensitivity in DNSSEC keys

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo resolved TC-125. Resolution: Fixed Fix Version/s: 2.0.0 > Case sensitivity in DNSSEC keys >

[jira] [Resolved] (TC-109) Logging parity for golang Traffic Monitor

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo resolved TC-109. Resolution: Fixed Fix Version/s: 2.0.0 > Logging parity for golang Traffic Monitor >

[jira] [Created] (TC-138) GET api/version/deliveryservice_regexes needs to leverage dbix prefetch to avoid n+1 queries

2017-02-06 Thread Jeremy Mitchell (JIRA)
Jeremy Mitchell created TC-138: -- Summary: GET api/version/deliveryservice_regexes needs to leverage dbix prefetch to avoid n+1 queries Key: TC-138 URL: https://issues.apache.org/jira/browse/TC-138

[jira] [Closed] (TC-109) Logging parity for golang Traffic Monitor

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo closed TC-109. -- > Logging parity for golang Traffic Monitor > - > > Key: TC-109

[GitHub] incubator-trafficcontrol pull request #255: Removes openssl file creation an...

2017-02-06 Thread PeterRyder
GitHub user PeterRyder opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/255 Removes openssl file creation and checks database connection You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (TC-136) Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514

2017-02-06 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo updated TC-136: --- Priority: Minor (was: Major) > Interface speed unknown in astats on CentOS Linux kernel 3.10.0-514 >

[jira] [Commented] (TC-137) GET api/version/cachegroupparameters needs to leverage dbix prefetch to avoid n+1 queries

2017-02-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15854865#comment-15854865 ] ASF GitHub Bot commented on TC-137: --- GitHub user mitchell852 opened a pull request:

[jira] [Commented] (TC-120) The zero size file can't be updated by Traffic Ops ORT

2017-02-06 Thread Jifeng Yang (JIRA)
[ https://issues.apache.org/jira/browse/TC-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15853650#comment-15853650 ] Jifeng Yang commented on TC-120: There is no "Assign" button for me (There are buttons such as "Edit",