[infinispan-issues] [JBoss JIRA] Commented: (ISPN-937) hotrod server state transfer problem during startup
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Feb 23 05:03:19 EST 2011
[ https://issues.jboss.org/browse/ISPN-937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584058#comment-12584058 ]
Galder Zamarreño commented on ISPN-937:
---------------------------------------
Michal, can you try this with 4.2.1.CR3?
Btw, interesting stuff what you're doing there with the Hot Rod console there. Do you plan to host it somewhere? It could be probably be shipped with Infinispan (code could go in: client/hotrod-console)?
Or probably much better, if you wanna keep it much simpler and avoid compilation...etc, base it on the Infinispan Hot Rod Python Client rather than the Java version. I think a console would be much faster to develop that way. You could add it to https://github.com/infinispan/python-client - I can give you a hand with integration. WDYT?
> hotrod server state transfer problem during startup
> ---------------------------------------------------
>
> Key: ISPN-937
> URL: https://issues.jboss.org/browse/ISPN-937
> Project: Infinispan
> Issue Type: Bug
> Components: Cache Server
> Affects Versions: 4.2.1.CR2
> Reporter: Michal Linhard
> Assignee: Galder Zamarreño
> Fix For: 4.2.1.FINAL
>
> Attachments: hotrod-server-stdout.txt, hotrodconsole-0.0.1-SNAPSHOT-bin.zip, infinispan.xml
>
>
> This is something that happend to me when playing with hotrod servers.
> I've built infinispan distribution from source (mvn install -P distribution -DskipTests=true)
> unzipped infinispan-4.2.1.CR2-all.zip 2x to folders
> distro1
> distro2
> created 2 virtual ifaces
> 192.168.11.101 test1
> 192.168.11.102 test2
> ran
> distro1/bin/startServer.sh -r hotrod -l test1 -c /home/mlinhard/dev/projects/infinispan/issues/infinispan.xml
> distro2/bin/startServer.sh -r hotrod -l test2 -c /home/mlinhard/dev/projects/infinispan/issues/infinispan.xml
> ran demo-hotrod-console
> hotrodconsole-0.0.1-SNAPSHOT/bin/console.sh test1
> entered
> >put a a (which means put value "a" under key "a")
> the servers waited a bit and then server 2 wrote some errors to stdout (I guess after some timeout expired)
> client was still blocked, after some time produced
> ERROR: Invalid magic number. Expected a1 and received 50
> attaching
> - binary version of demo-hotrod-console (source: https://github.com/mlinhard/demo-hotrod-console)
> - server 2 stdout
> - infinispan.xml
> I tried this with 4.2.1.CR1 and it worked.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list