public inbox for [email protected]  
help / color / mirror / Atom feed
Git lag
7+ messages / 4 participants
[nested] [flat]

* Git lag
@ 2013-03-10 18:47 Thom Brown <[email protected]>
  2013-03-10 18:51 ` Re: Git lag Tom Lane <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2013-03-10 18:47 UTC (permalink / raw)
  To: pgsql-www

Hi all,

There was a commit by Tom Lane approximately 30 mins ago, yet I'm
still unable to pull those changes into my local repo.  I'm told it's
up-to-date, but the latest commit was Magnus' pg_hba line number
logging change.

Is this anything to be concerned about?

-- 
Thom


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Git lag
  2013-03-10 18:47 Git lag Thom Brown <[email protected]>
@ 2013-03-10 18:51 ` Tom Lane <[email protected]>
  2013-03-10 18:54   ` Re: Git lag Dave Page <[email protected]>
  2013-03-10 18:54   ` Re: Git lag Thom Brown <[email protected]>
  0 siblings, 2 replies; 7+ messages in thread

From: Tom Lane @ 2013-03-10 18:51 UTC (permalink / raw)
  To: Thom Brown <[email protected]>; +Cc: pgsql-www

Thom Brown <[email protected]> writes:
> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
> still unable to pull those changes into my local repo.  I'm told it's
> up-to-date, but the latest commit was Magnus' pg_hba line number
> logging change.

That's really weird, because that commit did show up on
http://git.postgresql.org/gitweb/?p=postgresql.git
almost immediately.  I had the idea that gitweb was looking at the
same anonymous-access git repo that non-committers should pull from.
Maybe there's a third repo involved?

			regards, tom lane


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Git lag
  2013-03-10 18:47 Git lag Thom Brown <[email protected]>
  2013-03-10 18:51 ` Re: Git lag Tom Lane <[email protected]>
@ 2013-03-10 18:54   ` Dave Page <[email protected]>
  2013-03-10 18:56     ` Re: Git lag Thom Brown <[email protected]>
  1 sibling, 1 reply; 7+ messages in thread

From: Dave Page @ 2013-03-10 18:54 UTC (permalink / raw)
  To: Tom Lane <[email protected]>; +Cc: Thom Brown <[email protected]>; pgsql-www

On Sun, Mar 10, 2013 at 6:51 PM, Tom Lane <[email protected]> wrote:
> Thom Brown <[email protected]> writes:
>> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
>> still unable to pull those changes into my local repo.  I'm told it's
>> up-to-date, but the latest commit was Magnus' pg_hba line number
>> logging change.
>
> That's really weird, because that commit did show up on
> http://git.postgresql.org/gitweb/?p=postgresql.git
> almost immediately.  I had the idea that gitweb was looking at the
> same anonymous-access git repo that non-committers should pull from.
> Maybe there's a third repo involved?

There's not, but there is some caching that can happen if you're
pulling the repo via http (I forget the exact details). Try using the
git:// URL instead Thom.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Git lag
  2013-03-10 18:47 Git lag Thom Brown <[email protected]>
  2013-03-10 18:51 ` Re: Git lag Tom Lane <[email protected]>
  2013-03-10 18:54   ` Re: Git lag Dave Page <[email protected]>
@ 2013-03-10 18:56     ` Thom Brown <[email protected]>
  2013-03-12 14:12       ` Re: Git lag Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Thom Brown @ 2013-03-10 18:56 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: Tom Lane <[email protected]>; pgsql-www

On 10 March 2013 18:54, Dave Page <[email protected]> wrote:
> On Sun, Mar 10, 2013 at 6:51 PM, Tom Lane <[email protected]> wrote:
>> Thom Brown <[email protected]> writes:
>>> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
>>> still unable to pull those changes into my local repo.  I'm told it's
>>> up-to-date, but the latest commit was Magnus' pg_hba line number
>>> logging change.
>>
>> That's really weird, because that commit did show up on
>> http://git.postgresql.org/gitweb/?p=postgresql.git
>> almost immediately.  I had the idea that gitweb was looking at the
>> same anonymous-access git repo that non-committers should pull from.
>> Maybe there's a third repo involved?
>
> There's not, but there is some caching that can happen if you're
> pulling the repo via http (I forget the exact details). Try using the
> git:// URL instead Thom.

Ah okay, yes, changed my .git/config to use git:// and all is well
again.  Sorry for the noise.

-- 
Thom


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Git lag
  2013-03-10 18:47 Git lag Thom Brown <[email protected]>
  2013-03-10 18:51 ` Re: Git lag Tom Lane <[email protected]>
  2013-03-10 18:54   ` Re: Git lag Dave Page <[email protected]>
  2013-03-10 18:56     ` Re: Git lag Thom Brown <[email protected]>
@ 2013-03-12 14:12       ` Magnus Hagander <[email protected]>
  2013-04-13 14:50         ` Re: Git lag Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 7+ messages in thread

From: Magnus Hagander @ 2013-03-12 14:12 UTC (permalink / raw)
  To: Thom Brown <[email protected]>; +Cc: Dave Page <[email protected]>; Tom Lane <[email protected]>; pgsql-www

On Sun, Mar 10, 2013 at 7:56 PM, Thom Brown <[email protected]> wrote:
> On 10 March 2013 18:54, Dave Page <[email protected]> wrote:
>> On Sun, Mar 10, 2013 at 6:51 PM, Tom Lane <[email protected]> wrote:
>>> Thom Brown <[email protected]> writes:
>>>> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
>>>> still unable to pull those changes into my local repo.  I'm told it's
>>>> up-to-date, but the latest commit was Magnus' pg_hba line number
>>>> logging change.
>>>
>>> That's really weird, because that commit did show up on
>>> http://git.postgresql.org/gitweb/?p=postgresql.git
>>> almost immediately.  I had the idea that gitweb was looking at the
>>> same anonymous-access git repo that non-committers should pull from.
>>> Maybe there's a third repo involved?
>>
>> There's not, but there is some caching that can happen if you're
>> pulling the repo via http (I forget the exact details). Try using the
>> git:// URL instead Thom.
>
> Ah okay, yes, changed my .git/config to use git:// and all is well
> again.  Sorry for the noise.

Not at all - Dave is actually at least partially wrong here, and I'm
pretty sure I broke something. There were stil some issues before with
http pulls, but they have unfortunately been made quite a lot worse :)
I'll look at getting that sorted as soon a I can.

Basically, there used to be an update issue. But now that we do full
caching on the data, the fixes that are in there to work around the
previous issue, don't necessarily work anymore...

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www



^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Git lag
  2013-03-10 18:47 Git lag Thom Brown <[email protected]>
  2013-03-10 18:51 ` Re: Git lag Tom Lane <[email protected]>
  2013-03-10 18:54   ` Re: Git lag Dave Page <[email protected]>
  2013-03-10 18:56     ` Re: Git lag Thom Brown <[email protected]>
  2013-03-12 14:12       ` Re: Git lag Magnus Hagander <[email protected]>
@ 2013-04-13 14:50         ` Magnus Hagander <[email protected]>
  0 siblings, 0 replies; 7+ messages in thread

From: Magnus Hagander @ 2013-04-13 14:50 UTC (permalink / raw)
  To: Thom Brown <[email protected]>; +Cc: Dave Page <[email protected]>; Tom Lane <[email protected]>; pgsql-www

On Tue, Mar 12, 2013 at 3:12 PM, Magnus Hagander <[email protected]> wrote:
> On Sun, Mar 10, 2013 at 7:56 PM, Thom Brown <[email protected]> wrote:
>> On 10 March 2013 18:54, Dave Page <[email protected]> wrote:
>>> On Sun, Mar 10, 2013 at 6:51 PM, Tom Lane <[email protected]> wrote:
>>>> Thom Brown <[email protected]> writes:
>>>>> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
>>>>> still unable to pull those changes into my local repo.  I'm told it's
>>>>> up-to-date, but the latest commit was Magnus' pg_hba line number
>>>>> logging change.
>>>>
>>>> That's really weird, because that commit did show up on
>>>> http://git.postgresql.org/gitweb/?p=postgresql.git
>>>> almost immediately.  I had the idea that gitweb was looking at the
>>>> same anonymous-access git repo that non-committers should pull from.
>>>> Maybe there's a third repo involved?
>>>
>>> There's not, but there is some caching that can happen if you're
>>> pulling the repo via http (I forget the exact details). Try using the
>>> git:// URL instead Thom.
>>
>> Ah okay, yes, changed my .git/config to use git:// and all is well
>> again.  Sorry for the noise.
>
> Not at all - Dave is actually at least partially wrong here, and I'm
> pretty sure I broke something. There were stil some issues before with
> http pulls, but they have unfortunately been made quite a lot worse :)
> I'll look at getting that sorted as soon a I can.
>
> Basically, there used to be an update issue. But now that we do full
> caching on the data, the fixes that are in there to work around the
> previous issue, don't necessarily work anymore...

With lots of delay, this should be fixed now. Sorry about that.

Other ways of pulling are still *faster* than http, but there should
be no extra delay in it.

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www




^ permalink  raw  reply  [nested|flat] 7+ messages in thread

* Re: Git lag
  2013-03-10 18:47 Git lag Thom Brown <[email protected]>
  2013-03-10 18:51 ` Re: Git lag Tom Lane <[email protected]>
@ 2013-03-10 18:54   ` Thom Brown <[email protected]>
  1 sibling, 0 replies; 7+ messages in thread

From: Thom Brown @ 2013-03-10 18:54 UTC (permalink / raw)
  To: Tom Lane <[email protected]>; +Cc: pgsql-www

On 10 March 2013 18:51, Tom Lane <[email protected]> wrote:
> Thom Brown <[email protected]> writes:
>> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
>> still unable to pull those changes into my local repo.  I'm told it's
>> up-to-date, but the latest commit was Magnus' pg_hba line number
>> logging change.
>
> That's really weird, because that commit did show up on
> http://git.postgresql.org/gitweb/?p=postgresql.git
> almost immediately.  I had the idea that gitweb was looking at the
> same anonymous-access git repo that non-committers should pull from.
> Maybe there's a third repo involved?

Actually I'm thinking there must be something wrong with my local
repo, as I have another copy on another server which I just updated
and it's got that latest change without any problems.

I'm definitely on master:

thom@swift ~/Development/postgresql $ git status
# On branch master
nothing to commit (working directory clean)
thom@swift ~/Development/postgresql $ git pull
Already up-to-date.
thom@swift ~/Development/postgresql $ git log | head -n 5
commit 7f49a67f954db3e92fd96963169fb8302959576e
Author: Magnus Hagander <[email protected]>
Date:   Sun Mar 10 15:54:37 2013 +0100

    Report pg_hba line number and contents when users fail to log in

--
Thom


-- 
Sent via pgsql-www mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www



^ permalink  raw  reply  [nested|flat] 7+ messages in thread


end of thread, other threads:[~2013-04-13 14:50 UTC | newest]

Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2013-03-10 18:47 Git lag Thom Brown <[email protected]>
2013-03-10 18:51 ` Tom Lane <[email protected]>
2013-03-10 18:54   ` Dave Page <[email protected]>
2013-03-10 18:56     ` Thom Brown <[email protected]>
2013-03-12 14:12       ` Magnus Hagander <[email protected]>
2013-04-13 14:50         ` Magnus Hagander <[email protected]>
2013-03-10 18:54   ` Thom Brown <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox