davisp commented on a change in pull request #597: Move view index files to 
.view_deleted when db is deleted
URL: https://github.com/apache/couchdb/pull/597#discussion_r127994880
 
 

 ##########
 File path: src/couch/src/couch_file.erl
 ##########
 @@ -264,6 +265,19 @@ rename_file(Original) ->
         Else -> Else
     end.
 
+rename_dir(RootDelDir, Original, DbName) ->
+    DbDir = binary_to_list(DbName) ++ "_design",
+    [DbPureName | _R] = lists:reverse(filename:split(binary_to_list(DbName))),
 
 Review comment:
   Where was the discussion on grouping them like that? I don't see any 
immediate reason why the first approach of just mirroring the 
shards/$range/dbname/_design... hierarchy under the .recovery directory.
   
   And the particular case I was referring to is if your dbname has an embedded 
/ in it which is feasible. Because given your example it reads to me like if we 
had a dbname <<"foo/bar">> then we'd end up with files under 
.recovery/bar/shards/... which would be wrong as far as I can tell.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to