On 1/17/20 12:29 AM, Ingo Hornberger wrote:
> Hi Dave,
> 
> just for your interrest - this issue was caused by a taskd job which was
> running crazy. It caused a new job on every run and caused an 100% load on
> taskd.
> 
> What I could explain myself is, that therefore this page document was
> overwritten permanently with the old version. What was bad was, that I
> didn't see this conflict because of the concurrent access as a user.
> 
> But I am  not deep enough into the system, that I really understand the
> cause. For me it is OK at the moment.
> 

Interesting.  We have dealt with a few race conditions lately too, in Allura and
some internal code.  Background tasks running in parallel with other tasks or
web request can be tricky, especially with the way Ming loads a whole model and
then saves the whole model at the end of a task/request, that can clobber other
changes.  Sounds kinda similar.  One recent commit ea34e1897 can help, if the
situation involves post_event() tasks from the web running too soon (while the
web request is still finishing)

> But I have anther short question:
> I wanted to place a merge request for the memorize script. I want to listen
> to the "input" event instead of the "change" event. This will improve the
> behavior on mobile browsers.

That'd be nice, better mobile support is needed.

> 
> But I have a problem with my repo on your allura instance it hangs in "repo
> status: analyzing".
> https://forge-allura.apache.org/u/labi/allura/ci/master/tree/
> 
> Maybe your taskd has also an issue!? ;)

Not sure what happened, but looks ok now.  Looking forward to the merge request 
:)

> 
> Thanks Dave in advance.
> 
> BR,
> Ingo
> 
> 
> Dave Brondsema <d...@brondsema.net> schrieb am Di., 31. Dez. 2019, 21:18:
> 
>> Hi,
>>
>> Sounds weird.  Can you see the "POST" to
>> /p/someproject/wiki/ThePageName/delete
>> either in browser devtools or server logs?  Is it a status 200?  Allura
>> does a
>> "soft-delete" where it is still in the database but flagged as deleted and
>> only
>> shown to project admins.
>>
>> I haven't used Mongo Express, but deleting a record should make it gone I
>> would
>> think :)  Only idea there is that the incorrect record was deleted maybe.
>> If
>> you do delete it directly like that, it still will be in solr for search
>> results, until you do a reindex:
>>
>> https://forge-allura.apache.org/docs/getting_started/administration.html#reindex
>>
>> On 12/28/19 10:06 AM, Ingo Hornberger wrote:
>>> Hey guys!
>>>
>>> In the Wiki of one of our users, we have a page, which can't be deleted.
>>> Neither with allura, nor with mongo express. None of the changes throws
>> an
>>> error, but none really changed anything in the database.
>>>
>>> I am a bit helpless. Does anyone of you have a hint what could be wrong
>> and
>>> how I can get rid of the page?
>>>
>>> BR,
>>> Ingo
>>>
>>
>>
>>
>> --
>> Dave Brondsema : d...@brondsema.net
>> http://www.brondsema.net : personal
>> http://www.splike.com : programming
>>               <><
>>
> 


-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
              <><

Reply via email to