Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for apparent build errors (extends #154) #164

Merged
merged 12 commits into from Jun 8, 2016

Conversation

nlevitt
Copy link
Contributor

@nlevitt nlevitt commented Jun 6, 2016

No description provided.

@nlevitt
Copy link
Contributor Author

nlevitt commented Jun 6, 2016

See #154

@kris-sigur
Copy link
Collaborator

There is something about the OpenJDK 7 build that causes it to sometimes fail and sometimes succeed.

I have, however, yet to see the OracleJDK 7 fail without good reason.

* origin/master:
  Setup TravisCI
  Set fetch status on curis when testing link extraction
  No link extraction on URI not successfully downloaded
  Fixes issue internetarchive#158 : Noisy alerts about 401s without auth challenge (internetarchive#159)
  Make Content-Location header url INFERRED not REFFER hop type since Content-Location is not for redirection (internetarchive#151)
  fixes for kafka 0.9 (?)
  upgrade to kafka 0.9
  somewhat ugly fix to handle exceptions from the bean browser like java.lang.RuntimeException: not implemented at org.archive.modules.fetcher.BdbCookieStore$RestrictedCollectionWrappedList.get(BdbCookieStore.java:92)
…rrentSkipListMap instead of ConcurrentHashMap
@nlevitt
Copy link
Contributor Author

nlevitt commented Jun 7, 2016

🐵 Tests passed on all jdks.

Anybody worried about performance hit of switching from HashMap/HashSet/ConcurrentHashMap to TreeMap/TreeSet/ConcurrentSkipListMap? I'm thinking none of the objects we're changing are big enough for it to matter.

@nlevitt nlevitt merged commit c04162a into internetarchive:master Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants