how long to give for peer-review
by John Mazzitelli
Once a PR is created and we ask for peer-review and merge, how long should be given to that process before we go ahead and merge the PR?
9 years, 7 months
Host agent ?
by Thomas Heute
With embedded agents, we lost few main features:
- Ability to discover servers that are off or not (yet) instrumented
- Ability to start servers remotely
- Ability to report DOWN availability (other than by lack of UP)
Should we reintroduce a small (optional ?) host agent ?
The agent would only fulfill those tasks (+ embedded agent installer) and
redirect all other tasks to the embedded agents.
We can address a limited set of platforms (Linux only) to start with, and
maybe use environment specific features if those exists (Like RHEV-M host
agent if appropriate)
WDYT ?
Thomas
9 years, 7 months
(no subject)
by Anuj Garg
hey.. Pull request for android client
https://github.com/hawkular/hawkular-android-client/pull/49
It is logging in successfully with master. but as there is issue in trigger
and all at master at present, they are not coming. but when replaced key
and secret and using with alpha 9 everything worked (by username password
coz key/secret were creating problem there ). Implies code is working
perfectly fine :)
9 years, 7 months
Receive data via bus from outside?
by Heiko W.Rupp
Hey,
while I am pretty sure we said we do not want to receive data
(Metrics, Inventory) from outside Hawkular via Bus, I wanted to
make sure anyway.
Do we make sure that the bus is only visible internally then
(e.g. only binding to management interface)?
9 years, 7 months
agent PR needs peer-review
by John Mazzitelli
Here's another agent PR that needs peer-review and merging.
PR: https://github.com/hawkular/hawkular-agent/pull/150
JIRA: https://issues.jboss.org/browse/HWKAGENT-57
The issue here is that when the agent is told to shutdown by the WildFly container controller, the agent should set availability metrics to DOWN for local resources. So in the shutdown code of the agent service, it now gets a list of all configured avail metrics that need to be set to DOWN and sets them, making sure WF doesn't completely shutdown until those metrics are set (needed to do some changes around async storage to the metrics REST API - had to add a wait period just so the stop() method doesn't return until after the metrics are set - otherwise, WF will shutdown potentially before all the REST calls are made).
Anyway, this doesn't fully solve the issue because there are cases when the agent's WF container dies abruptly (i.e. crashes). That's next on my todo - see https://issues.jboss.org/browse/HAWKULAR-407
9 years, 7 months
Use of jira trackers
by Heiko W.Rupp
Someone asked:
> I thought HAWKULAR project's metrics component means Hawkular-UI
> metrics component. Why is there a metrics component under
> Hawkular-JIRA? We have "HWKMETRICS" which should be used instead.
> Confusing.
HAWKULAR is the over all jira project for Hawkular.
Stuff that is needed for the overall project is recorded there.
For the individual subcomponents of Hawkular, we have
a jira-component and sometimes also a separate HWK*
tracker. Projects can use that to track their individual issues
or also breakdown of tasks that were originally recorded
in HAWKULAR as a "top level" item.
Users that download Hawkular and find an issue will file
it in HAWKULAR and not chase the individual HWK* jira -
most often because they do not know about it.
Also release notes for Hakular are created from HAWKULAR
jira (only)
UI-specific work is recorded in the UI component of HAWKULAR
--
Reg. Adresse: Red Hat GmbH, Technopark II, Haus C,
Werner-von-Siemens-Ring 14, D-85630 Grasbrunn
Handelsregister: Amtsgericht München HRB 153243
Geschäftsführer: Charles Cachera, Michael Cunningham, Paul Hickey,
Charlie Peters
9 years, 7 months
hawkular bower build failure
by John Mazzitelli
Red Alert! Hawkular fails to build (at least for me):
...
[ERROR] bower es5-dom-shim#* invalid-meta es5-dom-shim is missing "main" entry in bower.json
[ERROR] bower es5-dom-shim#* invalid-meta es5-dom-shim is missing "ignore" entry in bower.json
[INFO] bower es5-dom-shim#* resolved git://github.com/termi/ES5-DOM-SHIM.git#e25207e9ed
[INFO]
[INFO] Please note that,
[INFO] hawtio-oauth#2.0.38 depends on keycloak#~1.1.0 which resolved to keycloak#1.1.0
[INFO] hawkular-console depends on keycloak#1.3.1 which resolved to keycloak#1.3.1
[INFO] Resort to using keycloak#1.3.1 which resolved to keycloak#1.3.1
[INFO] Code incompatibilities may occur.
[INFO]
[ERROR] bower angular resolution Unsuitable resolution declared for angular: ~1.4.9
[ERROR] bower ECONFLICT Unable to find suitable version for angular
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hawkular ........................................... SUCCESS [ 18.163 s]
[INFO] Hawkular: Admin console ............................ FAILURE [03:52 min]
[INFO] Hawkular: WildFly Agent Download WAR ............... SKIPPED
[INFO] Hawkular: Pinger ................................... SKIPPED
[INFO] Hawkular: Availability Creator ..................... SKIPPED
[INFO] Hawkular: API parent pom ........................... SKIPPED
[INFO] Hawkular: RX extensions layer ...................... SKIPPED
[INFO] Hawkular: REST API Web Application ................. SKIPPED
[INFO] Hawkular Feature Pack .............................. SKIPPED
[INFO] Hawkular: Distribution ............................. SKIPPED
[INFO] Hawkular: End-To-End integration tests ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:11 min
[INFO] Finished at: 2016-02-05T10:22:53-05:00
[INFO] Final Memory: 44M/468M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.26:bower (bower install) on project hawkular-console: Failed to run task: 'bower install' failed. (error code 1) -> [Help 1]
9 years, 7 months