You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2014/01/10 21:31:36 UTC

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts



---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** open
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 10, 2014 08:31 PM UTC
**Owner:** nobody

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: validation --> closed



---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** closed
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 24, 2014 04:52 PM UTC
**Owner:** Cory Johns

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: code-review --> validation
- **QA**: Dave Brondsema



---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** validation
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 24, 2014 04:40 PM UTC
**Owner:** Cory Johns

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Dave Brondsema <br...@users.sf.net>.
Most of the time the newest logging reports:

    this extension: <class 'allura.model.session.ArtifactSessionExtension'>

But quite often it reports that it's using the Batch Indexer:

~~~~
this extension: <class 'allura.model.session.BatchIndexer'>
active session extensions are: [<class 'allura.model.session.BatchIndexer'>]
threadlocal session is for: [Database(MongoClient(u'mongo-server', 27017), u'pyforge'),
                             Database(MongoClient(u'mongo-server', 27017), u'pyforge'),
                             Database(MongoClient('mongo-server', 27017), u'activitystream'),
                             Database(MongoClient(u'mongo-server', 27017), u'task'),
                             Database(MongoClient(u'mongo-server', 27017), u'project-data'),
                             Database(MongoClient(u'mongo-server', 27017), u'project-data')]
current session is: Database(MongoClient(u'mongo-server', 27017), u'project-data')
~~~~


---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** in-progress
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Tue Jan 21, 2014 04:15 PM UTC
**Owner:** Dave Brondsema

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Cory Johns <ma...@users.sf.net>.
`allura:cj/7047`


---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** code-review
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 24, 2014 03:54 PM UTC
**Owner:** Cory Johns

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Cory Johns <ma...@users.sf.net>.
- **assigned_to**: Dave Brondsema --> Cory Johns



---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** in-progress
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 24, 2014 03:05 PM UTC
**Owner:** Cory Johns

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Cory Johns <ma...@users.sf.net>.
- **status**: in-progress --> code-review



---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** code-review
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 24, 2014 03:54 PM UTC
**Owner:** Cory Johns

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7047 ticket bulk_edit task sometimes doesn't call add_artifacts

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: open --> in-progress
- **assigned_to**: Dave Brondsema



---

** [tickets:#7047] ticket bulk_edit task sometimes doesn't call add_artifacts**

**Status:** in-progress
**Created:** Fri Jan 10, 2014 08:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Jan 10, 2014 08:31 PM UTC
**Owner:** Dave Brondsema

On Allura's own ticket tracker when I do a bulk edit, it lately has been not updating solr with the ticket changes.  This has happened a few times, but I haven't been able to reproduce on a test project or locally. 

Here's the tasks that run in such a case: https://sourceforge.net/p/allura/pastebin/52d057cbea406b5dc88d20ec

And here's the tasks that run when it does work properly: https://sourceforge.net/p/allura/pastebin/52d057d404161f105486b39c

In the case of it not working, the sendmail events and logging of ticket version commits show that the tickets were found.  I can even find the corresponding zarkov events that ArtifactSessionExtension.after_flush sends out, so all I can figure is that "arefs" was falsey.  But i don't see how that can happen.


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.