php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67382 Fabric support
Submitted: 2014-06-05 09:20 UTC Modified: 2017-10-24 04:25 UTC
From: uw@php.net Assigned:
Status: Suspended Package: mysqlnd_ms (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2014-06-05 09:20 UTC] uw@php.net
Description:
------------
hi ulf,

I'm having trouble connecting my fabric server to a separate server, it keeps saying, "O masters found. Something is wrong."  I'm not sure how to connect to the fabric server, i have it running on localhost:3306, and the xml port is 32274..what config do i use on the other server in the ini file? please help! thank you.

{
    "myapp": {
        "fabric": {
            "hosts": [
                {
                    "host" : "<ip>",
                    "port" : <port>
                }
            ],
   "timeout":2
        }
    }
}

best,
michael


Expected result:
----------------
Connect to Fabric, get hosts, do sharding, do automatic failover - all the stuff claimed in the marketing materials

Actual result:
--------------
See above.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-24 04:25 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 04:25 UTC] kalle@php.net
I'm gonna suspend this report as the mysqlnd_ms had not a release since 2013 or active commit activity since then, if activity comes back to this package, it should be re-opened
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 09:01:29 2024 UTC