[ARVADOS] updated: c6dd02273d5288f6c6436224e636bb81aba581ca

git at public.curoverse.com git at public.curoverse.com
Wed May 20 10:16:08 EDT 2015


Summary of changes:
 services/keepstore/handlers.go | 4 ----
 1 file changed, 4 deletions(-)

       via  c6dd02273d5288f6c6436224e636bb81aba581ca (commit)
      from  e5c66d135d453a4af4c978590b99a118f65ae12b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c6dd02273d5288f6c6436224e636bb81aba581ca
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed May 20 10:15:30 2015 -0400

    5748: Remove runtime.GC() obsoleted by bufferpool. refs #5748

diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go
index 16c39c2..8a360a4 100644
--- a/services/keepstore/handlers.go
+++ b/services/keepstore/handlers.go
@@ -126,10 +126,6 @@ func GetBlockHandler(resp http.ResponseWriter, req *http.Request) {
 }
 
 func PutBlockHandler(resp http.ResponseWriter, req *http.Request) {
-	// Garbage collect after each PUT. Fixes #2865.
-	// See also GetBlockHandler.
-	defer runtime.GC()
-
 	hash := mux.Vars(req)["hash"]
 
 	// Detect as many error conditions as possible before reading

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list