-
Bug
-
Resolution: Duplicate
-
High
-
4.4.1
-
None
-
Mac OS X 10.7; rv:6.0.2 with Postgres 9.0 (similar with Mac OS X 10.6; rv:6.0.2 with Postgres 8.4)
Base install restored from https://bitbucket.org/bob_swift/jira-cli/downloads/jira-cli-test-jira-4.2.4-export.zip
JIRA Clone Plus Plugin
-
4.04
-
See JRA-25034. This problem only occurs on 4.4.1, similar testing on 4.4.0 and other jira levels has not experienced this problem.
The problem occurs running JIRA CLI automated tests which:
- Run a large number of SOAP and rest requests
- Includes issue creates and issue clones
- Some base clone operations
JIRA Clone Plus Plugin see relatedhttps://studio.plugins.atlassian.com/browse/JCPP-36 - Problems still occur after fix applied for that issue
- Some base clone operations
- Concurrent requests are made (and the problem seems to occur with higher levels of concurrency)
Numerous recreates have been attempted to narrow down the problem. Symptoms include:
- Freezes creating or cloning issues (UI or via remote request)
- Socket timeout on remote request
Remote error: ; nested exception is: [error] java.net.SocketTimeoutException: Read timed out
- A project that cannot be deleted (completely) - delete says not found, create says already exists
- this might be a side affect of the freezes and subsequent stopping or canceling
- Restore from back freezes
- Logs contain numerous entries like
Existing issue found for key ZJIRACLI-29. Incrementing key.
Once the problem occurs, it is likely that jira needs to be restored from backup after deleting the DB.
Attached a log after automation and UI create issue freezes.
Recreate
You will need a JCLI gint test environment similar to what Trevor did in https://jira.atlassian.com/browse/JRA-25034?focusedCommentId=264065&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-264065 - use the latest snapshots
- New 4.4.1 install
- On install screen, import https://bitbucket.org/bob_swift/jira-cli/downloads/jira-cli-test-jira-4.2.4-export.zip and specify license
- Run the test
- -DmaxParallel=8 is the default for concurrent actions, if this is set to 1, it seems to work
- Freeze and/or socket timeout
- attached catalina.out after the test started freeze
- causes
-
JRASERVER-25914 Two issues created with the same pkey value...
- Closed
-
JRASERVER-26133 Project Import fails with error: "Existing issue found for key"
- Closed
- duplicates
-
JRASERVER-25914 Two issues created with the same pkey value...
- Closed
- is related to
-
JRASERVER-25945 Concurrent creates get same issue key
- Closed
-
JRASERVER-25192 The list of roles in a project can be invalid after a project import
- Closed
- relates to
-
JRASERVER-25034 Multi-select custom field value handling incompatible with previous releases
- Closed
- mentioned in
-
Wiki Page Loading...