[6.0] 55d4f7eac sm graphviz: document that miss from hit is going to die

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Feb 12 10:03:10 UTC 2019


commit 55d4f7eac5ebf8c8356aa6bd9ad2cbaafe20d69e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Dec 5 12:21:02 2018 +0100

    sm graphviz: document that miss from hit is going to die
    
    and polish the output formatting by reordering
    
    Ref #1799

diff --git a/doc/graphviz/cache_req_fsm.dot b/doc/graphviz/cache_req_fsm.dot
index a33de6d5b..629072dc5 100644
--- a/doc/graphviz/cache_req_fsm.dot
+++ b/doc/graphviz/cache_req_fsm.dot
@@ -121,7 +121,7 @@ digraph cache_req_fsm {
 		]
 		lookup2 [
 			 shape=record
-			 label="{<top>cnt_lookup:|{vcl_hit\{\}|{req.*|obj.*}}|{fail|<deliver>deliver|<miss>miss|restart|synth|<pass>pass}}"
+			 label="{<top>cnt_lookup:|{vcl_hit\{\}|{req.*|obj.*}}|{fail|<deliver>deliver|<pass>pass|restart|synth|<miss>miss}}"
 		]
 	}
 	lookup:busy:s -> lookup:top:ne [label=" waitinglist",
@@ -133,9 +133,7 @@ digraph cache_req_fsm {
 	lookup:h:s -> lookup2 [style=bold,color=green]
 
 	lookup2:deliver:s -> deliver:n [style=bold,color=green]
-	lookup2:miss:s -> miss [style=bold,color=blue]
-	// XXX should not happen
-	// lookup2:miss:s -> pass [style=bold,color=red,label="(no busy obj)"]
+	lookup2:miss:s -> miss [color=blue,label=" #1799 \n EOL"]
 	lookup2:pass:s -> pass [style=bold,color=red]
 
 	/* cnt_miss */


More information about the varnish-commit mailing list