You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/06/11 07:51:56 UTC

[GitHub] [hadoop-ozone] runzhiwang edited a comment on pull request #1034: HDDS-3749. Improve OM performance with 3.7% by avoid stream.collect

runzhiwang edited a comment on pull request #1034:
URL: https://github.com/apache/hadoop-ozone/pull/1034#issuecomment-642476841


   @elek @bharatviswa504    I think the reason there are code1 and code2 both use java.util.stream.Collectors.   In this patch, I remove code1, and trigger CI, because code2 still use java.util.stream.Collectors, CI does not fail. Then, another commit remove code2 and merged, but this patch does not trigger CI again, if trigger, CI will fail, because both code1 and code2 were removed, there are no code use java.util.stream.Collectors. So when merge this patch, CI fail.   Sorry for that.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org