GithubHelp home page GithubHelp logo

Comments (4)

johnjohndoe avatar johnjohndoe commented on July 18, 2024

@CarstenHollmann Any progress on this issue?


Might this have something to do with the settings of the SOS wizards (ConnectionPool size, Batch size) shown in the screenshot?

db-config

from sos-importer.

CarstenHollmann avatar CarstenHollmann commented on July 18, 2024

I think there were so far no resources available to look at this issue more closely.

The settings you mentioned are the database connection settings of the SOS which defines the maximum number of database connection and the batch size defines after how many observation (if multiple observations are inserted by a single InsertObservation request) a flush() is executed.

As far as I know the SOS-Importer executes the requests successively. Therefore, the settings should be insignificant for this issue.

But perhaps @EHJ-52n can say more about the progress.

from sos-importer.

EHJ-52n avatar EHJ-52n commented on July 18, 2024

@johnjohndoe The error message is caused by the SOS taking too long for handling the received insert observation message. The SOS receives the whole message successfully but takes to long to process and therefore the read timeout of the http client is reached and the exception is thrown. To get rid of it, you can increase/add the attribute insertSweArrayObservationTimeoutBuffer="50000" to the <SosMetadata> element. This will result in a longer timeout for each insert observation request. Take a look at the documentation for more details.

from sos-importer.

johnjohndoe avatar johnjohndoe commented on July 18, 2024

@EHJ-52n That works like a charm. Thank you!

from sos-importer.

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.