Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
214 views
in Technique[技术] by (71.8m points)

JIRA 4.1.2: Is there a different workflow that Jira follows when submitting via web services?

Recently a patch was put into production to upgrade our Postgres DB.

Since then, our users are not able to use the GUI to submit tickets, but our users are able to use the Web Services to submit tickets.

How is this possible that one will work over the other if they are both utilizing the same defined workflows in JIRA?

Please provide some insight into under the hood operations of JIRA. Already put a ticket into Atlassian and was shut down by the help there since the version we have has reached End-of-life.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

@Scott Dudley Two parts.

  1. Though we thought everything goes through the same path pretty much in JIRA when the users submit data via web services logs revealed that we were dead wrong.

  2. The issue that caused the users to not be able to submit data through the GUI was due to the fact that there was some old code written to manage a cache of Users. It had a limit set that was less than the actual number of users so because of how things were coded the system ended up in a nearly infinite loop trying to add all of the users but never able to load them all because the cache would drop users when it was reached but still try and load who was missing from the cache.

Appreciate the suggestions on this and thank you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...