Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How best to use the Range header
    • Want to speed up transfers, by having parallel transfers. But we're not doing this now, so wait on it.
      • This would require more disk. Would need to keep track of order (probably temp files with a naming scheme).
      • If you do the checksum at the end, and it's not right, you'd have to throw it all away.
    • Being able to restart from where we run into a problem (re-start). This reduces the amount of content we need to re-download.
      • Danny is close to being done with this. Update to the contentstore API.
  • Nick: Local deployment
    • Local deploy of DuraCloud 5.0 wars seems to work fine
    • Will swap out the Oracle JDK, to see if that makes a difference
  • Nick: Picking up config file, but the file isn't available from the classloader as it's an external file
    • Use @PropertySource annotation instead, to pull from system property. Still use independent class to load the config data.

Week 1, Day 5 (10/19)

  • Danny: For 1191, bump up the retries
  • Danny: Testing 1201 now, will pick up 1177 afterwards
  • Nick: Local issue appears to be due to use of a static variable, which doesn't allow spring to auto-wire the expected dependency
  • Bill: Continuing to work on AWS Imagine Grant writing

Actions