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

[KARAF-5693] Run the processing synchronously after downloads #511

Closed
wants to merge 1 commit into from

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented May 22, 2018

No description provided.

@gnodet
Copy link
Contributor Author

gnodet commented May 22, 2018

Retest this please

@karendolan
Copy link

@gnodet Does this synchronize both the downloading of the libraries and also the downloaded() shared activity that happens after?

@karendolan
Copy link

In other words, will this change slow down library downloads?

@gnodet
Copy link
Contributor Author

gnodet commented May 22, 2018

No, it only synchronizes the shared activity and execute them in the order the libraries were called

@karendolan
Copy link

That's great! Thanks.

@jbonofre
Copy link
Member

jbonofre commented Jan 5, 2020

retest this please

@jbonofre
Copy link
Member

jbonofre commented Oct 1, 2020

This PR actually breaks resolver verify due to concurrent modification in in the await method (on the callback hashmap). I tried to use a ConcurrentHashMap in this time the resolver behavior is not correct. I will take a deeper look.

@gnodet gnodet closed this Mar 5, 2021
gnodet pushed a commit to gnodet/karaf that referenced this pull request Mar 7, 2022
[ENTESB-17815] Align Æsh with Karaf 4.2.12
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.

3 participants