You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/01/10 05:36:40 UTC

[1/2] git commit: TS-2483 Add to docs.

Updated Branches:
  refs/heads/master 4b43ca7f9 -> 941c358c8


TS-2483 Add to docs.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c89d1462
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c89d1462
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c89d1462

Branch: refs/heads/master
Commit: c89d14621e2fd7ef1350990960f5a33aa3ff06d1
Parents: 4b43ca7
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Jan 9 21:35:42 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Jan 9 21:36:20 2014 -0700

----------------------------------------------------------------------
 doc/reference/commands/traffic_line.en.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c89d1462/doc/reference/commands/traffic_line.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/commands/traffic_line.en.rst b/doc/reference/commands/traffic_line.en.rst
index 08683fb..2e7938c 100644
--- a/doc/reference/commands/traffic_line.en.rst
+++ b/doc/reference/commands/traffic_line.en.rst
@@ -129,6 +129,7 @@ The :option:`traffic_line -r` option accepts the following variable names::
     proxy.node.restarts.proxy.start_time
     proxy.node.restarts.proxy.stop_time
     proxy.node.restarts.proxy.restart_count
+    proxy.node.restarts.proxy.cache_ready_time
     proxy.node.version.manager.short
     proxy.node.version.manager.long
     proxy.node.version.manager.build_number


Re: [2/2] git commit: Fix typo

Posted by Leif Hedstrom <zw...@apache.org>.
On Jan 10, 2014, at 8:45 AM, Igor Galić <i....@brainsware.org> wrote:

> 
> 
> ----- Original Message -----
>> -  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
>> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
>> +  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
>> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>>   ,
>>   {RECT_CONFIG, "proxy.config.cache.ram_cache.compress_percent", RECD_INT,
>>   "90", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>>   ,
>> 
>> 
> how did that ever work?


Hah! Because of https://issues.apache.org/jira/browse/TS-2442

— Leif


Re: [2/2] git commit: Fix typo

Posted by Igor Galić <i....@brainsware.org>.

----- Original Message -----
> Fix typo
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/941c358c
> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/941c358c
> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/941c358c
> 
> Branch: refs/heads/master
> Commit: 941c358c8791fae7a030c0ff26b52f26f4db456c
> Parents: c89d146
> Author: Leif Hedstrom <zw...@apache.org>
> Authored: Thu Jan 9 21:36:17 2014 -0700
> Committer: Leif Hedstrom <zw...@apache.org>
> Committed: Thu Jan 9 21:36:21 2014 -0700
> 
> ----------------------------------------------------------------------
>  mgmt/RecordsConfig.cc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/941c358c/mgmt/RecordsConfig.cc
> ----------------------------------------------------------------------
> diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
> index f11f6b1..63738ff 100644
> --- a/mgmt/RecordsConfig.cc
> +++ b/mgmt/RecordsConfig.cc
> @@ -888,7 +888,7 @@ RecordElement RecordsConfig[] = {
>    ,
>    {RECT_CONFIG, "proxy.config.cache.ram_cache.algorithm", RECD_INT, "0",
>    RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
>    ,
> -  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
> +  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0",
> RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
>    ,
>    {RECT_CONFIG, "proxy.config.cache.ram_cache.compress_percent", RECD_INT,
>    "90", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
>    ,
> 
> 
how did that ever work?



-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.galic@brainsware.org
URL: http://brainsware.org/
GPG: 8716 7A9F 989B ABD5 100F  4008 F266 55D6 2998 1641


[2/2] git commit: Fix typo

Posted by zw...@apache.org.
Fix typo


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/941c358c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/941c358c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/941c358c

Branch: refs/heads/master
Commit: 941c358c8791fae7a030c0ff26b52f26f4db456c
Parents: c89d146
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Jan 9 21:36:17 2014 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Jan 9 21:36:21 2014 -0700

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/941c358c/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index f11f6b1..63738ff 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -888,7 +888,7 @@ RecordElement RecordsConfig[] = {
   ,
   {RECT_CONFIG, "proxy.config.cache.ram_cache.algorithm", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.cache.ram_cache.compress", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-3]", RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.cache.ram_cache.compress_percent", RECD_INT, "90", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,