Re: Terms for database replication

2014-06-05 Thread Justin Holmes
Aymeric +1


On Thu, Jun 5, 2014 at 5:54 PM, Aymeric Augustin <
aymeric.augus...@polytechnique.org> wrote:

> Everyone,
>
> It's exciting to see that much energy directed at Django! At the same
> time, it's sad to see it tragically misused.
>
> If you want to help, there are currently 124 pull requests on GitHub, 133
> patches on Trac and 38 new tickets, all needing a review.
>
> Any of these would be a better use of your time than this wording issue on
> which the core team has already made a final decision.
>
> Thank you,
>
> --
> Aymeric.
>
> [1] http://dashboard.djangoproject.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/0FB52B62-DA6B-4727-9549-B0FB911FB096%40polytechnique.org
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Justin Holmes
Chief Chocobo Breeder, slashRoot

slashRoot: Coffee House and Tech Dojo
New Paltz, NY 12561
845.633.8330

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMGywB6aEfzJNmD_shyBP60QQ%3DFqjw6MrivXQnK1j8YDGS51rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Aymeric Augustin
Everyone,

It's exciting to see that much energy directed at Django! At the same time, 
it's sad to see it tragically misused.

If you want to help, there are currently 124 pull requests on GitHub, 133 
patches on Trac and 38 new tickets, all needing a review.

Any of these would be a better use of your time than this wording issue on 
which the core team has already made a final decision.

Thank you,

-- 
Aymeric.

[1] http://dashboard.djangoproject.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/0FB52B62-DA6B-4727-9549-B0FB911FB096%40polytechnique.org.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Alex Gaynor
You're entitled to your own opinions, but you aren't entitled to your own
facts. The terms primary/replica are extremely well established, perhaps
even moreso than master/slave: https://imgur.com/a/pCp3d, the suggestion
that this is a gross violation of computer science nomenclature is pure
fiction. Further, the terms master/slave do not accurately describe the
setup the documentation is referring to, with replication schemes like
Wal-E (where a "slave" never even communicates with a "master") or
PostgreSQL's chained replication (where a "slave" can replicate to another
"slave"), the desire to cling to these misleading terms is simply
perplexing.

Alex


On Thu, Jun 5, 2014 at 1:42 PM, Stan  wrote:

> Alex,
>
> With all due respect (I mean it),
> The  perception from the outside is that you didn't put the Django project
> best interest on the first line in that PR / merge but something more
> personal (plus being a confusing merge in terms of computer science).
>
> Cheers
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/a0afb357-a901-4862-954d-76b64bb75b3b%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFRnB2W7o2p9G_WJ_OMvu_-idPUZtSw4exF6T92OrHnLFHSQ3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Stan
Alex,

With all due respect (I mean it),
The  perception from the outside is that you didn't put the Django project best 
interest on the first line in that PR / merge but something more personal (plus 
being a confusing merge in terms of computer science).

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a0afb357-a901-4862-954d-76b64bb75b3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Tom Evans
On Thu, Jun 5, 2014 at 8:07 PM, Justin Holmes  wrote:
> OK.  How about "canon" and "replica" ?

I think we all get sent to the naughty step if we continue to discuss
this, so I will just say that "master" is being used as an adjective
in this context, it is the master database, or the master connection,
or indeed master branch. "Master" as in slavery is when it is used as
a noun. A few dictionary definition of the adjective "master":

"of or pertaining to a master from which copies are made: master film;
master matrix; master record;master tape."
"Being an original from which copies are made."
"an original from which copies can be made; especially :  a master
recording (as a magnetic tape)"

No other word is suitable because this word universally encapsulates
this concept, not just in IT, but in all aspects of all trades that
make copies of things.

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFHbX1J5mV-PD%2BecOhEn-3yhd2ay7VzSohQUy6Kw1-R8OsnE7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Justin Holmes
OK.  How about "canon" and "replica" ?


On Thu, Jun 5, 2014 at 2:59 PM, Tom Evans  wrote:

> On Thu, Jun 5, 2014 at 5:08 PM, Justin Holmes 
> wrote:
> > I don't want to devolve completely into an etymological circlejerk here,
> but
> > my sense is that "master" in the VCS sense is like "master key," rather
> than
> > describing the interpersonal relationship of involuntary servitude.
> >
>
> And in databases, it means the connection on which you can "master"
> records. Words have many meanings.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CAFHbX1LbZACH7MPdmz7_M_x1pvhjH-d%2BjV%3Dya4S%2BVvTTGPheMA%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Justin Holmes
Chief Chocobo Breeder, slashRoot

slashRoot: Coffee House and Tech Dojo
New Paltz, NY 12561
845.633.8330

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMGywB4qX-reH9fnOihjAYART6GtGhXutRqPULp_KxNuH5cPFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Tom Evans
On Thu, Jun 5, 2014 at 5:08 PM, Justin Holmes  wrote:
> I don't want to devolve completely into an etymological circlejerk here, but
> my sense is that "master" in the VCS sense is like "master key," rather than
> describing the interpersonal relationship of involuntary servitude.
>

And in databases, it means the connection on which you can "master"
records. Words have many meanings.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFHbX1LbZACH7MPdmz7_M_x1pvhjH-d%2BjV%3Dya4S%2BVvTTGPheMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Cal Leeming [Simplicity Media Ltd]
Yup, the BDFL is still strong in this one ;)

Cal


On Thu, Jun 5, 2014 at 6:50 PM, Alex Gaynor  wrote:

> Hi everybody.
>
> The Django core developers have made our decision on the terminology we're
> going to use; I'd ask that you stop using django-developers to debate this
> further.
>
> Alex
>
>
> On Thu, Jun 5, 2014 at 10:43 AM, Unai Zalakain 
> wrote:
>
>> Greetings!
>>
>>
>>  I saw that someone suggested "leader" and "follower" - I haven't thought
>>> through whether I find this more palatable.
>>>
>>
>> Well, as an individualist I am, I find those terms quite uninviting too.
>>  Hoping to downplay it a bit, what about BDSM terms "Dominant" and
>> "Submissive", "Dom" and "Sub" or "Top" and "Bottom"?
>>
>> --
>> unai
>>
>
>
>
> --
> "I disapprove of what you say, but I will defend to the death your right
> to say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
> "The people's good is the highest law." -- Cicero
> GPG Key fingerprint: 125F 5C67 DFE9 4084
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CAFRnB2WQZt-u7wsU2KN5Oiq2hjWqXwmc80ME1wrHgLKN%3D1PL3Q%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAHKQagHG%3DAC-k2x9Eevg9yV8k8W%3Dmf9ScRZbgmDSnD8HmoU_bA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Alex Gaynor
Hi everybody.

The Django core developers have made our decision on the terminology we're
going to use; I'd ask that you stop using django-developers to debate this
further.

Alex


On Thu, Jun 5, 2014 at 10:43 AM, Unai Zalakain 
wrote:

> Greetings!
>
>
>  I saw that someone suggested "leader" and "follower" - I haven't thought
>> through whether I find this more palatable.
>>
>
> Well, as an individualist I am, I find those terms quite uninviting too.
>  Hoping to downplay it a bit, what about BDSM terms "Dominant" and
> "Submissive", "Dom" and "Sub" or "Top" and "Bottom"?
>
> --
> unai
>



-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFRnB2WQZt-u7wsU2KN5Oiq2hjWqXwmc80ME1wrHgLKN%3D1PL3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Unai Zalakain

Greetings!

I saw that someone suggested "leader" and "follower" - I haven't 
thought through whether I find this more palatable.


Well, as an individualist I am, I find those terms quite uninviting too.  
Hoping to downplay it a bit, what about BDSM terms "Dominant" and 
"Submissive", "Dom" and "Sub" or "Top" and "Bottom"?


--
unai


signature.asc
Description: Digital signature


Re: Terms for database replication

2014-06-05 Thread Flavio Curella
I just want to clarify a few misunderstanding that I keep seeing popping up.

1. If you read the original 
ticket, https://code.djangoproject.com/ticket/22667 you will notice that my 
original concern wasn't the word 'master', nor the word 'slave', but the 
usage of both terms together. What basically I wanted to do was renaming 
that specific database configuration known as master/slave to something 
else. Turns out, primary/replica was already there.
2. Contrary to popular belief, the words 'master' and 'slave' have not been 
banned from the documentation.
3. I sure have no intention or hope to change the English language used by 
billions of people. That's kind of a big task to accomplish.
4. I neither have any intention of telling people what they should use. By 
all means, use whatever you feel like it's best. The intention here was to 
change just what Django uses in its docs.


On Thursday, June 5, 2014 8:52:57 AM UTC-5, Tom Evans wrote:
>
> Please revert this change as soon as possible. 
>
> If the project has become so PC sensitive that the word "slave" is no 
> longer permitted to be uttered, then "replica" is an alternate term, 
> but "primary" is not. 
>
> Have you ever set up "primary-primary replication"? No, neither have 
> I. Master-master replication is common, please do not take it upon 
> yourselves to re-program our vocabulary. 
>
> I have a primary master, I do not have a primary primary! 
>
> Cheers 
>
> Tom 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/acce630f-3760-4013-902d-fdfd687d0894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Justin Holmes
I don't want to devolve completely into an etymological circlejerk here,
but my sense is that "master" in the VCS sense is like "master key," rather
than describing the interpersonal relationship of involuntary servitude.


On Thu, Jun 5, 2014 at 11:53 AM, Malcolm Box  wrote:

> FWIW, I think the main objection is to the word "slave", not to "master".
> Otherwise we'll be renaming the git branches soon...
>
> So "master" / "replica" would work.
>
> Malcolm
>
>
> On Thursday, 5 June 2014 16:26:07 UTC+1, Justin Holmes wrote:
>
>> I think I agree that "primary" is a bad choice.  Can you suggest
>> something other than master?  Something that will address the concerns
>> posed in the past two threads?
>>
>> I saw that someone suggested "leader" and "follower" - I haven't thought
>> through whether I find this more palatable.
>>
>>
>> On Thu, Jun 5, 2014 at 11:15 AM, Cal Leeming [Simplicity Media Ltd] <
>> cal.l...@simplicitymedialtd.co.uk> wrote:
>>
>>> For once, I'm going to +1 you Tom.
>>>
>>> Cal
>>>
>>>
>>> On Thu, Jun 5, 2014 at 2:52 PM, Tom Evans 
>>> wrote:
>>>
 Please revert this change as soon as possible.

 If the project has become so PC sensitive that the word "slave" is no
 longer permitted to be uttered, then "replica" is an alternate term,
 but "primary" is not.

 Have you ever set up "primary-primary replication"? No, neither have
 I. Master-master replication is common, please do not take it upon
 yourselves to re-program our vocabulary.

 I have a primary master, I do not have a primary primary!

 Cheers

 Tom

 --
 You received this message because you are subscribed to the Google
 Groups "Django developers" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to django-develop...@googlegroups.com.
 To post to this group, send email to django-d...@googlegroups.com.

 Visit this group at http://groups.google.com/group/django-developers.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/django-developers/CAFHbX1%2BUa81AruHH7mRK9SyQCABQrprPDd7
 sdTRrNN0_DpNPOg%40mail.gmail.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-develop...@googlegroups.com.
>>> To post to this group, send email to django-d...@googlegroups.com.
>>>
>>> Visit this group at http://groups.google.com/group/django-developers.
>>> To view this discussion on the web visit https://groups.google.com/d/
>>> msgid/django-developers/CAHKQagGa1WE8yH2xpf0DrKv9i_m9%
>>> 2B6akcDTHexeUZmq%3DQZHUuA%40mail.gmail.com
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Justin Holmes
>> Chief Chocobo Breeder, slashRoot
>>
>> slashRoot: Coffee House and Tech Dojo
>> New Paltz, NY 12561
>> 845.633.8330
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/0e3f8c99-38b6-424e-9f2c-7c0fe569b6a7%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Justin Holmes
Chief Chocobo Breeder, slashRoot

slashRoot: Coffee House and Tech Dojo
New Paltz, NY 12561
845.633.8330

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMGywB4BOD4MH203q%2B2L4Gx9Ev0SStFt%2BdbqDPFqPpBrNqcPCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Malcolm Box
FWIW, I think the main objection is to the word "slave", not to "master". 
Otherwise we'll be renaming the git branches soon...

So "master" / "replica" would work.

Malcolm

On Thursday, 5 June 2014 16:26:07 UTC+1, Justin Holmes wrote:
>
> I think I agree that "primary" is a bad choice.  Can you suggest something 
> other than master?  Something that will address the concerns posed in the 
> past two threads?
>
> I saw that someone suggested "leader" and "follower" - I haven't thought 
> through whether I find this more palatable.
>
>
> On Thu, Jun 5, 2014 at 11:15 AM, Cal Leeming [Simplicity Media Ltd] <
> cal.l...@simplicitymedialtd.co.uk > wrote:
>
>> For once, I'm going to +1 you Tom.
>>
>> Cal
>>
>>
>> On Thu, Jun 5, 2014 at 2:52 PM, Tom Evans > > wrote:
>>
>>> Please revert this change as soon as possible.
>>>
>>> If the project has become so PC sensitive that the word "slave" is no
>>> longer permitted to be uttered, then "replica" is an alternate term,
>>> but "primary" is not.
>>>
>>> Have you ever set up "primary-primary replication"? No, neither have
>>> I. Master-master replication is common, please do not take it upon
>>> yourselves to re-program our vocabulary.
>>>
>>> I have a primary master, I do not have a primary primary!
>>>
>>> Cheers
>>>
>>> Tom
>>>
>>> --
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to django-develop...@googlegroups.com .
>>> To post to this group, send email to django-d...@googlegroups.com 
>>> .
>>> Visit this group at http://groups.google.com/group/django-developers.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-developers/CAFHbX1%2BUa81AruHH7mRK9SyQCABQrprPDd7sdTRrNN0_DpNPOg%40mail.gmail.com
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-develop...@googlegroups.com .
>> To post to this group, send email to django-d...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/django-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/CAHKQagGa1WE8yH2xpf0DrKv9i_m9%2B6akcDTHexeUZmq%3DQZHUuA%40mail.gmail.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Justin Holmes
> Chief Chocobo Breeder, slashRoot
>
> slashRoot: Coffee House and Tech Dojo
> New Paltz, NY 12561
> 845.633.8330 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/0e3f8c99-38b6-424e-9f2c-7c0fe569b6a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Justin Holmes
I think I agree that "primary" is a bad choice.  Can you suggest something
other than master?  Something that will address the concerns posed in the
past two threads?

I saw that someone suggested "leader" and "follower" - I haven't thought
through whether I find this more palatable.


On Thu, Jun 5, 2014 at 11:15 AM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:

> For once, I'm going to +1 you Tom.
>
> Cal
>
>
> On Thu, Jun 5, 2014 at 2:52 PM, Tom Evans 
> wrote:
>
>> Please revert this change as soon as possible.
>>
>> If the project has become so PC sensitive that the word "slave" is no
>> longer permitted to be uttered, then "replica" is an alternate term,
>> but "primary" is not.
>>
>> Have you ever set up "primary-primary replication"? No, neither have
>> I. Master-master replication is common, please do not take it upon
>> yourselves to re-program our vocabulary.
>>
>> I have a primary master, I do not have a primary primary!
>>
>> Cheers
>>
>> Tom
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-developers@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/CAFHbX1%2BUa81AruHH7mRK9SyQCABQrprPDd7sdTRrNN0_DpNPOg%40mail.gmail.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CAHKQagGa1WE8yH2xpf0DrKv9i_m9%2B6akcDTHexeUZmq%3DQZHUuA%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Justin Holmes
Chief Chocobo Breeder, slashRoot

slashRoot: Coffee House and Tech Dojo
New Paltz, NY 12561
845.633.8330

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMGywB4CF%3D_XFnaJ9LsTOgF%2BAy2KJ6XXw4frWFsKy-WunL4pxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Terms for database replication

2014-06-05 Thread Cal Leeming [Simplicity Media Ltd]
For once, I'm going to +1 you Tom.

Cal


On Thu, Jun 5, 2014 at 2:52 PM, Tom Evans  wrote:

> Please revert this change as soon as possible.
>
> If the project has become so PC sensitive that the word "slave" is no
> longer permitted to be uttered, then "replica" is an alternate term,
> but "primary" is not.
>
> Have you ever set up "primary-primary replication"? No, neither have
> I. Master-master replication is common, please do not take it upon
> yourselves to re-program our vocabulary.
>
> I have a primary master, I do not have a primary primary!
>
> Cheers
>
> Tom
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CAFHbX1%2BUa81AruHH7mRK9SyQCABQrprPDd7sdTRrNN0_DpNPOg%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAHKQagGa1WE8yH2xpf0DrKv9i_m9%2B6akcDTHexeUZmq%3DQZHUuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.