You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2014/03/26 21:13:14 UTC

[jira] [Commented] (DERBY-6530) Release Notes Generator may hit limit maximum of 200 issues

    [ https://issues.apache.org/jira/browse/DERBY-6530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948394#comment-13948394 ] 

Myrna van Lunteren commented on DERBY-6530:
-------------------------------------------

Note that my search ended up with the following query:

project = DERBY AND resolution = fixed AND fixVersion in (10.10.1.4, 10.10.1.1) ORDER BY key DESC

This included the 10.10.1.1 version, which had its own release, and so should not have been included - the result was that the Release Notes Generator removed a lot of the issues. If I do the correct query, project = DERBY AND resolution = fixed AND fixVersion in (10.10.1.4) ORDER BY key DESC, we end with 137 issues, which is within the limits.

Note that the release note generator did correctly strip out the unnecessary issues, but the selection was too big. So the work around is to use a filter that already limits the selection to something smaller than 200.



> Release Notes Generator may hit limit maximum of 200 issues 
> ------------------------------------------------------------
>
>                 Key: DERBY-6530
>                 URL: https://issues.apache.org/jira/browse/DERBY-6530
>             Project: Derby
>          Issue Type: Improvement
>          Components: Build tools
>    Affects Versions: 10.10.1.4
>            Reporter: Myrna van Lunteren
>
> For the 10.10.2 release I tried to generate the release notes by doing this step:
> Then the Release Manager builds RELEASE-NOTES.html:
> cd tools/release
> ant -Drelnotes.src.reports=/path/to/report_directory 
>     -Djira.user=<jira user name>
>     -Djira.password=<password for that user>
>     -Drelease.version=<version of the release in JIRA>
>    genrelnotes
>  as documented on this page: http://wiki.apache.org/db-derby/ReleaseNoteProcess
> However, this returned 359 issues and (apparently) JIRA has (now) a limit of 200 issues downloadable at once, for I got this error:
> C:\derby\10.10\tools\release\build.xml:156: java.lang.IllegalArgumentException: JQL query 'project = DERBY AND resolution = fixed AND fixversion in ("10.10.1.4", "10.10.1.1")' failed (com.atlassian.jira.rpc.exception.RemoteException: Error occurred during searching: 'You are not allowed to get a result set of more than 200 results. Current search returns 359 results'.)
> I worked around this by splitting the issues in doc, test, and other issues and then manually cutting-and-pasting and adjusting the Release notes, but we should make a better fix.



--
This message was sent by Atlassian JIRA
(v6.2#6252)