[JBoss JIRA] (JGRP-2071) FlowControl: credits are unserialized incorrectly
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2071?page=com.atlassian.jira.plugin.... ]
Bela Ban resolved JGRP-2071.
----------------------------
Resolution: Done
Fixed using longToBuffer() in the Message constructor rather than Message(dest, credits)
> FlowControl: credits are unserialized incorrectly
> -------------------------------------------------
>
> Key: JGRP-2071
> URL: https://issues.jboss.org/browse/JGRP-2071
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.9
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.6.10
>
>
> This is a regression in 3.6.9 (3.6.8 is fine). In {{FlowControl.sendCredits()}} and {{.sendCreditRequest()}}, we use Util.objectToBuffer() to serialize the credits, but on the receiver side we use Bits.readLong(), which interprets the {{TYPE_LONG}} sent as first byte as being part of the long.
> The reason is an imcomplete backport of from the master branch. The problem does not exist on master.
> The faulty commit is {{ac5f507}} on the 3.6 branch
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (JGRP-2071) FlowControl: credits are unserialized incorrectly
by Bela Ban (JIRA)
Bela Ban created JGRP-2071:
------------------------------
Summary: FlowControl: credits are unserialized incorrectly
Key: JGRP-2071
URL: https://issues.jboss.org/browse/JGRP-2071
Project: JGroups
Issue Type: Bug
Affects Versions: 3.6.9
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.10
This is a regression in 3.6.9 (3.6.8 is fine). In {{FlowControl.sendCredits()}} and {{.sendCreditRequest()}}, we use Util.objectToBuffer() to serialize the credits, but on the receiver side we use Bits.readLong(), which interprets the {{TYPE_LONG}} sent as first byte as being part of the long.
The reason is an imcomplete backport of from the master branch. The problem does not exist on master.
The faulty commit is {{ac5f507}} on the 3.6 branch
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (WFLY-6660) Allow to dump Artemis journal to file by CLI operation
by Miroslav Novak (JIRA)
[ https://issues.jboss.org/browse/WFLY-6660?page=com.atlassian.jira.plugin.... ]
Miroslav Novak updated WFLY-6660:
---------------------------------
Description:
For debugging and investigation purposes it would useful to have CLI operation which would dump content of Artemis journal directory.
New CLI operation like {{print-journal-date-content}} would print content of journal to a file.
It would do the same thing like following Artemis CLI command:
{code}
.../activemq-artemis/artemis-distribution/target/apache-artemis-1.3.0-SNAPSHOT-bin/apache-artemis-1.3.0-SNAPSHOT/bin/artemis data print --bindings bindings --journal journal --paging paging --large-messages largemessages
{code}
This should work only in Admin only mode as dumping journal in run-time is not possible when data changes.
was:
For debugging and investigation purposes it would useful to have CLI operation which would dump content of Artemis journal directory.
New CLI operation like {{print-journal-date-content}} would print content of journal to a file.
It would do the same thing like following Artemis CLI command:
{code}
.../activemq-artemis/artemis-distribution/target/apache-artemis-1.3.0-SNAPSHOT-bin/apache-artemis-1.3.0-SNAPSHOT/bin/artemis data print --bindings bindings --journal journal --paging paging --large-messages largemessages
{code}
> Allow to dump Artemis journal to file by CLI operation
> ------------------------------------------------------
>
> Key: WFLY-6660
> URL: https://issues.jboss.org/browse/WFLY-6660
> Project: WildFly
> Issue Type: Feature Request
> Components: JMS
> Affects Versions: 10.0.0.Final
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
>
> For debugging and investigation purposes it would useful to have CLI operation which would dump content of Artemis journal directory.
> New CLI operation like {{print-journal-date-content}} would print content of journal to a file.
> It would do the same thing like following Artemis CLI command:
> {code}
> .../activemq-artemis/artemis-distribution/target/apache-artemis-1.3.0-SNAPSHOT-bin/apache-artemis-1.3.0-SNAPSHOT/bin/artemis data print --bindings bindings --journal journal --paging paging --large-messages largemessages
> {code}
> This should work only in Admin only mode as dumping journal in run-time is not possible when data changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (WFLY-6660) Allow to dump Artemis journal to file by CLI operation
by Miroslav Novak (JIRA)
Miroslav Novak created WFLY-6660:
------------------------------------
Summary: Allow to dump Artemis journal to file by CLI operation
Key: WFLY-6660
URL: https://issues.jboss.org/browse/WFLY-6660
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
For debugging and investigation purposes it would useful to have CLI operation which would dump content of Artemis journal directory.
New CLI operation like {{print-journal-date-content}} would print content of journal to a file.
It would do the same thing like following Artemis CLI command:
{code}
.../activemq-artemis/artemis-distribution/target/apache-artemis-1.3.0-SNAPSHOT-bin/apache-artemis-1.3.0-SNAPSHOT/bin/artemis data print --bindings bindings --journal journal --paging paging --large-messages largemessages
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (WFLY-6626) Add log message indicating disabled <distributable/> flag from web-fragments
by Panagiotis Sotiropoulos (JIRA)
[ https://issues.jboss.org/browse/WFLY-6626?page=com.atlassian.jira.plugin.... ]
Panagiotis Sotiropoulos commented on WFLY-6626:
-----------------------------------------------
PR : https://github.com/wildfly/wildfly/pull/8939
> Add log message indicating disabled <distributable/> flag from web-fragments
> ----------------------------------------------------------------------------
>
> Key: WFLY-6626
> URL: https://issues.jboss.org/browse/WFLY-6626
> Project: WildFly
> Issue Type: Enhancement
> Components: Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: Aaron Ogburn
> Assignee: Stuart Douglas
> Attachments: undistributable.war
>
>
> If a web-fragment doesn't have distributable set, then replication is not enabled. This happens silently so it may be confusing to some users that are expecting replication to be enabled when they have set <distributable/> in their WEB-INF/web.xml.
> Other third party libraries they included may have web-fragments without distributable set so it'd be nice to log a notification when this happens so that users are easily informed why replication was not enabled as they may have expected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months
[JBoss JIRA] (WFLY-6538) https-listener does not support proxy-address-forwarding
by Emond Papegaaij (JIRA)
[ https://issues.jboss.org/browse/WFLY-6538?page=com.atlassian.jira.plugin.... ]
Emond Papegaaij commented on WFLY-6538:
---------------------------------------
Any news on this issue? The pull request was sent 6 weeks ago, but is still not merged. It would be really nice if this could be fixed before 10.1.
> https-listener does not support proxy-address-forwarding
> --------------------------------------------------------
>
> Key: WFLY-6538
> URL: https://issues.jboss.org/browse/WFLY-6538
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 9.0.2.Final, 10.0.0.Final
> Reporter: Emond Papegaaij
> Assignee: Tomaz Cerar
>
> HttpsListenerService explicitly passes false to its superclass for proxyAddressForwarding and certificateForwarding, making it impossible to enable these features. For a security-sensitive application, we need a secure connection from our proxy to WildFly and we need WildFly to respect the headers sent by our proxy. It seems easy to support these options by reading them in HttpsListenerAdd and passing them to HttpsListenerService, which can simply pass them to the super constructor.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 7 months