Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Gerrit replication
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Magnus Bäck  
View profile  
 More options Sep 20 2012, 11:19 am
From: Magnus Bäck <ba...@google.com>
Date: Thu, 20 Sep 2012 11:19:08 -0400
Local: Thurs, Sep 20 2012 11:19 am
Subject: Re: Gerrit replication
On Thursday, September 20, 2012 at 06:20 EDT,
     Sergey Kuznetsov <skuznet...@griddynamics.com> wrote:

> Please help me understand how replication works.
> I has configure two nodes, one for master and another
> slave(replication from master to slave).
> Now i have two questions:

[...]

> 2. When i manually create project with the same name on slave,
> replication goes well and i see in root git directory on slave
> replicated project, but no changes in web-ui.

What web UI changes did you expect to see? Are you running Gitweb on the
slave? Normally a slave doesn't have anything you'd call a UI, and the
web UI on the master server doesn't indicate the replication status of
any slaves.

[...]

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey Kuznetsov  
View profile  
 More options Sep 20 2012, 12:08 pm
From: Sergey Kuznetsov <skuznet...@griddynamics.com>
Date: Thu, 20 Sep 2012 09:08:58 -0700 (PDT)
Local: Thurs, Sep 20 2012 12:08 pm
Subject: Re: Gerrit replication

On Thursday, September 20, 2012 7:19:14 PM UTC+4, Magnus Bäck wrote:

> On Thursday, September 20, 2012 at 06:20 EDT,
>      Sergey Kuznetsov <skuzn...@griddynamics.com <javascript:>> wrote:

> > 2. When i manually create project with the same name on slave,
> > replication goes well and i see in root git directory on slave
> > replicated project, but no changes in web-ui.

> >What web UI changes did you expect to see?

 On menu My->changes. When i commit something to the master, on this page i
can see changes to review.

Are you running Gitweb on the slave?

No, i mean http daemon from gerrit install, he provide web page where i can
see commits(on menu My->changes).

Normally a slave doesn't have anything you'd call a UI, and the

> web UI on the master server doesn't indicate the replication status of
> any slaves.

http://gerrit-documentation.googlecode.com/svn/Documentation/2.4.2/co...
I read this doc about configuring gerrit replication, if i think right,
master and slave has identical setup java -jar gerrit-2.4.2.war init -d
/some/path, but master in gerrit $site_path/etc/ have configured
replication.config.
That all diff for me in master and slave.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Magnus Bäck  
View profile  
 More options Sep 20 2012, 4:15 pm
From: Magnus Bäck <ba...@google.com>
Date: Thu, 20 Sep 2012 16:15:02 -0400
Local: Thurs, Sep 20 2012 4:15 pm
Subject: Re: Gerrit replication
On Thursday, September 20, 2012 at 12:08 EDT,
     Sergey Kuznetsov <skuznet...@griddynamics.com> wrote:

Oh. In that case you don't actually have a master/slave set up -- you
have two Gerrit master servers where one happens to replicate Git data
to the other one. Gerrit doesn't support multimaster setups. The data
replicated to slaves is only for read-only purposes to spread the load
and/or cope with slow connections between sites.

--
Magnus Bäck
ba...@google.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey Kuznetsov  
View profile   Translate to Translated (View Original)
 More options Sep 20 2012, 5:00 pm
From: Sergey Kuznetsov <q...@mail.ru>
Date: Thu, 20 Sep 2012 14:00:22 -0700 (PDT)
Local: Thurs, Sep 20 2012 5:00 pm
Subject: Re: Gerrit replication

пятница, 21 сентября 2012 г., 0:15:08 UTC+4 пользователь Magnus Bäck
написал:

Many thanks for explanation, but where i can read about right setup of
master/slave configuration? Or "a load-balanced public mirror farm"?
If it is not difficult, please give me an urls where i can learn more about
this configs.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Sohn  
View profile   Translate to Translated (View Original)
 More options Sep 20 2012, 6:04 pm
From: Matthias Sohn <matthias.s...@googlemail.com>
Date: Fri, 21 Sep 2012 00:04:01 +0200
Local: Thurs, Sep 20 2012 6:04 pm
Subject: Re: Gerrit replication

2012/9/20 Sergey Kuznetsov <q...@mail.ru>

http://gerrit-documentation.googlecode.com/svn/Documentation/2.4.2/co...

--
Matthias


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sergey Kuznetsov  
View profile   Translate to Translated (View Original)
 More options Sep 21 2012, 1:55 am
From: Sergey Kuznetsov <q...@mail.ru>
Date: Thu, 20 Sep 2012 22:55:43 -0700 (PDT)
Local: Fri, Sep 21 2012 1:55 am
Subject: Re: Gerrit replication

пятница, 21 сентября 2012 г., 2:04:04 UTC+4 пользователь Matthias Sohn
написал:

In messages above i wrote this url, the document does not have any words
about how must i instruct gerrit to act a slave. Please read all thread to
understand what my problem for.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Fick  
View profile  
 More options Sep 21 2012, 2:02 am
From: Martin Fick <mf...@codeaurora.org>
Date: Thu, 20 Sep 2012 23:57:57 -0600
Local: Fri, Sep 21 2012 1:57 am
Subject: Re: Gerrit replication
It's actually hidden away here in this config section:

http://gerrit-documentation.googlecode.com/svn/Documentation/2.4.2/co...

It seems like we could use an explanation somewhere about master versus slaves, but I don't know where.  Any suggestions?

-Martin

Employee of Qualcomm Innovation Center,Inc. which is a member of Code Aurora Forum

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Sohn  
View profile  
 More options Sep 21 2012, 2:14 am
From: Matthias Sohn <matthias.s...@googlemail.com>
Date: Fri, 21 Sep 2012 08:14:43 +0200
Local: Fri, Sep 21 2012 2:14 am
Subject: Re: Gerrit replication

2012/9/21 Martin Fick <mf...@codeaurora.org>

> It's actually hidden away here in this config section:

> http://gerrit-documentation.googlecode.com/svn/Documentation/2.4.2/co...

> It seems like we could use an explanation somewhere about master versus
> slaves, but I don't know where.  Any suggestions?

could be added in a new chapter under "Installation" or as a new section in
"Installation Guide"

--
Matthias


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »