Re: BUG #12749: WARNING: unrecognized node type: 701

From: dean deloach <deanelliotdeloach(at)hotmail(dot)com>
To: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #12749: WARNING: unrecognized node type: 701
Date: 2015-02-10 18:56:23
Message-ID: BAY179-W561A0534551D1667B3DBBBBE240@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Turns out, and engineer at Pivotal, Shawn Yan, sent out an email to our team, acknowledging that is a known bug with GP, when connecting via ODBC/JDBC, and that the workaround is in fact, to change the log_statement setting to either 'all' or 'none'
Dean

> Date: Tue, 10 Feb 2015 21:31:52 +1300
> From: mark(dot)kirkwood(at)catalyst(dot)net(dot)nz
> To: deanelliotdeloach(at)hotmail(dot)com; michael(dot)paquier(at)gmail(dot)com
> CC: pgsql-bugs(at)postgresql(dot)org
> Subject: Re: [BUGS] BUG #12749: WARNING: unrecognized node type: 701
>
> On 10/02/15 16:54, dean deloach wrote:
> > Thanks for the response guys, really appreciate it. Turns out, it has
> > something to do with the log_statement config parameter on the DB. The
> > DBA changed and no one knew...these are the results we get when we
> > attempt to pull data from the GP instance via Datadirect drivers, for
> > different log_statement config values:
> >
> >
> > log_statement=all - returns n records, no errors logged in Greenplum
> > log file
> >
> > log_statement=none - returns n records, no errors logged in Greenplum
> > log file
> >
> > log_statement=mod - returns n-1 records, "unknown node: 701" error
> > logged in Greenplum log file
> >
> > log_statement=ddl - returns n-1 records, "unknown node: 701" error
> > logged in Greenplum log file
> >
>
> That is pretty scary - I'd still recommend raising it with Pivotal -
> logging options changing the results of queries is ...*unexpected*...to
> put it mildly!
>
> Cheers
>
> Mark
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message fischer 2015-02-10 21:03:41 BUG #12756: performance issues with xml-data
Previous Message Bruce Momjian 2015-02-10 18:11:16 Re: BUG #12755: pg_upgrage creates potentially dangerous delete_old_cluster.bat