Giter Site home page Giter Site logo

Comments (7)

eulerto avatar eulerto commented on May 22, 2024

@rugging24 what is the exact postgres version? I bet you are using a version < 9.4.8 or version < 9.5.3. If so, update the binaries for the latest minor version (9.4.15, 9.5.10) and try again. There is a lot of nasty bugs around logical decoding in those releases.

from wal2json.

rugging24 avatar rugging24 commented on May 22, 2024

Hi ,
Thanks for the response . My PG version is :

PostgreSQL 9.5.8 on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit

from wal2json.

AGanguli avatar AGanguli commented on May 22, 2024

We're getting the memory error as well. I think it's happening if there have been a lot of updates while nobody is listening to the replication slot. Then all the changes get sent at once, and I guess there's a 1GB limit.

There should be a maximum message size, after which the updates get split into multiple messages.

from wal2json.

eulerto avatar eulerto commented on May 22, 2024

@AGanguli Do you have a test case for me? What is your exact PostgreSQL version?

from wal2json.

AGanguli avatar AGanguli commented on May 22, 2024

I can try to construct one.

This is 9.6.6. Unfortunately it's Amazon's RDS service - no idea what sort of modifications they've made.

from wal2json.

rcoup avatar rcoup commented on May 22, 2024

From AWS (16 Nov):

Currently we are using 645ab69 as the latest supported wal2json commit.

from wal2json.

eulerto avatar eulerto commented on May 22, 2024

Use parameter write-in-chunks. Unfortunately, this is a limitation of PostgreSQL allocation infrastructure.

from wal2json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.