Re: RAT Checks get stuck on Artemis Integration Test Module

2016-07-04 Thread Clebert Suconic
OopsSorry. :)


If u use idea it should be easy to recover.

On Monday, July 4, 2016, John D. Ament  wrote:

> Doing a git clean fixed it.  But last time I blindly run a command I get
> from the internet, killed my IDE.
>
>
>
> On Mon, Jul 4, 2016 at 12:37 PM Martyn Taylor  > wrote:
>
> > Hi John,
> >
> > I believe there is an issue in Apache Rat 0.11 that will sometimes result
> > in the maven build hanging during a license check when an unlicensed file
> > is present.  If this happens check the folder root directory for
> unlicensed
> > files (eventually the Rat check will complete but it can hang for a long
> > time).
> >
> > I've opened an Artemis PR to upgrade Rat to 0.12 that should address the
> > issue going forward.
> >
> > Cheers
> > Martyn
> >
> > On Mon, Jul 4, 2016 at 3:03 PM, Clebert Suconic <
> clebert.suco...@gmail.com 
> > >
> > wrote:
> >
> > > Try cleaning the env.
> > >
> > > Git clean -xdf
> > > Then repeat ?
> > >
> > > On Monday, July 4, 2016, John D. Ament  > wrote:
> > >
> > > > While building the profile from the PR builder, the RAT checks seem
> to
> > > get
> > > > stuck on my machine.  It's not a slow machine by any means - OS X
> > > 10.11.5,
> > > > 2.3 ghz i7 w/ 16 gb ram.
> > > >
> > > > It gets to this point in the build and just stalls.  Anyone else get
> > > this?
> > > >
> > > > John
> > > >
> > > > [INFO] --- maven-checkstyle-plugin:2.17:check (default) @
> > > integration-tests
> > > > ---
> > > > [INFO] Starting audit...
> > > > Audit done.
> > > > [INFO]
> > > > [INFO] --- apache-rat-plugin:0.11:check (default) @ integration-tests
> > ---
> > > > [INFO] 51 implicit excludes (use -debug for more details).
> > > > [INFO] Exclude: **/*.txt
> > > > [INFO] Exclude: **/*.md
> > > > [INFO] Exclude: etc/org.eclipse.*
> > > > [INFO] Exclude: docs/**/*.json
> > > > [INFO] Exclude: docs/**/_book/
> > > > [INFO] Exclude: **/target/
> > > > [INFO] Exclude: **/META-INF/services/*
> > > > [INFO] Exclude: **/*.iml
> > > > [INFO] Exclude: **/*.jceks
> > > > [INFO] Exclude: **/*.jks
> > > > [INFO] Exclude: **/org/apache/activemq/artemis/utils/json/**
> > > > [INFO] Exclude: **/org/apache/activemq/artemis/utils/Base64.java
> > > > [INFO] Exclude: **/.settings/**
> > > > [INFO] Exclude: **/.project
> > > > [INFO] Exclude: **/.classpath
> > > > [INFO] Exclude: **/.checkstyle
> > > > [INFO] Exclude: **/.factorypath
> > > > [INFO] Exclude: ratReport.txt
> > > > [INFO] Exclude: **/org.apache.activemq.artemis.cfg
> > > > [INFO] Exclude: **/*.data
> > > > [INFO] Exclude: **/*.bin
> > > > [INFO] Exclude: **/src/test/resources/keystore
> > > > [INFO] Exclude: **/*.log
> > > > [INFO] Exclude: **/*.redo
> > > > [INFO] Exclude: **/node/**
> > > > [INFO] Exclude: **/node_modules/**
> > > > [INFO] Exclude: **/package.json
> > > > [INFO] Exclude: **/npm-shrinkwrap.json
> > > > [INFO] Exclude: **/CMakeCache.txt
> > > > [INFO] Exclude: **/CMakeFiles/
> > > > [INFO] Exclude: **/Makefile
> > > > [INFO] Exclude: **/cmake_install.cmake
> > > > [INFO] Exclude:
> > > >
> > > >
> > >
> >
> artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
> > > > [INFO] 576 resources included (use -debug for more details)
> > > >
> > >
> > >
> > > --
> > > Clebert Suconic
> > >
> >
>


-- 
Clebert Suconic


Re: RAT Checks get stuck on Artemis Integration Test Module

2016-07-04 Thread John D. Ament
Doing a git clean fixed it.  But last time I blindly run a command I get
from the internet, killed my IDE.



On Mon, Jul 4, 2016 at 12:37 PM Martyn Taylor  wrote:

> Hi John,
>
> I believe there is an issue in Apache Rat 0.11 that will sometimes result
> in the maven build hanging during a license check when an unlicensed file
> is present.  If this happens check the folder root directory for unlicensed
> files (eventually the Rat check will complete but it can hang for a long
> time).
>
> I've opened an Artemis PR to upgrade Rat to 0.12 that should address the
> issue going forward.
>
> Cheers
> Martyn
>
> On Mon, Jul 4, 2016 at 3:03 PM, Clebert Suconic  >
> wrote:
>
> > Try cleaning the env.
> >
> > Git clean -xdf
> > Then repeat ?
> >
> > On Monday, July 4, 2016, John D. Ament  wrote:
> >
> > > While building the profile from the PR builder, the RAT checks seem to
> > get
> > > stuck on my machine.  It's not a slow machine by any means - OS X
> > 10.11.5,
> > > 2.3 ghz i7 w/ 16 gb ram.
> > >
> > > It gets to this point in the build and just stalls.  Anyone else get
> > this?
> > >
> > > John
> > >
> > > [INFO] --- maven-checkstyle-plugin:2.17:check (default) @
> > integration-tests
> > > ---
> > > [INFO] Starting audit...
> > > Audit done.
> > > [INFO]
> > > [INFO] --- apache-rat-plugin:0.11:check (default) @ integration-tests
> ---
> > > [INFO] 51 implicit excludes (use -debug for more details).
> > > [INFO] Exclude: **/*.txt
> > > [INFO] Exclude: **/*.md
> > > [INFO] Exclude: etc/org.eclipse.*
> > > [INFO] Exclude: docs/**/*.json
> > > [INFO] Exclude: docs/**/_book/
> > > [INFO] Exclude: **/target/
> > > [INFO] Exclude: **/META-INF/services/*
> > > [INFO] Exclude: **/*.iml
> > > [INFO] Exclude: **/*.jceks
> > > [INFO] Exclude: **/*.jks
> > > [INFO] Exclude: **/org/apache/activemq/artemis/utils/json/**
> > > [INFO] Exclude: **/org/apache/activemq/artemis/utils/Base64.java
> > > [INFO] Exclude: **/.settings/**
> > > [INFO] Exclude: **/.project
> > > [INFO] Exclude: **/.classpath
> > > [INFO] Exclude: **/.checkstyle
> > > [INFO] Exclude: **/.factorypath
> > > [INFO] Exclude: ratReport.txt
> > > [INFO] Exclude: **/org.apache.activemq.artemis.cfg
> > > [INFO] Exclude: **/*.data
> > > [INFO] Exclude: **/*.bin
> > > [INFO] Exclude: **/src/test/resources/keystore
> > > [INFO] Exclude: **/*.log
> > > [INFO] Exclude: **/*.redo
> > > [INFO] Exclude: **/node/**
> > > [INFO] Exclude: **/node_modules/**
> > > [INFO] Exclude: **/package.json
> > > [INFO] Exclude: **/npm-shrinkwrap.json
> > > [INFO] Exclude: **/CMakeCache.txt
> > > [INFO] Exclude: **/CMakeFiles/
> > > [INFO] Exclude: **/Makefile
> > > [INFO] Exclude: **/cmake_install.cmake
> > > [INFO] Exclude:
> > >
> > >
> >
> artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
> > > [INFO] 576 resources included (use -debug for more details)
> > >
> >
> >
> > --
> > Clebert Suconic
> >
>


[GitHub] activemq-artemis issue #618: Upgrade ApacheRat to 0.12

2016-07-04 Thread johnament
Github user johnament commented on the issue:

https://github.com/apache/activemq-artemis/pull/618
  
Kicked it off again, not sure why it failed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: RAT Checks get stuck on Artemis Integration Test Module

2016-07-04 Thread Martyn Taylor
Hi John,

I believe there is an issue in Apache Rat 0.11 that will sometimes result
in the maven build hanging during a license check when an unlicensed file
is present.  If this happens check the folder root directory for unlicensed
files (eventually the Rat check will complete but it can hang for a long
time).

I've opened an Artemis PR to upgrade Rat to 0.12 that should address the
issue going forward.

Cheers
Martyn

On Mon, Jul 4, 2016 at 3:03 PM, Clebert Suconic 
wrote:

> Try cleaning the env.
>
> Git clean -xdf
> Then repeat ?
>
> On Monday, July 4, 2016, John D. Ament  wrote:
>
> > While building the profile from the PR builder, the RAT checks seem to
> get
> > stuck on my machine.  It's not a slow machine by any means - OS X
> 10.11.5,
> > 2.3 ghz i7 w/ 16 gb ram.
> >
> > It gets to this point in the build and just stalls.  Anyone else get
> this?
> >
> > John
> >
> > [INFO] --- maven-checkstyle-plugin:2.17:check (default) @
> integration-tests
> > ---
> > [INFO] Starting audit...
> > Audit done.
> > [INFO]
> > [INFO] --- apache-rat-plugin:0.11:check (default) @ integration-tests ---
> > [INFO] 51 implicit excludes (use -debug for more details).
> > [INFO] Exclude: **/*.txt
> > [INFO] Exclude: **/*.md
> > [INFO] Exclude: etc/org.eclipse.*
> > [INFO] Exclude: docs/**/*.json
> > [INFO] Exclude: docs/**/_book/
> > [INFO] Exclude: **/target/
> > [INFO] Exclude: **/META-INF/services/*
> > [INFO] Exclude: **/*.iml
> > [INFO] Exclude: **/*.jceks
> > [INFO] Exclude: **/*.jks
> > [INFO] Exclude: **/org/apache/activemq/artemis/utils/json/**
> > [INFO] Exclude: **/org/apache/activemq/artemis/utils/Base64.java
> > [INFO] Exclude: **/.settings/**
> > [INFO] Exclude: **/.project
> > [INFO] Exclude: **/.classpath
> > [INFO] Exclude: **/.checkstyle
> > [INFO] Exclude: **/.factorypath
> > [INFO] Exclude: ratReport.txt
> > [INFO] Exclude: **/org.apache.activemq.artemis.cfg
> > [INFO] Exclude: **/*.data
> > [INFO] Exclude: **/*.bin
> > [INFO] Exclude: **/src/test/resources/keystore
> > [INFO] Exclude: **/*.log
> > [INFO] Exclude: **/*.redo
> > [INFO] Exclude: **/node/**
> > [INFO] Exclude: **/node_modules/**
> > [INFO] Exclude: **/package.json
> > [INFO] Exclude: **/npm-shrinkwrap.json
> > [INFO] Exclude: **/CMakeCache.txt
> > [INFO] Exclude: **/CMakeFiles/
> > [INFO] Exclude: **/Makefile
> > [INFO] Exclude: **/cmake_install.cmake
> > [INFO] Exclude:
> >
> >
> artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
> > [INFO] 576 resources included (use -debug for more details)
> >
>
>
> --
> Clebert Suconic
>


[GitHub] activemq-artemis pull request #618: Upgrade ApacheRat to 0.12

2016-07-04 Thread mtaylor
GitHub user mtaylor opened a pull request:

https://github.com/apache/activemq-artemis/pull/618

Upgrade ApacheRat to 0.12



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mtaylor/activemq-artemis upgradeRat

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/618.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #618


commit 515b5aba89fbddee6df48fc06dc2ba305fb6bc51
Author: Martyn Taylor 
Date:   2016-07-04T16:29:48Z

Upgrade ApacheRat to 0.12




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: wait a very long time to synchronize the consumer info between the network connector if we have a lot of consumers (60k/broker)

2016-07-04 Thread joechen8...@gmail.com
Can some guy help?

in broker1, we have setup 4 same network connectors like below:





while broker2 :





so then broker2 







--
View this message in context: 
http://activemq.2283324.n4.nabble.com/wait-a-very-long-time-to-synchronize-the-consumer-info-between-the-network-connector-if-we-have-a-lo-tp4711822p4713580.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: RAT Checks get stuck on Artemis Integration Test Module

2016-07-04 Thread Clebert Suconic
Try cleaning the env.

Git clean -xdf
Then repeat ?

On Monday, July 4, 2016, John D. Ament  wrote:

> While building the profile from the PR builder, the RAT checks seem to get
> stuck on my machine.  It's not a slow machine by any means - OS X 10.11.5,
> 2.3 ghz i7 w/ 16 gb ram.
>
> It gets to this point in the build and just stalls.  Anyone else get this?
>
> John
>
> [INFO] --- maven-checkstyle-plugin:2.17:check (default) @ integration-tests
> ---
> [INFO] Starting audit...
> Audit done.
> [INFO]
> [INFO] --- apache-rat-plugin:0.11:check (default) @ integration-tests ---
> [INFO] 51 implicit excludes (use -debug for more details).
> [INFO] Exclude: **/*.txt
> [INFO] Exclude: **/*.md
> [INFO] Exclude: etc/org.eclipse.*
> [INFO] Exclude: docs/**/*.json
> [INFO] Exclude: docs/**/_book/
> [INFO] Exclude: **/target/
> [INFO] Exclude: **/META-INF/services/*
> [INFO] Exclude: **/*.iml
> [INFO] Exclude: **/*.jceks
> [INFO] Exclude: **/*.jks
> [INFO] Exclude: **/org/apache/activemq/artemis/utils/json/**
> [INFO] Exclude: **/org/apache/activemq/artemis/utils/Base64.java
> [INFO] Exclude: **/.settings/**
> [INFO] Exclude: **/.project
> [INFO] Exclude: **/.classpath
> [INFO] Exclude: **/.checkstyle
> [INFO] Exclude: **/.factorypath
> [INFO] Exclude: ratReport.txt
> [INFO] Exclude: **/org.apache.activemq.artemis.cfg
> [INFO] Exclude: **/*.data
> [INFO] Exclude: **/*.bin
> [INFO] Exclude: **/src/test/resources/keystore
> [INFO] Exclude: **/*.log
> [INFO] Exclude: **/*.redo
> [INFO] Exclude: **/node/**
> [INFO] Exclude: **/node_modules/**
> [INFO] Exclude: **/package.json
> [INFO] Exclude: **/npm-shrinkwrap.json
> [INFO] Exclude: **/CMakeCache.txt
> [INFO] Exclude: **/CMakeFiles/
> [INFO] Exclude: **/Makefile
> [INFO] Exclude: **/cmake_install.cmake
> [INFO] Exclude:
>
> artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
> [INFO] 576 resources included (use -debug for more details)
>


-- 
Clebert Suconic


RAT Checks get stuck on Artemis Integration Test Module

2016-07-04 Thread John D. Ament
While building the profile from the PR builder, the RAT checks seem to get
stuck on my machine.  It's not a slow machine by any means - OS X 10.11.5,
2.3 ghz i7 w/ 16 gb ram.

It gets to this point in the build and just stalls.  Anyone else get this?

John

[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ integration-tests
---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (default) @ integration-tests ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.md
[INFO] Exclude: etc/org.eclipse.*
[INFO] Exclude: docs/**/*.json
[INFO] Exclude: docs/**/_book/
[INFO] Exclude: **/target/
[INFO] Exclude: **/META-INF/services/*
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.jceks
[INFO] Exclude: **/*.jks
[INFO] Exclude: **/org/apache/activemq/artemis/utils/json/**
[INFO] Exclude: **/org/apache/activemq/artemis/utils/Base64.java
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.checkstyle
[INFO] Exclude: **/.factorypath
[INFO] Exclude: ratReport.txt
[INFO] Exclude: **/org.apache.activemq.artemis.cfg
[INFO] Exclude: **/*.data
[INFO] Exclude: **/*.bin
[INFO] Exclude: **/src/test/resources/keystore
[INFO] Exclude: **/*.log
[INFO] Exclude: **/*.redo
[INFO] Exclude: **/node/**
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/package.json
[INFO] Exclude: **/npm-shrinkwrap.json
[INFO] Exclude: **/CMakeCache.txt
[INFO] Exclude: **/CMakeFiles/
[INFO] Exclude: **/Makefile
[INFO] Exclude: **/cmake_install.cmake
[INFO] Exclude:
artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
[INFO] 576 resources included (use -debug for more details)