[Glass] Cannot backup anymore while Seaside gems are running
Dale Henrichs via Glass
glass at lists.gemtalksystems.com
Mon Feb 6 11:07:25 PST 2017
On 02/06/2017 10:47 AM, Mariano Martinez Peck wrote:
>
> On Mon, Feb 6, 2017 at 2:48 PM, Dale Henrichs
> <dale.henrichs at gemtalksystems.com
> <mailto: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
>> <mailto: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
>
This is the ticket...
>
> 2) Do I need to rebuild any image?
>
>
No client-side modifications, so no need to rebuild the client ...
Dale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20170206/745fd4fd/attachment.html>
More information about the Glass
mailing list