[
https://issues.apache.org/jira/browse/NUTCH-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102106#comment-18102106
] ASF GitHub Bot commented on NUTCH-3201: --------------------------------------- sonarqubecloud[bot] commented on PR #949: URL: https://github.com/apache/nutch/pull/949#issuecomment-5193439850 ## [](https://sonarcloud.io/dashboard?id=apache_nutch&pullRequest=949) **Quality Gate passed** Issues  [0 New issues](https://sonarcloud.io/project/issues?id=apache_nutch&pullRequest=949&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0 Accepted issues](https://sonarcloud.io/project/issues?id=apache_nutch&pullRequest=949&issueStatuses=ACCEPTED) Measures  [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_nutch&pullRequest=949&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_nutch&pullRequest=949&metric=new_coverage&view=list)  [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=apache_nutch&pullRequest=949&metric=new_duplicated_lines_density&view=list) <! > Fetcher launches only a single reduce task, ignoring the configuration > ---------------------------------------------------------------------- > > Key: NUTCH-3201 > URL: https://issues.apache.org/jira/browse/NUTCH-3201 > Project: Nutch > Issue Type: Bug > Components: fetcher > Affects Versions: 1.23 > Reporter: Sebastian Nagel > Assignee: Sebastian Nagel > Priority: Major > Fix For: 1.23 > > > Fetcher sets the number of reduce tasks programmatically to 1 - > [here|https://github.com/apache/nutch/blob/1251a1af5c8ca133fe59d7120e199f94954c0e93/src/java/org/apache/nutch/fetcher/Fetcher.java#L634]. > The configured number of reduce tasks per {{mapreduce.job.reduces}} is > ignored that way. > This regression was introduced by NUTCH-3162. -- This message was sent by Atlassian Jira (v8.20.10#820010)

