[JBoss JIRA] (ISPN-7742) Update Elasticsearch integration tests to use version 5.3 (from 2.x)
by Sanne Grinovero (JIRA)
Sanne Grinovero created ISPN-7742:
-------------------------------------
Summary: Update Elasticsearch integration tests to use version 5.3 (from 2.x)
Key: ISPN-7742
URL: https://issues.jboss.org/browse/ISPN-7742
Project: Infinispan
Issue Type: Task
Components: Build process, Test Suite - Query
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Hibernate Search now supports both Elasticsearch versions {{2.x}} and {{5.x}}. I'll update the Infinispan integration tests to target the improved version 5.x, not least the configuration and integration tests are slightly simpler to maintain as we no longer need additional plugins.
Also, we'll eventually drop support for the older Elasticsearch version.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic edited comment on ISPN-7733 at 4/19/17 8:25 AM:
--------------------------------------------------------------------
[~ryanemerson] Let's fix the current table as is and then we'll introduce the one with dynamic fields for 9.1.x as we upgrade our dependencies. But for now, we can use TotalReads and TotalFailedReads as you suggested. For TotalPuts we can use stores (see below), and TotalFailedWrites has a bit of unclear semantics - we can replace it with some other field?
{code}
"stores" => {
"type" => LONG,
"description" => "The number of cache attribute put operations. May return null if the cache is not started."
},
{code}
was (Author: vblagojevic):
[~ryanemerson] Let's fix the current table as is and then we'll introduce the one with dynamic fields for 9.1.x as we upgrade our dependencies. But for now, we can use TotalReads and TotalFailedReads as you suggested. For TotalPuts we can use stores (see below), and TotalFailedWrites has a bit of a unclear semantics - we cna replace it with some other field.
{code}
"stores" => {
"type" => LONG,
"description" => "The number of cache attribute put operations. May return null if the cache is not started."
},
{code}
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7733:
-------------------------------------------
[~ryanemerson] Let's fix the current table as is and then we'll introduce the one with dynamic fields for 9.1.x as we upgrade our dependencies. But for now, we can use TotalReads and TotalFailedReads as you suggested. For TotalPuts we can use stores (see below), and TotalFailedWrites has a bit of a unclear semantics - we cna replace it with some other field.
{code}
"stores" => {
"type" => LONG,
"description" => "The number of cache attribute put operations. May return null if the cache is not started."
},
{code}
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7741) Restore POM comments removed by the release script
by Dan Berindei (JIRA)
Dan Berindei created ISPN-7741:
----------------------------------
Summary: Restore POM comments removed by the release script
Key: ISPN-7741
URL: https://issues.jboss.org/browse/ISPN-7741
Project: Infinispan
Issue Type: Task
Components: Build process
Affects Versions: 9.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 9.1.0.Final
The release script uses a Python library (ElementTree) to parse the POMs and replace the versions, and it strips out any XML comments during parsing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Ryan Emerson commented on ISPN-7733:
------------------------------------
[~vblagojevic] Following up on my previous comment, this table library [1] appears to be popular and would do most of the heavy lifting for us.
[1] https://www.npmjs.com/package/ng-table
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Ryan Emerson commented on ISPN-7733:
------------------------------------
[~vblagojevic] As we can get all of the stats for a given node with a single command [1], we could provide a more advanced UI that allows users to select which attributes they would like to see. For example, we could have a menu on the left side[2] that consists of checkboxes which correspond to a given attribute, when said checkbox is selected that attribute is displayed in the table. By default we can preselect the attributes that we believe will be of most interest to users.
[1]
{code:java}
/host=*/server=*/subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=default:read-resource(attributes-only=true, include-runtime=true)
{code}
[2] Similar to how we use checkboxes on the caches page
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (ISPN-7733) Administration console - Incorrect data field columns used on cache nodes page
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7733?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7733:
-------------------------------------------
Yes, TotalWrites is a bit more complicated. It should include stores as well. But what about number-of-locks-held for example? That would be useful for any kind of locking issues encountered. Or rollbacks which are also useful. We really need to enable admins to select their own fields...
> Administration console - Incorrect data field columns used on cache nodes page
> ------------------------------------------------------------------------------
>
> Key: ISPN-7733
> URL: https://issues.jboss.org/browse/ISPN-7733
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Final
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.1.Final
>
> Attachments: Screen Shot 2017-04-19 at 5.55.58 AM.png
>
>
> We've been using average-read-time value in place for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites. Since we do not have the data for TotalReads, TotalFailedReads, TotalWrites, and TotalFailedWrites we need to replace these four fields with some of the following:
> number-of-entries
> number-of-entries-in-memory
> average-remove-time
> number-of-locks-available
> average-replication-time
> number-of-locks-held
> average-write-time
> off-heap-memory-used
> passivations
> cache-loader-loads
> prepares
> cache-loader-misses
> read-write-ratio
> cache-loader-stores
> remove-hits
> remove-misses
> replication-count
> replication-failures
> rollbacks
> commits
> stores
> success-ratio
> evictions
> hit-ratio
> hits
> Let's pick 4-6 most useful fields and we'll enable admins to choose their own stat fields in subsequent versions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months