summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-09-12 20:21:50 -0400
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-09-12 20:21:50 -0400
commit2545cf611424fc47f6bb7fd63ebf8834db8fb890 (patch)
tree81d86f56c54c6365fba5532cf9ab667129ac9196 /TODO.org
parent219f5009a12a64849d6839a142f5edb6d8f4a636 (diff)
TODO.org: filed bug #6.
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO.org b/TODO.org
index 886f094..049d19c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -21,11 +21,17 @@
This is not always the case.
*** functionality
**** DONE combox does not move shards properly :b#5:
+ When a file is moved/renamed to a place in different directory,
+ combox does not corresponding move/rename shards.
CLOSED: [2015-09-12 Sat 20:18]
- CLOSING NOTE [2015-09-12 Sat 20:18] \\
Done.
- When a file is moved/renamed to a place in different directory,
- combox does not corresponding move/rename shards.
+**** TODO directory rename does not delete old directory on remote computer. :b#6:
+ This is happending because the files inside the directory are
+ going through a delayed deletion.
+
+ The solution will be to do a delayed deletion of the old directory path.
+
** functionlity
*** DONE rewrite combox.events.NodeDirMonitor.on_created method
CLOSED: [2015-04-01 Wed 23:06]