[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-454) Versioning of mod_cluster management protocol (MCMP)

Radoslav Husar (JIRA) issues at jboss.org
Wed Mar 2 15:49:00 EST 2016


    [ https://issues.jboss.org/browse/MODCLUSTER-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13171058#comment-13171058 ] 

Radoslav Husar edited comment on MODCLUSTER-454 at 3/2/16 3:48 PM:
-------------------------------------------------------------------

The VERSION method [1] was added via MODCLUSTER-409 but there is currently nothing else, the documentation/contract, versioning strategy, handling in Java does not exist.

The reponse looks like this:

{noformat}
[rhusar at syrah ~]$ curl -XVERSION http://127.0.0.1:9090 -H "Accept: text/xml"
<?xml version="1.0" standalone="yes" ?>
<version><release>mod_cluster/1.3.2.Alpha1-SNAPSHOT</release><protocol>0.2.1</protocol></version>
{noformat}
or
{noformat}
[rhusar at syrah ~]$ telnet ::1 9090
Trying ::1...
Connected to localhost.
Escape character is '^]'.
VERSION
release: mod_cluster/1.3.2.Alpha1-SNAPSHOT, protocol: 0.2.1
Connection closed by foreign host.
{noformat}


There is no mention of protocol version 0.2.1 even in the protocol page! https://developer.jboss.org/wiki/Mod-ClusterManagementProtocol

[1] https://github.com/modcluster/mod_cluster/commit/f020096983bab3ae0b71565c5317cf459d20a25f


was (Author: rhusar):
The VERSION method [1] was added via MODCLUSTER-409 but there is currently nothing else, the documentation/contract, versioning strategy, handling in Java does not exist.

The reponse looks like this:

{noformat}
[rhusar at syrah ~]$ telnet ::1 9090
Trying ::1...
Connected to localhost.
Escape character is '^]'.
VERSION
release: mod_cluster/1.3.2.Alpha1-SNAPSHOT, protocol: 0.2.1
Connection closed by foreign host.
{noformat}

There is no mention of protocol version 0.2.1 even in the protocol page! https://developer.jboss.org/wiki/Mod-ClusterManagementProtocol

[1] https://github.com/modcluster/mod_cluster/commit/f020096983bab3ae0b71565c5317cf459d20a25f

> Versioning of mod_cluster management protocol (MCMP)
> ----------------------------------------------------
>
>                 Key: MODCLUSTER-454
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-454
>             Project: mod_cluster
>          Issue Type: Feature Request
>          Components: Core & Container Integration (Java), Documentation & Demos, Native (httpd modules)
>    Affects Versions: 1.0.0.GA, 1.1.0.Final, 1.2.0.Final, 1.3.0.Final
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>            Priority: Critical
>
> * Investigate the current state of MCMP versioning
> * Design protocol version negotiation
> * Must be done prior to donation to ASF



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the mod_cluster-issues mailing list