[JBoss JIRA] (HRJS-76) Hot Rod 2.5 protocol support broken
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-76:
------------------------------------
Summary: Hot Rod 2.5 protocol support broken
Key: HRJS-76
URL: https://issues.jboss.org/browse/HRJS-76
Project: Infinispan Javascript client
Issue Type: Bug
Reporter: Galder Zamarreño
Trying to run smoke tests with protocol 2.5 results in failure:
{code}
rm -drf tmp-tests.log && node node_modules/jasmine-node/lib/jasmine-node/cli.js spec/infinispan_local_spec.js --captureExceptions
FFFF.FFFFFFFFFFFFTypeError: Cannot read property 'decodeMedia' of undefined
at decoderMedia (/Users/g/1/infinispan-js-client/lib/protocols.js:73:43)
at Protocol25.decodeEvent (/Users/g/1/infinispan-js-client/lib/protocols.js:589:28)
at Socket.onData (/Users/g/1/infinispan-js-client/lib/io.js:121:40)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at TCP.onread (net.js:597:20)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (HRJS-75) Update to Infinispan 9.4.0.CR2 failing
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/HRJS-75?page=com.atlassian.jira.plugin.sy... ]
Galder Zamarreño updated HRJS-75:
---------------------------------
Fix Version/s: 0.6.0
> Update to Infinispan 9.4.0.CR2 failing
> --------------------------------------
>
> Key: HRJS-75
> URL: https://issues.jboss.org/browse/HRJS-75
> Project: Infinispan Javascript client
> Issue Type: Bug
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Blocker
> Fix For: 0.6.0
>
>
> 9.4.0.CR1 is working fine but CR2 seems to break pretty much all functional tests:
> {code}
> rm -drf tmp-tests.log && node node_modules/jasmine-node/lib/jasmine-node/cli.js spec/infinispan_local_spec.js --captureExceptions
> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
> Failures:
> 1) Infinispan local client can put -> get -> remove a key/value pair
> Message:
> timeout: timed out after 5000 msec waiting for spec to complete
> Stacktrace:
> undefined
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (HRJS-75) Update to Infinispan 9.4.0.CR2 failing
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/HRJS-75?page=com.atlassian.jira.plugin.sy... ]
Galder Zamarreño reassigned HRJS-75:
------------------------------------
Assignee: Galder Zamarreño
> Update to Infinispan 9.4.0.CR2 failing
> --------------------------------------
>
> Key: HRJS-75
> URL: https://issues.jboss.org/browse/HRJS-75
> Project: Infinispan Javascript client
> Issue Type: Bug
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Blocker
> Fix For: 0.6.0
>
>
> 9.4.0.CR1 is working fine but CR2 seems to break pretty much all functional tests:
> {code}
> rm -drf tmp-tests.log && node node_modules/jasmine-node/lib/jasmine-node/cli.js spec/infinispan_local_spec.js --captureExceptions
> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
> Failures:
> 1) Infinispan local client can put -> get -> remove a key/value pair
> Message:
> timeout: timed out after 5000 msec waiting for spec to complete
> Stacktrace:
> undefined
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (HRJS-75) Update to Infinispan 9.4.0.CR2 failing
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-75:
------------------------------------
Summary: Update to Infinispan 9.4.0.CR2 failing
Key: HRJS-75
URL: https://issues.jboss.org/browse/HRJS-75
Project: Infinispan Javascript client
Issue Type: Bug
Reporter: Galder Zamarreño
Priority: Blocker
9.4.0.CR1 is working fine but CR2 seems to break pretty much all functional tests:
{code}
rm -drf tmp-tests.log && node node_modules/jasmine-node/lib/jasmine-node/cli.js spec/infinispan_local_spec.js --captureExceptions
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Failures:
1) Infinispan local client can put -> get -> remove a key/value pair
Message:
timeout: timed out after 5000 msec waiting for spec to complete
Stacktrace:
undefined
...
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9505) Off-heap data container puts all the entries in a single bucket
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-9505?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-9505:
--------------------------------
Status: Open (was: New)
> Off-heap data container puts all the entries in a single bucket
> ---------------------------------------------------------------
>
> Key: ISPN-9505
> URL: https://issues.jboss.org/browse/ISPN-9505
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Dan Berindei
> Assignee: William Burns
> Labels: testsuite_stability
> Fix For: 9.4.0.Final
>
>
> Having lots of elements in the same bucket slows things down quite a bit, especially with trace logging enabled: inserting the 1000th entry requires 13k log messages.
> This means {{OffHeapSingleNodeTest.testLotsOfWrites}} takes > 300 seconds with trace logging enabled, and the long test watcher crashes the build.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months