You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by dg4prez <gi...@git.apache.org> on 2017/03/31 17:56:03 UTC

[GitHub] incubator-trafficcontrol pull request #416: skip regex_revalidate, parent ch...

GitHub user dg4prez opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/416

    skip regex_revalidate, parent check if instant invalidate enabled

    This removes the regex_revalidate.config file  and the parent pending check from syncds processing if instant invalidate is enabled in traffic ops.  This allows for all tiers of a CDN to pull configuration files at once when queued.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dg4prez/incubator-trafficcontrol remove_tiered_updates

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/416.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #416
    
----

----


---
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 the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #416: skip regex_revalidate, parent ch...

Posted by dg4prez <gi...@git.apache.org>.
Github user dg4prez commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/416#discussion_r109228567
  
    --- Diff: traffic_ops/bin/traffic_ops_ort.pl ---
    @@ -1770,6 +1735,11 @@ sub get_cfg_file_list {
     		}
     	}
     	else {
    +		printf( "INFO Reval in use status: $reval_in_use \n" );
    +		if ( $reval_in_use == 1 ) {
    +			printf( "INFO Instant Invalidate is in use.  Skipping regex_revalidate.config. \n" );
    --- End diff --
    
    Thanks - the first shouldn't even be there.


---
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 the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #416: skip regex_revalidate, parent ch...

Posted by dg4prez <gi...@git.apache.org>.
Github user dg4prez commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/416#discussion_r109229188
  
    --- Diff: traffic_ops/bin/traffic_ops_ort.pl ---
    @@ -1770,6 +1735,11 @@ sub get_cfg_file_list {
     		}
     	}
     	else {
    +		printf( "INFO Reval in use status: $reval_in_use \n" );
    +		if ( $reval_in_use == 1 ) {
    +			printf( "INFO Instant Invalidate is in use.  Skipping regex_revalidate.config. \n" );
    --- End diff --
    
    Fixed.


---
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 the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #416: skip regex_revalidate, parent ch...

Posted by mtorluemke <gi...@git.apache.org>.
Github user mtorluemke commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/416#discussion_r109228127
  
    --- Diff: traffic_ops/bin/traffic_ops_ort.pl ---
    @@ -1770,6 +1735,11 @@ sub get_cfg_file_list {
     		}
     	}
     	else {
    +		printf( "INFO Reval in use status: $reval_in_use \n" );
    +		if ( $reval_in_use == 1 ) {
    +			printf( "INFO Instant Invalidate is in use.  Skipping regex_revalidate.config. \n" );
    --- End diff --
    
    Wrap these in the log_level jazz..


---
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 the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #416: skip regex_revalidate, parent ch...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafficcontrol/pull/416


---
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 the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---