Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Fixes for lock-up on data import #58

Open
wants to merge 1 commit into
base: GSRS_DEV
Choose a base branch
from
Open

Conversation

ChemMitch
Copy link
Collaborator

Created in consultation with Tyler

@dkatzel-ncats
Copy link
Contributor

i thought we removed a parallelStream() somewhere? also there are lots of files changes that just look like whitespace changes? makes it hard to see what really changed.

@@ -945,187 +946,187 @@ protected void search (IndexSearcher kmerSearcher,
Map<String,Result> _cachedResults = new ConcurrentHashMap<>();
int qlength=query.length();

List<Result> alignedResults = seqMap.entrySet().parallelStream()
List<Result> alignedResults = seqMap.entrySet().stream()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the REAL change

}
});
});
})).run();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you running this before it is submitted? or running it from the returned future?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants