GithubHelp home page GithubHelp logo

Comments (3)

simillo01 avatar simillo01 commented on July 21, 2024 1

Sure Thank you, i'll try again with the 1.15 version of the driver and update you as soon as possible. Thank you for your help.

from mongo-php-library.

alcaeus avatar alcaeus commented on July 21, 2024

The select_server function is a helper providing additional functionality around the MongoDB\Driver\Manager::selectServer method relevant in the library. Its purpose is to select the correct server to handle a command according to the command type (i.e. read vs. write) and the specified read preference (primary, secondary, etc.). It also takes into account that the command options may include a session that has been pinned to a specific server. Looking at the call stack you provided, I can not find a code path that wouldn't return a MongoDB\Driver\Server instance without throwing an exception, so I'm a bit confused as to what's causing this.

If server selection fails, the driver throws an exception based on the error returned from server selection. In other cases, we always initialise the return value of MongoDB\Driver\Server::selectServer to a server instance. Technically there's no code path that would produce a null value with a type error in this method.

That said, the new 1.15 releases for the driver (PHP extension and library) improve typing significantly, both by leveraging return and parameter types, but also by integrating psalm for additional type checking. I'd appreciate it if you could update to the latest versions and see if the error persists. If so, I'll take another look to try and reproduce this. However, this may involve testing with the cluster you're connecting to, so let's try updating first to see if that already fixes the issue.

from mongo-php-library.

jmikola avatar jmikola commented on July 21, 2024

Closing this due to inactivity. Feel free to follow up if the issue persists in 1.15 and we can re-open.

from mongo-php-library.

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.