Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
d1ac4b26
Commit
d1ac4b26
authored
Sep 13, 2017
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Editorial: move docs about changes in VSL Hit* output to the section
about varnishlog(1).
parent
7e68fee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
upgrading-5.2.rst
doc/sphinx/whats-new/upgrading-5.2.rst
+14
-13
No files found.
doc/sphinx/whats-new/upgrading-5.2.rst
View file @
d1ac4b26
...
...
@@ -83,19 +83,6 @@ See :ref:`vmod_blob(3)`, :ref:`vmod_purge(3)` and
Other changes
=============
* VSL
The ``Hit``, ``HitMiss`` and ``HitPass`` log records grew an additional
field with the remaining TTL of the object at the time of the lookup.
While this should greatly help troubleshooting, this might break tools
relying on those records to get the VXID of the object hit during lookup.
Instead of using ``Hit``, such tools should now use ``Hit[1]``, and the
same applies to ``HitMiss`` and ``HitPass``.
The ``Hit`` record also grew two more fields for the grace and keep periods.
This should again be useful for troubleshooting.
* ``varnishstat(1)``:
* *XXX: changes due to new VSC/VSM*
...
...
@@ -104,6 +91,20 @@ This should again be useful for troubleshooting.
* ``varnishlog(1)``:
* The ``Hit``, ``HitMiss`` and ``HitPass`` log records grew an
additional field with the remaining TTL of the object at the time
of the lookup. While this should greatly help troubleshooting,
this might break tools relying on those records to get the VXID of
the object hit during lookup.
Instead of using ``Hit``, such tools should now use ``Hit[1]``,
and the same applies to ``HitMiss`` and ``HitPass``.
The ``Hit`` record also grew two more fields for the grace and
keep periods. This should again be useful for troubleshooting.
See :ref:`vsl(7)`.
* *XXX: changes due to new VSC/VSM*
* *XXX: ...*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment