<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Travis Hegner | Ramblings of an I.T. Guy</title>
	<atom:link href="http://travishegner.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://travishegner.com</link>
	<description>A conglomeration of thoughts, projects, tutorials, and whatever else I feel like writing.</description>
	<lastBuildDate>Tue, 24 Jan 2012 00:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Peggy</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-47</link>
		<dc:creator>Peggy</dc:creator>
		<pubDate>Tue, 24 Jan 2012 00:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-47</guid>
		<description>I have been trying to set this up in an 8.4 environment.  When I startup the standby server and look at the standby.log, the Waiting for WAL file lists the WAL file that is the next in sequence for the standby server rather than the next log in sequence from the production server.  How do I get it to look for the right WAL file.  The %f parameter is providing the file name for the standby server.  Has anyone else encountered this problem?</description>
		<content:encoded><![CDATA[<p>I have been trying to set this up in an 8.4 environment.  When I startup the standby server and look at the standby.log, the Waiting for WAL file lists the WAL file that is the next in sequence for the standby server rather than the next log in sequence from the production server.  How do I get it to look for the right WAL file.  The %f parameter is providing the file name for the standby server.  Has anyone else encountered this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Abraão</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-18</link>
		<dc:creator>Abraão</dc:creator>
		<pubDate>Tue, 17 May 2011 21:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-18</guid>
		<description>Nice work. I would like to know if you have some tips about warm replication in the Windows using the Postgres 8.2.11-1. Some material about it is very hard of find. Thanks very much.
</description>
		<content:encoded><![CDATA[<p>Nice work. I would like to know if you have some tips about warm replication in the Windows using the Postgres 8.2.11-1. Some material about it is very hard of find. Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Enzo</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-17</link>
		<dc:creator>Enzo</dc:creator>
		<pubDate>Mon, 09 May 2011 16:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-17</guid>
		<description>&quot;Unfortunately, there is no way to verify that the data is actually being replicated and recovered into the stand-by server, because during &quot;recovery mode&quot; the database is not operational.&quot;
You can tail the pg_standby.log file and it will show the files that have been applied. Unfortunately though, this is pretty crappy in a production environment because you need to monitor this constantly and alert if you are too far behind. If you have a lot of databases, you aren&#039;t going to be sitting around tailing log files. There needs to be a better way to monitor this and alert if you are too many log files behind.
</description>
		<content:encoded><![CDATA[<p>&#8220;Unfortunately, there is no way to verify that the data is actually being replicated and recovered into the stand-by server, because during &#8220;recovery mode&#8221; the database is not operational.&#8221;<br />
You can tail the pg_standby.log file and it will show the files that have been applied. Unfortunately though, this is pretty crappy in a production environment because you need to monitor this constantly and alert if you are too far behind. If you have a lot of databases, you aren&#8217;t going to be sitting around tailing log files. There needs to be a better way to monitor this and alert if you are too many log files behind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stevi &amp; Trevor 3/5/11 The Best Man Toast by patti ann</title>
		<link>http://travishegner.com/2011/03/stevi_trevor_3511_the_best_man_toast/#comment-40</link>
		<dc:creator>patti ann</dc:creator>
		<pubDate>Mon, 07 Mar 2011 21:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2011/03/06/stevi_trevor_3511_the_best_man_toast/#comment-40</guid>
		<description>hey u did a great job and u made me cried to..... i love ya
</description>
		<content:encoded><![CDATA[<p>hey u did a great job and u made me cried to&#8230;.. i love ya</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stevi &amp; Trevor 3/5/11 The Best Man Toast by Kacey</title>
		<link>http://travishegner.com/2011/03/stevi_trevor_3511_the_best_man_toast/#comment-39</link>
		<dc:creator>Kacey</dc:creator>
		<pubDate>Mon, 07 Mar 2011 01:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2011/03/06/stevi_trevor_3511_the_best_man_toast/#comment-39</guid>
		<description>Travis, that seriously had me in tears.  Absolutely beautiful!!
</description>
		<content:encoded><![CDATA[<p>Travis, that seriously had me in tears.  Absolutely beautiful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Chris Row</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-16</link>
		<dc:creator>Chris Row</dc:creator>
		<pubDate>Sat, 25 Sep 2010 02:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-16</guid>
		<description>I was wondering if you ever got around to doing that write up on Slony. I&#039;ve been working on implementing it myself on Debian systems, and while I can get it to mostly work I keep running into little snafus. Some due to the way we have to purge old data from the master database that would break Slony, and some on general setup.
I&#039;m going over the docs again now but though if you had that write up it might save me some trouble. If I can&#039;t figured it out I may have to fall back to WAL shipping for safety sake.
Thanks
-Chris
</description>
		<content:encoded><![CDATA[<p>I was wondering if you ever got around to doing that write up on Slony. I&#8217;ve been working on implementing it myself on Debian systems, and while I can get it to mostly work I keep running into little snafus. Some due to the way we have to purge old data from the master database that would break Slony, and some on general setup.<br />
I&#8217;m going over the docs again now but though if you had that write up it might save me some trouble. If I can&#8217;t figured it out I may have to fall back to WAL shipping for safety sake.<br />
Thanks<br />
-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Hbase 0.20 to Our Hadoop Cluster by Rizwan</title>
		<link>http://travishegner.com/2009/08/adding_hbase_to_our_cluster/#comment-31</link>
		<dc:creator>Rizwan</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/08/12/adding_hbase_to_our_cluster/#comment-31</guid>
		<description>hi,
How you will install hadoop on ubuntu enterprise cloud, well the reason i am asking this because i want to run to some experiments on multiple instances in cloud.
regards
</description>
		<content:encoded><![CDATA[<p>hi,<br />
How you will install hadoop on ubuntu enterprise cloud, well the reason i am asking this because i want to run to some experiments on multiple instances in cloud.<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Travis Hegner</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-15</link>
		<dc:creator>Travis Hegner</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-15</guid>
		<description>Thanks Ian!
I assume that in case of a busy server, it keeps the last couple of WAL logs laying around in case they haven&#039;t been read in yet. If the number of writes hits 16MB before your time limit, it will send an extra WAL file to the warm standby.
I have since moved from this method of replication to one based on Slony. I have been very pleased so far. Slony is a little bit harder to set up and maintain, but the fail-over is much smoother, and you can run backups/queries/reports from your slave, without impacting the master&#039;s performance. I intend at some point to do a write up on it, but time is a scarce resource these days.
Thanks for reading!
Travis
</description>
		<content:encoded><![CDATA[<p>Thanks Ian!<br />
I assume that in case of a busy server, it keeps the last couple of WAL logs laying around in case they haven&#8217;t been read in yet. If the number of writes hits 16MB before your time limit, it will send an extra WAL file to the warm standby.<br />
I have since moved from this method of replication to one based on Slony. I have been very pleased so far. Slony is a little bit harder to set up and maintain, but the fail-over is much smoother, and you can run backups/queries/reports from your slave, without impacting the master&#8217;s performance. I intend at some point to do a write up on it, but time is a scarce resource these days.<br />
Thanks for reading!<br />
Travis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Ian Douglas</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-14</link>
		<dc:creator>Ian Douglas</dc:creator>
		<pubDate>Thu, 03 Jun 2010 00:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-14</guid>
		<description>Thanks for a great write-up. With a few small tweaks, I&#039;ve successfully set up a replication node using your notes. Thanks for a very thorough write-up.
A few notes:
- Debian 5.0 (Lenny) needs &quot;postgresql-contrib-8.3&quot; installed before the symlink from pg_wrapper to pg_standby will work.
- PG v8.3 renames the recovery.conf symlink file to recovery.done
- We&#039;re seeing old logs hanging around for a two 10-minute cycles. When a new WAL shows up, we see console output like this:
running restore		: OK
removing &quot;/pg_import/000000010000000000000022&quot;
Trigger file 		: /pg_import/role.master
Waiting for WAL file	: 000000010000000000000025
WAL file path		: /pg_import/000000010000000000000025
Restoring to...		: pg_xlog/RECOVERYXLOG
Sleep interval		: 60 seconds
Max wait interval	: 0 forever
Command for restore	: ln -s -f &quot;/pg_import/000000010000000000000025&quot; &quot;pg_xlog/RECOVERYXLOG&quot;
Keep archive history	: 000000010000000000000024 and later
... so it removed file 22 when 24 showed up, and updates its trigger to look for file 25, but file 23 and 24 hang around. I was concerned that I hadn&#039;t done something correctly, but all appears well.
</description>
		<content:encoded><![CDATA[<p>Thanks for a great write-up. With a few small tweaks, I&#8217;ve successfully set up a replication node using your notes. Thanks for a very thorough write-up.<br />
A few notes:<br />
- Debian 5.0 (Lenny) needs &#8220;postgresql-contrib-8.3&#8243; installed before the symlink from pg_wrapper to pg_standby will work.<br />
- PG v8.3 renames the recovery.conf symlink file to recovery.done<br />
- We&#8217;re seeing old logs hanging around for a two 10-minute cycles. When a new WAL shows up, we see console output like this:<br />
running restore		: OK<br />
removing &#8220;/pg_import/000000010000000000000022&#8243;<br />
Trigger file 		: /pg_import/role.master<br />
Waiting for WAL file	: 000000010000000000000025<br />
WAL file path		: /pg_import/000000010000000000000025<br />
Restoring to&#8230;		: pg_xlog/RECOVERYXLOG<br />
Sleep interval		: 60 seconds<br />
Max wait interval	: 0 forever<br />
Command for restore	: ln -s -f &#8220;/pg_import/000000010000000000000025&#8243; &#8220;pg_xlog/RECOVERYXLOG&#8221;<br />
Keep archive history	: 000000010000000000000024 and later<br />
&#8230; so it removed file 22 when 24 showed up, and updates its trigger to look for file 25, but file 23 and 24 hang around. I was concerned that I hadn&#8217;t done something correctly, but all appears well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PostgreSQL 8.3 Warm Stand-by Replication by Travis Hegner</title>
		<link>http://travishegner.com/2009/06/postgresql_83_warm_stand-by_replication/#comment-13</link>
		<dc:creator>Travis Hegner</dc:creator>
		<pubDate>Wed, 14 Apr 2010 14:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://hegner.us/2009/06/05/postgresql_83_warm_stand-by_replication/#comment-13</guid>
		<description>Thanks for all of the good feedback!
Be on the lookout as I have been exploring Slony-I a little, and I plan to write a tutorial on how to set that up.
Thanks,
Travis
</description>
		<content:encoded><![CDATA[<p>Thanks for all of the good feedback!<br />
Be on the lookout as I have been exploring Slony-I a little, and I plan to write a tutorial on how to set that up.<br />
Thanks,<br />
Travis</p>
]]></content:encoded>
	</item>
</channel>
</rss>

