[jira] [Created] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread Sandor Molnar (Jira)
Sandor Molnar created KNOX-2350: --- Summary: Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes Key: KNOX-2350 URL: https://issues.apache.org/jira/browse/KNOX-2350

[jira] [Work logged] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2350?focusedWorklogId=425672&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425672 ] ASF GitHub Bot logged work on KNOX-2350: Author: ASF GitHub Bot

[GitHub] [knox] smolnar82 opened a new pull request #318: KNOX-2350 - Handling event types w/o COMMAND and/or COMMAND_STATUS attributes when polling CM events

2020-04-21 Thread GitBox
smolnar82 opened a new pull request #318: URL: https://github.com/apache/knox/pull/318 ## What changes were proposed in this pull request? Checking if the given CM event has either `COMMAND` or `COMMAND_STATUS` attribute before calling `.get(0)` on the attribute map entry (which is `

[jira] [Created] (KNOX-2351) Prevent the CM configuration monitor from being suspended

2020-04-21 Thread Sandor Molnar (Jira)
Sandor Molnar created KNOX-2351: --- Summary: Prevent the CM configuration monitor from being suspended Key: KNOX-2351 URL: https://issues.apache.org/jira/browse/KNOX-2351 Project: Apache Knox Iss

[jira] [Updated] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread Sandor Molnar (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandor Molnar updated KNOX-2350: Status: Patch Available (was: Open) > Make sure CM configuration monitor handles event w/o COMMAND

[jira] [Assigned] (KNOX-2351) Prevent the CM configuration monitor from being suspended

2020-04-21 Thread Sandor Molnar (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandor Molnar reassigned KNOX-2351: --- Assignee: Sandor Molnar > Prevent the CM configuration monitor from being suspended > ---

[jira] [Work started] (KNOX-2351) Prevent the CM configuration monitor from being suspended

2020-04-21 Thread Sandor Molnar (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KNOX-2351 started by Sandor Molnar. --- > Prevent the CM configuration monitor from being suspended > -

Re: [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread Sandor Molnar
Hi folks, yesterday I found a bug in CM configuration monitor that is quite easy to reproduce and makes the entire feature broken. A JIRA was filed and the PR is under review now: https://issues.apache.org/jira/browse/KNOX-2350 https://github.com/apache/knox/pull/318 Since CM related changes are

Re: [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread Phil Zampino
I agree that this is a serious defect. Serious enough to merit another RC. On Tue, Apr 21, 2020 at 9:53 AM Sandor Molnar wrote: > Hi folks, > > yesterday I found a bug in CM configuration monitor that is quite easy to > reproduce and makes the entire feature broken. A JIRA was filed and the PR >

[jira] [Updated] (KNOX-2346) Remove unused maxRetryAttempts and retrySleep

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2346: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Remove unused maxRetryAttempts an

[jira] [Commented] (KNOX-2346) Remove unused maxRetryAttempts and retrySleep

2020-04-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088726#comment-17088726 ] ASF subversion and git services commented on KNOX-2346: --- Commit 4c00

[jira] [Commented] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088733#comment-17088733 ] ASF subversion and git services commented on KNOX-2350: --- Commit 5bc3

[CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread larry mccay
Agreed. I will cancel the VOTE on RC2 now and will wait for the PR to be committed to spin RC 3. -1 On Tue, Apr 21, 2020 at 9:56 AM Phil Zampino wrote: > I agree that this is a serious defect. Serious enough to merit another RC. > > On Tue, Apr 21, 2020 at 9:53 AM Sandor Molnar > > wrote: >

[jira] [Updated] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2350: --- Reporter: J.Andreina (was: Sandor Molnar) > Make sure CM configuration monitor handles event w/o COMM

[jira] [Updated] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread Sandor Molnar (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandor Molnar updated KNOX-2350: Fix Version/s: 1.4.0 > Make sure CM configuration monitor handles event w/o COMMAND and/or > COMMAN

[GitHub] [knox] smolnar82 opened a new pull request #319: KNOX-2350 - Handling event types w/o COMMAND and/or COMMAND_STATUS at…

2020-04-21 Thread GitBox
smolnar82 opened a new pull request #319: URL: https://github.com/apache/knox/pull/319 Cloning #318 to branch `v1.4.0` This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[jira] [Work logged] (KNOX-2350) Make sure CM configuration monitor handles event w/o COMMAND and/or COMMAND_STATUS attributes

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2350?focusedWorklogId=425710&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425710 ] ASF GitHub Bot logged work on KNOX-2350: Author: ASF GitHub Bot

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread Sandor Molnar
I committed PR #318 (where the target is the master branch) 30 minutes ago. I've just created another one for branch v1.4.0 here: https://github.com/apache/knox/pull/319 Once all checks are completed I'm going to merge it too and you can spin RC3. Sandor On Tue, Apr 21, 2020 at 4:27 PM larry mcca

[jira] [Updated] (KNOX-2317) Open UI services from Knox Home page on new tabs

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2317: --- Reporter: J.Andreina (was: Sandor Molnar) > Open UI services from Knox Home page on new tabs > --

[jira] [Updated] (KNOX-2296) Multiple instances of a service has the same link on home page

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2296: --- Reporter: J.Andreina (was: Sandor Molnar) > Multiple instances of a service has the same link on home

[jira] [Updated] (KNOX-2300) Missing Livy/Solr UI gateway url on Knox Home page

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2300: --- Reporter: J.Andreina (was: Sandor Molnar) > Missing Livy/Solr UI gateway url on Knox Home page >

[jira] [Updated] (KNOX-2301) Trigger discovery for descriptors at gateway start time

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2301: --- Reporter: J.Andreina (was: Philip Zampino) > Trigger discovery for descriptors at gateway start time

[jira] [Updated] (KNOX-2301) Trigger discovery for descriptors at gateway start time

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2301: --- Fix Version/s: 1.4.0 > Trigger discovery for descriptors at gateway start time > -

[jira] [Updated] (KNOX-2265) Cloudera Manager discovery - check configs by their related names

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2265: --- Reporter: J.Andreina (was: Sandor Molnar) > Cloudera Manager discovery - check configs by their relat

[jira] [Updated] (KNOX-2284) CM descriptors do not get picked up at Gateway start

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2284: --- Reporter: J.Andreina (was: Sandor Molnar) > CM descriptors do not get picked up at Gateway start > --

[jira] [Updated] (KNOX-2239) Websocket not picking up configured truststore

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2239: --- Fix Version/s: 1.4.0 > Websocket not picking up configured truststore > --

[jira] [Updated] (KNOX-2258) Add new rewrite rule in Livy service for handling redirect requests to /ui

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2258: --- Reporter: J.Andreina (was: Abhishek Shukla) > Add new rewrite rule in Livy service for handling redir

[jira] [Updated] (KNOX-2239) Websocket not picking up configured truststore

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2239: --- Reporter: J.Andreina (was: Sandeep More) > Websocket not picking up configured truststore > -

[jira] [Updated] (KNOX-1995) If a rule doesn't match, shouldn't error. Need to handle null case

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-1995: --- Reporter: J.Andreina (was: Kevin Risden) > If a rule doesn't match, shouldn't error. Need to handle n

[jira] [Updated] (KNOX-2262) Accessing hbase logs through knox exposes hbase endpoint url instead of routing through knox

2020-04-21 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated KNOX-2262: --- Reporter: J.Andreina (was: Istvan Toth) > Accessing hbase logs through knox exposes hbase endpoint ur

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread larry mccay
Folks - Should we take this opportunity to address any of the issues we decided were not blockers? For instance, should we disable the CM monitor out of the box? thanks, --larry On Tue, Apr 21, 2020 at 10:42 AM Sandor Molnar wrote: > I committed PR #318 (where the target is the master branch)

[jira] [Commented] (KNOX-2347) Github Actions for shellcheck is failing

2020-04-21 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088777#comment-17088777 ] ASF subversion and git services commented on KNOX-2347: --- Commit 9634

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread Phil Zampino
Should we take care of https://issues.apache.org/jira/browse/KNOX-2344 also/instead? On Tue, Apr 21, 2020 at 11:05 AM larry mccay wrote: > Folks - > > Should we take this opportunity to address any of the issues we decided > were not blockers? > For instance, should we disable the CM monitor out

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread larry mccay
I would say that the renaming to be more generic can wait until the next release. Especially, if we disable it out of the box for this release. On Tue, Apr 21, 2020 at 11:26 AM Phil Zampino wrote: > Should we take care of https://issues.apache.org/jira/browse/KNOX-2344 > also/instead

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread Phil Zampino
+1 On Tue, Apr 21, 2020 at 11:43 AM larry mccay wrote: > I would say that the renaming to be more generic can wait until the next > release. > Especially, if we disable it out of the box for this release. > > > On Tue, Apr 21, 2020 at 11:26 AM Phil Zampino wrote: > > > Should we take care of ht

[jira] [Created] (KNOX-2352) Knox Token State Eviction Should Be Based on Expiration and Extended Default Grace Period

2020-04-21 Thread Philip Zampino (Jira)
Philip Zampino created KNOX-2352: Summary: Knox Token State Eviction Should Be Based on Expiration and Extended Default Grace Period Key: KNOX-2352 URL: https://issues.apache.org/jira/browse/KNOX-2352

[jira] [Created] (KNOX-2353) Disable CM descriptor monitoring by default

2020-04-21 Thread Sandor Molnar (Jira)
Sandor Molnar created KNOX-2353: --- Summary: Disable CM descriptor monitoring by default Key: KNOX-2353 URL: https://issues.apache.org/jira/browse/KNOX-2353 Project: Apache Knox Issue Type: Impro

[jira] [Work started] (KNOX-2353) Disable CM descriptor monitoring by default

2020-04-21 Thread Sandor Molnar (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KNOX-2353 started by Sandor Molnar. --- > Disable CM descriptor monitoring by default > ---

[jira] [Work started] (KNOX-2352) Knox Token State Eviction Should Be Based on Expiration and Extended Default Grace Period

2020-04-21 Thread Philip Zampino (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KNOX-2352 started by Philip Zampino. > Knox Token State Eviction Should Be Based on Expiration and Extended Default >

Re: [CANCEL] [VOTE] Release Apache Knox 1.4.0 - RC 2

2020-04-21 Thread Sandor Molnar
I've just filed a JIRA: https://issues.apache.org/jira/browse/KNOX-2353 On Tue, Apr 21, 2020 at 5:47 PM Phil Zampino wrote: > +1 > > On Tue, Apr 21, 2020 at 11:43 AM larry mccay > wrote: > > > I would say that the renaming to be more generic can wait until the next > > release. > > Especially,

[GitHub] [knox] smolnar82 opened a new pull request #320: KNOX-2353 - Disabled CM descriptor monitoring and advanced service discovery changes monitoring by default

2020-04-21 Thread GitBox
smolnar82 opened a new pull request #320: URL: https://github.com/apache/knox/pull/320 ## What changes were proposed in this pull request? By default, the following features are disabled: - CM Descriptor Monitor - Advance Service Discovery Monitor ## How was this patc

[jira] [Work logged] (KNOX-2353) Disable CM descriptor monitoring by default

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2353?focusedWorklogId=425850&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425850 ] ASF GitHub Bot logged work on KNOX-2353: Author: ASF GitHub Bot

[jira] [Created] (KNOX-2354) Add minimal service for proxying HBase artifacts from WebUI

2020-04-21 Thread Josh Elser (Jira)
Josh Elser created KNOX-2354: Summary: Add minimal service for proxying HBase artifacts from WebUI Key: KNOX-2354 URL: https://issues.apache.org/jira/browse/KNOX-2354 Project: Apache Knox Issue

[jira] [Work logged] (KNOX-2352) Knox Token State Eviction Should Be Based on Expiration and Extended Default Grace Period

2020-04-21 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/KNOX-2352?focusedWorklogId=425885&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425885 ] ASF GitHub Bot logged work on KNOX-2352: Author: ASF GitHub Bot

[GitHub] [knox] pzampino opened a new pull request #321: KNOX-2352 - Knox Token State Eviction Should Be Based on Expiration a…

2020-04-21 Thread GitBox
pzampino opened a new pull request #321: URL: https://github.com/apache/knox/pull/321 …nd Extended Default Grace Period ## What changes were proposed in this pull request? Reverted the token state eviction evaluation to be based on the expiration time and a configurable grace