|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-10-24 04:25 UTC] kalle@php.net
-Status: Open
+Status: Suspended
[2017-10-24 04:25 UTC] kalle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
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.