openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
FileMap
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 11 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make -s option to store not be on by deafult (previously it was on if there was replication). We weren't greedy enough on small clusters. Larger clusters might need a more elegant scheduling, but serialization by default probably isn't the asnwer.
Mike Fisk
More...
almost 13 years ago
just in case
Mike Fisk
More...
almost 13 years ago
Worked out the right way to create the hash XX/YY structure in syncdir and how to handle rm cases that should invalidate it.
Mike Fisk
More...
almost 13 years ago
add -e option to map which causes nodes to invalidate cached output that resulted in a non-zero exit status. If the sync lock was from our node, then remove it and run again. If another node holds the lock, then leave it alone. But if the previous holder is gone, nobody will invalidate it. XXX?
Mike Fisk
More...
almost 13 years ago
simplify parsing
Mike Fisk
More...
almost 13 years ago
I think we weren't aggressive enough with lots of short-lived work items. Sleep less and scale up by 1.x rather than 10x. Also reset polling internval when we reap something.
Mike Fisk
More...
almost 13 years ago
Fixed multiple bugs with input caching. 1. Undiscovered bug in continuous jobs 2. After starting all inputs, we would re-enumerate and start again any that hasn't finished. That led to the same work item running multiple times concurrently.
Mike Fisk
More...
almost 13 years ago
simplify and fix rsync glob handling
Mike Fisk
More...
almost 13 years ago
rework reduce operators (again) to improve syntax and semantics. I think this one works and will stick.
Mike Fisk
More...
almost 13 years ago
change FileLocker behavior so that nodes only sync (lock) when they are done instead of when they start. This way a slow node doesn't keep an item from being completed when another node could. This reduces are impact on the NFS file server for sync files. This does allow probabilistically for some duplication of effort, but helps solve the slow-node problem.
Mike Fisk
More...
almost 14 years ago
don't call dynamic load updates when !dynamicload
Mike Fisk
More...
almost 14 years ago
bugfix: bad function name in obscure error handler
Mike Fisk
More...
almost 14 years ago
add fm store -s
Mike Fisk
More...
almost 14 years ago
handle possible divide by 0
Mike Fisk
More...
about 14 years ago
report "No processes completed" rather than "No processes ran" --- they could still be running
Mike Fisk
More...
about 14 years ago
check for ~/.filemap.conf after ./filemap.conf and before /etc/filemap.conf
Mike Fisk
More...
about 14 years ago
more dynamicload improvements
Mike Fisk
More...
about 14 years ago
fix replicate bug
Mike Fisk
More...
about 14 years ago
put usage in readme
Mike Fisk
More...
about 14 years ago
dynamicload bugfix
Mike Fisk
More...
about 14 years ago
should fix replicate bug
Mike Fisk
More...
about 14 years ago
dynamicload improvements including D state monitoring and better CPU idle monitoring
Mike Fisk
More...
about 14 years ago
bugfixes from last patch.
MIke Fisk
as Michael E. Fisk
More...
over 14 years ago
Abstract-out (and centralize) global synchronization into a class (that we can replace or have other options for).
Mike Fisk
More...
over 14 years ago
document rewriteList semantics
Mike Fisk
More...
over 14 years ago
add rewriteList()
Mike Fisk
More...
over 14 years ago
used more unique function name for (numcmp)tokenize
Mike Fisk
More...
over 14 years ago
trying really hard to get the different reduces working but using a lot of strings now to keep state, maybe thats ok
Alex Brugh
More...
over 14 years ago
got the syntax added for the 4 different kinds of reduce we're doing now, the parser works, thinking about using the reduce operator instead of True when making the job
Alex Brugh
More...
over 14 years ago
better fix for the sync path of a file
Alexander Brugh
More...
over 14 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree