[Glass] Cannot backup anymore while Seaside gems are running
Mariano Martinez Peck via Glass
glass at lists.gemtalksystems.com
Mon Feb 6 10:47:15 PST 2017
On Mon, Feb 6, 2017 at 2:48 PM, Dale Henrichs <dale.henrichs at gemtalksystems.
com> wrote:
>
>
> On 02/06/2017 09:30 AM, Mariano Martinez Peck wrote:
>
>
>
> On Mon, Feb 6, 2017 at 1:47 PM, Dale Henrichs via Glass <
> glass at lists.gemtalksystems.com> wrote:
>
>> Mariano,
>>
>> The `Please wait...` message is displayed, because voting is ongoing, or
>> another process is holding onto the gc lock (see
>> TDGemStoneTool>>systemIsVoting):
>>
>> systemIsVoting
>> | vs sessId |
>> vs := System voteState.
>> sessId := System sessionIdHoldingGcLock.
>> ^ sessId ~= 0 or: [ vs > 0 and: [ vs < 4 ] ]
>>
>> It would probably help the see what the voteState is and which session is
>> holding the GcLock. You could pass those results along as soon as you get
>> them.
>>
>
> Thanks. The voteState was 2. And yes, after some times, voteState started
> giving 0. Once that happened, I was able to make the backup..
>
> Okay, I've pushed the `--wait` option to the dev branch ... let me know
> how it goes .
>
>
Cool!
I am trying to update. But i have some questions...
1) On the server side I did:
`git pull origin dev`
Now, that only updates the filetree repo. How can I reload tODE on a given
stone so that it greabs latest filetree state? Like below?
$GS_HOME/bin/todeIt $stoneName script --script=updateServerTode
2) Do I need to rebuild any image?
Thanks in advance,
--
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20170206/5d9a4671/attachment-0001.html>
More information about the Glass
mailing list