[JBoss JIRA] (ISPN-7151) Migrate to Typescript 2.0
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7151?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7151:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.Alpha1
Resolution: Done
> Migrate to Typescript 2.0
> -------------------------
>
> Key: ISPN-7151
> URL: https://issues.jboss.org/browse/ISPN-7151
> Project: Infinispan
> Issue Type: Task
> Components: Console
> Affects Versions: 9.0.0.Alpha4
> Reporter: Ryan Emerson
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Fix For: 9.4.0.Alpha1
>
>
> We should migrate from Typescript 1.x to 2.x. As well as many new features, the key benefit of such a transition is that it removes the need to utilises Typings as the ability to search/install t.ds files is now part of Typescript itself.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-7151) Migrate to Typescript 2.0
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7151?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7151:
--------------------------------------
Status: Open (was: New)
> Migrate to Typescript 2.0
> -------------------------
>
> Key: ISPN-7151
> URL: https://issues.jboss.org/browse/ISPN-7151
> Project: Infinispan
> Issue Type: Task
> Components: Console
> Affects Versions: 9.0.0.Alpha4
> Reporter: Ryan Emerson
> Assignee: Vladimir Blagojevic
> Priority: Minor
>
> We should migrate from Typescript 1.x to 2.x. As well as many new features, the key benefit of such a transition is that it removes the need to utilises Typings as the ability to search/install t.ds files is now part of Typescript itself.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9256) Upgrade npm dependencies
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-9256?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-9256:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.Alpha1
Resolution: Done
> Upgrade npm dependencies
> ------------------------
>
> Key: ISPN-9256
> URL: https://issues.jboss.org/browse/ISPN-9256
> Project: Infinispan
> Issue Type: Task
> Components: Console
> Affects Versions: 9.3.0.CR1
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.4.0.Alpha1
>
>
> Our project dependencies are getting very much out of date. We have not updated them since we started the project. Recently, we had an issue where a minor npm component upgrade in npm repo that our project uses caused an issue that took us hours to track down. After we upgrade all components, remove ever-increasing warnings, these issues should not happen anymore and we should have a much more resilient dependency tree.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9128) RehashWithSharedStoreTest.testRehashes random failures
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-9128?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant commented on ISPN-9128:
---------------------------------------
The commit was reverted in https://github.com/infinispan/infinispan/pull/6159 since it made the builds much longer (core took 70% longer to complete)
> RehashWithSharedStoreTest.testRehashes random failures
> ------------------------------------------------------
>
> Key: ISPN-9128
> URL: https://issues.jboss.org/browse/ISPN-9128
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.3.0.Alpha1
> Reporter: Dan Berindei
> Assignee: Radim Vansa
> Labels: testsuite_stability
> Fix For: 9.4.0.Beta1
>
> Attachments: RehashWithSharedStoreTest_ISPN-7977_NPE_during_shutdown_20180507.log.gz
>
>
> {noformat}
> 16:00:32,748 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.distribution.rehash.RehashWithSharedStoreTest.testRehashes[SCATTERED_SYNC, tx=false, numOwners=1, l1=false]
> java.lang.AssertionError: Should be able to see key on new owner
> at org.infinispan.distribution.rehash.RehashWithSharedStoreTest.testRehashes(RehashWithSharedStoreTest.java:94) ~[test-classes/:?]
> {noformat}
> This first got my attention because I was working on ISPN-7977 and I noticed this NPE after the test failure:
> {noformat}
> 16:00:32,874 ERROR (jgroups-7,Test-NodeF-62673:[]) [ScatteredStateConsumerImpl] ISPN000471: Failed processing values received from remote node during rebalance.
> java.lang.NullPointerException: null
> at org.infinispan.scattered.impl.ScatteredStateConsumerImpl.applyValues(ScatteredStateConsumerImpl.java:505) ~[classes/:?]
> at org.infinispan.scattered.impl.ScatteredStateConsumerImpl.lambda$getValuesAndApply$8(ScatteredStateConsumerImpl.java:475) ~[classes/:?]
> at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) [?:1.8.0_152]
> at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) [?:1.8.0_152]
> at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) [?:1.8.0_152]
> at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962) [?:1.8.0_152]
> at org.infinispan.remoting.transport.AbstractRequest.complete(AbstractRequest.java:67) [classes/:?]
> at org.infinispan.remoting.transport.impl.SingleTargetRequest.receiveResponse(SingleTargetRequest.java:57) [classes/:?]
> at org.infinispan.remoting.transport.impl.SingleTargetRequest.onResponse(SingleTargetRequest.java:35) [classes/:?]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months