Hi Maxim,

Try to just remove the quotes, I guess it's just a matter of "1" as a
string vs. 1 as a number

Thanks

Luigi


2018-03-14 9:34 GMT+01:00 Maxim Nikolaev <[email protected]>:

> *I **receive error *
>
>
> com.orientechnologies.orient.server.distributed.ODistributedStartupException:
> Error on starting distributed plugin
>
>         at com.orientechnologies.orient.server.hazelcast.
> OHazelcastPlugin.startup(OHazelcastPlugin.java:312)
>
>         at com.orientechnologies.orient.server.OServer.
> registerPlugins(OServer.java:1268)
>
>         at com.orientechnologies.orient.server.OServer.activate(
> OServer.java:415)
>
>         at com.orientechnologies.orient.server.OServerMain$1.run(
> OServerMain.java:48)
>
> Caused by: 
> com.orientechnologies.orient.core.exception.OConfigurationException:
> The value '1' is not supported for writeQuorum in distributed configuration
>
>         at com.orientechnologies.orient.server.distributed.
> ODistributedConfiguration.getQuorum(ODistributedConfiguration.java:820)
>
>         at com.orientechnologies.orient.server.distributed.
> ODistributedConfiguration.getWriteQuorum(ODistributedConfiguration.
> java:722)
>
>         at com.orientechnologies.orient.server.distributed.impl.
> ODistributedOutput.formatClusterTable(ODistributedOutput.java:542)
>
>         at com.orientechnologies.orient.server.distributed.impl.
> ODistributedStorage.setDistributedConfiguration(
> ODistributedStorage.java:1791)
>
>         at com.orientechnologies.orient.server.distributed.impl.
> ODistributedStorage.getDistributedConfiguration(
> ODistributedStorage.java:1772)
>
>         at com.orientechnologies.orient.server.distributed.impl.
> ODistributedAbstractPlugin.getDatabaseConfiguration(
> ODistributedAbstractPlugin.java:452)
>
>         at com.orientechnologies.orient.server.distributed.impl.
> ODistributedAbstractPlugin.getDatabaseConfiguration(
> ODistributedAbstractPlugin.java:443)
>
>         at com.orientechnologies.orient.server.distributed.impl.
> ODistributedAbstractPlugin.executeInDistributedDatabaseLo
> ck(ODistributedAbstractPlugin.java:1778)
>
>         at com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.
> loadLocalDatabases(OHazelcastPlugin.java:761)
>
>         at com.orientechnologies.orient.server.hazelcast.
> OHazelcastPlugin.startup(OHazelcastPlugin.java:257)
>
>         ... 3 more
>
> *{*
>
>   *"autoDeploy"**:* true*,*
>
>   *"readQuorum"**:* 1*,*
>
>   *"writeQuorum"**:** "1"**,*
>
>   *"executionMode"**:** "undefined"**,*
>
>   *"readYourWrites"**:* true*,*
>
>   *"newNodeStrategy"**:** "static"**,*
>
>   *"servers"**:* *{*
>
>     *"*"**:** "master"*
>
>   *},*
>
>   *"clusters"**:* *{*
>
>     *"internal"**:* *{*
>
>     *},*
>
>     *"public_message"**:{*
>
>     *"servers"**:**[**"wideriver"**]*
>
>     *},*
>
>     *"reestrcompany"**:{*
>
>     *"servers"**:**[**"orientEE"**]*
>
>     *}*
>
>   *}*
>
> *}*
>
>
>
> But in documentation was wrote:
>
>
> writeQuorum On "write" operation (any write on database) this is the
> number of responses to be coherent before sending the response to the
> client. Set to 1 if you don't want this check at write time. Suggested
> value is N/2+1 where N is the number of replicas. In this way the quorum is
> reached only if the majority of nodes are coherent
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to