Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When Story is done but subtask is cancel, Sprint close not allow.

Moses Lim Him Kuong
October 1, 2018

I have a sprint that i'm trying to close but it doesn't allow me to close it.

 

Story 1(done)- 3 subtask with 1 cancelled, 2 done.

Story 2(in progress) - 3 subtask with 1 done, 1 cancelled, 1 in progress.

 

Upon clicking complete sprint it prompt that 

 

Sprint cannot be completed as there are incomplete subtasks on the following issues:

Story 1

 

I have a cancelled column.

 

Tried a few ways.

1. filter the board without cancelled.

2. assigning cancelled state to Done in the board.

 

so far only [2] work. But i want to keep both cancelled and done in the board. Is it possible?

2 answers

0 votes
NarendranB
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 26, 2014

We are facing same issue. Any fixes available to try?

Sridhar Nimmagadda
Contributor
August 27, 2014

Can you please elobarate the issue you are facing? do you have the same thread pile up of lucene indexes ?

NarendranB
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 27, 2014

We have a powerful server and in spite of that almost every day, the CPU load increases and JIRA becomes unresponsive. Therad dumps reveal that threads piling up on Lucene search. We are on JIRA 6.0.6. I see that you faced this problem back in May. Are you still facing this? If not, did you try any fixes?

Sridhar Nimmagadda
Contributor
September 1, 2014

Can you compare the thread dump when there is high CPU and when the CPU is OK and post the threads that are piling up

0 votes
codelab expert
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 11, 2014

Hi Sridhar,

you can try to rebuild your indexes from ground. You'll find the indexes in this folder \DATA\caches\indexes\.

1. Shutdown JIRA

2. Delete indexes

3. Start JIRA

4. Go to administration panel and recreate indexes

I hope this will help you!

Sridhar Nimmagadda
Contributor
May 25, 2014

That didn't work..

I have almost 90 threads with the below stack(cut off the remaining stack), which is using up most (> 80%)of the CPU, all in runnable state

at org.apache.lucene.store.DataInput.readVInt(DataInput.java:105)
at org.apache.lucene.index.SegmentTermDocs.read(SegmentTermDocs.java:144)
at org.apache.lucene.search.TermScorer.nextDoc(TermScorer.java:112)
at org.apache.lucene.search.ConjunctionScorer.nextDoc(ConjunctionScorer.java:127)
at org.apache.lucene.search.BooleanScorer2.nextDoc(BooleanScorer2.java:303)
at org.apache.lucene.util.OpenBitSetDISI.inPlaceOr(OpenBitSetDISI.java:52)
at org.apache.lucene.util.OpenBitSetDISI.(OpenBitSetDISI.java:32)
at org.apache.lucene.search.CachingWrapperFilter.docIdSetToCache(CachingWrapperFilter.java:181)
at org.apache.lucene.search.CachingWrapperFilter.getDocIdSet(CachingWrapperFilter.java:203)
at org.apache.lucene.search.IndexSearcher.searchWithFilter(IndexSearcher.java:551)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:532)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:463)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:433)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:356)

Suggest an answer

Log in or Sign up to answer