Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Fixes for lock-up on data import#58

Open
ChemMitch wants to merge 1 commit into
GSRS_DEVfrom
dataimportfix
Open

Fixes for lock-up on data import#58
ChemMitch wants to merge 1 commit into
GSRS_DEVfrom
dataimportfix

Conversation

@ChemMitch

Copy link
Copy Markdown
Collaborator

Created in consultation with Tyler

@dkatzel-ncats

Copy link
Copy Markdown
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.

int qlength=query.length();

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

Copy link
Copy Markdown
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
Copy Markdown
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