Re: [DISCUSS] Apache NiFi FDS 0.2.0

2019-07-18 Thread Laszlo Horvath
Sounds good, I'm +1 on this. Some significant changes were made,
specifically around the build process as mentioned which is a great step
forward.

Laszlo



On Wed, Jul 17, 2019 at 3:52 PM Matt Gilman  wrote:

> Sounds great Scott. Thanks for offering to RM!
>
> Matt
>
> On Tue, Jul 16, 2019 at 9:32 AM Joe Witt  wrote:
>
> > Nice - glad to see this moving forward!  And always happy to see folks
> > taking on RM duties!
> >
> > Thanks
> >
> > On Tue, Jul 16, 2019 at 9:27 AM Scott Aslan 
> wrote:
> >
> > > Hello everyone,
> > >
> > > I wanted to discuss releasing Apache NiFi FDS 0.2. in the coming
> > > week or two. We have some updates to the specification as well as some
> > very
> > > useful updates to our build process. We also have upgraded to the
> latest
> > > versions of Angular, jQuery, Covalent, and rxjs.
> > >
> > > If everyone is amenable to a release, I will RM unless anyone else
> would
> > > like
> > > to take those duties.
> > >
> > > Best Regards,
> > > Scott Aslan
> > >
> >
>


Re: Weird spring issue if I run a snapshot w/out internet access

2019-07-18 Thread Joe Witt
See here: https://issues.apache.org/jira/browse/NIFI-6439

Let's try to bring it all in that location for follow-up.  Seeing a similar
statement/log output from Peter Wicks now on dev in slack.



On Tue, Jun 18, 2019 at 3:44 PM Mike Thomsen  wrote:

> The weird part is I don't think this has ever happened with an official
> binary. Makes me wonder if it's not a gap in the documentation or
> something.
>
> On Tue, Jun 18, 2019 at 2:18 PM Jon Logan  wrote:
>
> > I haven't looked at that specifically but we've ran into issues before
> with
> > Spring quietly pulling XSD's over the internet if they're not packaged
> > correctly in your artifact, and that breaking miserably if you don't have
> > the internet available. That's just a wild guess though.
> >
> > On Tue, Jun 18, 2019 at 2:14 PM Mike Thomsen 
> > wrote:
> >
> > > Sometimes when I start a snapshot build when I don't have Internet
> > access I
> > > get this. Any ideas?
> > >
> > > 2019-06-18 14:11:54,040 WARN [main]
> > org.apache.nifi.web.server.JettyServer
> > > Failed to start web server... shutting down.
> > > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
> > Line
> > > 19 in XML document from class path resource [nifi-context.xml] is
> > invalid;
> > > nested exception is org.xml.sax.SAXParseException; lineNumber: 19;
> > > columnNumber: 139; cvc-elt.1: Cannot find the declaration of element
> > > 'beans'.
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:399)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:181)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:217)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188)
> > > at
> > >
> > >
> >
> org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsFromImportedResources(ConfigurationClassBeanDefinitionReader.java:354)
> > > at
> > >
> > >
> >
> org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:143)
> > >
> >
>


UI Bug driving me crazy (NIFI-6455)

2019-07-18 Thread Peter Wicks (pwicks)
I ran across a UI bug, but haven’t been able to figure it out on my own so I 
wrote up a ticket, NIFI-6455. The bug causes the last item on a scrollable 
Configure window to not be accessible. The scrollbar is the right size, but the 
last property is inaccessible. Showed up in 1.10 for both Configure Processor 
and Configure Controller Service windows, no issues with the same 
processor/controller service in 1.9.2.

If you have a processor like GetSolr, which has a lot of property options, you 
can’t access the last one off the edge of the screen. I’m running into this on 
a custom processor also, and the last property is the most important one… Does 
not appear to be an issue with some other windows like NiFi History.

I tried tracking it down, but I wasn’t able to quickly track down the root 
cause, so I’m looking for a little UI assistance from the team, and hopefully 
someone can quickly replicate it and confirm it’s not just my environment 😊.

Thanks,
  Peter


RE: [EXT] Re: Weird spring issue if I run a snapshot w/out internet access

2019-07-18 Thread Peter Wicks (pwicks)
As a final follow-up, this has been resolved with the fix merged to master and 
the Jira closed.

--Peter

-Original Message-
From: Joe Witt  
Sent: Thursday, July 18, 2019 9:47 AM
To: dev@nifi.apache.org
Subject: [EXT] Re: Weird spring issue if I run a snapshot w/out internet access

See here: 
https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FNIFI-6439&data=02%7C01%7Cpwicks%40micron.com%7Cb32f53c539b44de6fee508d70b972de7%7Cf38a5ecd28134862b11bac1d563c806f%7C0%7C1%7C636990616276903364&sdata=PFZbmcYYibRpdNHg6TxQNd28lrEx1Qho1VCavwWxYDw%3D&reserved=0

Let's try to bring it all in that location for follow-up.  Seeing a similar 
statement/log output from Peter Wicks now on dev in slack.



On Tue, Jun 18, 2019 at 3:44 PM Mike Thomsen  wrote:

> The weird part is I don't think this has ever happened with an 
> official binary. Makes me wonder if it's not a gap in the 
> documentation or something.
>
> On Tue, Jun 18, 2019 at 2:18 PM Jon Logan  wrote:
>
> > I haven't looked at that specifically but we've ran into issues 
> > before
> with
> > Spring quietly pulling XSD's over the internet if they're not 
> > packaged correctly in your artifact, and that breaking miserably if 
> > you don't have the internet available. That's just a wild guess though.
> >
> > On Tue, Jun 18, 2019 at 2:14 PM Mike Thomsen 
> > 
> > wrote:
> >
> > > Sometimes when I start a snapshot build when I don't have Internet
> > access I
> > > get this. Any ideas?
> > >
> > > 2019-06-18 14:11:54,040 WARN [main]
> > org.apache.nifi.web.server.JettyServer
> > > Failed to start web server... shutting down.
> > > org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:
> > Line
> > > 19 in XML document from class path resource [nifi-context.xml] is
> > invalid;
> > > nested exception is org.xml.sax.SAXParseException; lineNumber: 19;
> > > columnNumber: 139; cvc-elt.1: Cannot find the declaration of 
> > > element 'beans'.
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBe
> anDefinitions(XmlBeanDefinitionReader.java:399)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBean
> Definitions(XmlBeanDefinitionReader.java:336)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBean
> Definitions(XmlBeanDefinitionReader.java:304)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanDefinitionReader
> .loadBeanDefinitions(AbstractBeanDefinitionReader.java:181)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanDefinitionReader
> .loadBeanDefinitions(AbstractBeanDefinitionReader.java:217)
> > > at
> > >
> > >
> >
> org.springframework.beans.factory.support.AbstractBeanDefinitionReader
> .loadBeanDefinitions(AbstractBeanDefinitionReader.java:188)
> > > at
> > >
> > >
> >
> org.springframework.context.annotation.ConfigurationClassBeanDefinitio
> nReader.loadBeanDefinitionsFromImportedResources(ConfigurationClassBea
> nDefinitionReader.java:354)
> > > at
> > >
> > >
> >
> org.springframework.context.annotation.ConfigurationClassBeanDefinitio
> nReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBea
> nDefinitionReader.java:143)
> > >
> >
>


Re: UI Bug driving me crazy (NIFI-6455)

2019-07-18 Thread Robert Fellows
I'll look into it.

On Thu, Jul 18, 2019 at 2:43 PM Peter Wicks (pwicks) 
wrote:

> I ran across a UI bug, but haven’t been able to figure it out on my own so
> I wrote up a ticket, NIFI-6455. The bug causes the last item on a
> scrollable Configure window to not be accessible. The scrollbar is the
> right size, but the last property is inaccessible. Showed up in 1.10 for
> both Configure Processor and Configure Controller Service windows, no
> issues with the same processor/controller service in 1.9.2.
>
> If you have a processor like GetSolr, which has a lot of property options,
> you can’t access the last one off the edge of the screen. I’m running into
> this on a custom processor also, and the last property is the most
> important one… Does not appear to be an issue with some other windows like
> NiFi History.
>
> I tried tracking it down, but I wasn’t able to quickly track down the root
> cause, so I’m looking for a little UI assistance from the team, and
> hopefully someone can quickly replicate it and confirm it’s not just my
> environment 😊.
>
> Thanks,
>   Peter
>


-- 
---
Rob Fellows


RE: Re: UI Bug driving me crazy (NIFI-6455)

2019-07-18 Thread Nanduri, Kalyan
I am not sure if I am to soon to answer, I faced a similar issue with a 
different processor and I found that my 'zoom' browser was at 75% and when I 
changed it to 67% or 100% I could scroll to it.
Do you want to try something like that it might fix it?



-Original Message-
From: Robert Fellows [mailto:rob.fell...@gmail.com] 
Sent: Thursday, July 18, 2019 3:45 PM
To: dev@nifi.apache.org
Subject: [EXTERNAL] Re: UI Bug driving me crazy (NIFI-6455)

I'll look into it.

On Thu, Jul 18, 2019 at 2:43 PM Peter Wicks (pwicks) 
wrote:

> I ran across a UI bug, but haven’t been able to figure it out on my 
> own so I wrote up a ticket, NIFI-6455. The bug causes the last item on 
> a scrollable Configure window to not be accessible. The scrollbar is 
> the right size, but the last property is inaccessible. Showed up in 
> 1.10 for both Configure Processor and Configure Controller Service 
> windows, no issues with the same processor/controller service in 1.9.2.
>
> If you have a processor like GetSolr, which has a lot of property 
> options, you can’t access the last one off the edge of the screen. I’m 
> running into this on a custom processor also, and the last property is 
> the most important one… Does not appear to be an issue with some other 
> windows like NiFi History.
>
> I tried tracking it down, but I wasn’t able to quickly track down the 
> root cause, so I’m looking for a little UI assistance from the team, 
> and hopefully someone can quickly replicate it and confirm it’s not 
> just my environment 😊.
>
> Thanks,
>   Peter
>


--
---
Rob Fellows


Re: Re: UI Bug driving me crazy (NIFI-6455)

2019-07-18 Thread Robert Fellows
The issue is coming from a library used called slickgrid. Updating the
version to a newer version fixes the issue. Here is a PR with the fix:
https://github.com/apache/nifi/pull/3591

Thanks,
Rob

On Thu, Jul 18, 2019 at 4:16 PM Robert Fellows 
wrote:

> It appears to be related to the version of slickgrid used. I initially
> thought it might have something to do with the browser zoom level as well,
> but that turned out to not be the case. I'm close to having a solution.
>
> On Thu, Jul 18, 2019 at 3:52 PM Nanduri, Kalyan 
> wrote:
>
>> I am not sure if I am to soon to answer, I faced a similar issue with a
>> different processor and I found that my 'zoom' browser was at 75% and when
>> I changed it to 67% or 100% I could scroll to it.
>> Do you want to try something like that it might fix it?
>>
>>
>>
>> -Original Message-
>> From: Robert Fellows [mailto:rob.fell...@gmail.com]
>> Sent: Thursday, July 18, 2019 3:45 PM
>> To: dev@nifi.apache.org
>> Subject: [EXTERNAL] Re: UI Bug driving me crazy (NIFI-6455)
>>
>> I'll look into it.
>>
>> On Thu, Jul 18, 2019 at 2:43 PM Peter Wicks (pwicks) 
>> wrote:
>>
>> > I ran across a UI bug, but haven’t been able to figure it out on my
>> > own so I wrote up a ticket, NIFI-6455. The bug causes the last item on
>> > a scrollable Configure window to not be accessible. The scrollbar is
>> > the right size, but the last property is inaccessible. Showed up in
>> > 1.10 for both Configure Processor and Configure Controller Service
>> > windows, no issues with the same processor/controller service in 1.9.2.
>> >
>> > If you have a processor like GetSolr, which has a lot of property
>> > options, you can’t access the last one off the edge of the screen. I’m
>> > running into this on a custom processor also, and the last property is
>> > the most important one… Does not appear to be an issue with some other
>> > windows like NiFi History.
>> >
>> > I tried tracking it down, but I wasn’t able to quickly track down the
>> > root cause, so I’m looking for a little UI assistance from the team,
>> > and hopefully someone can quickly replicate it and confirm it’s not
>> > just my environment 😊.
>> >
>> > Thanks,
>> >   Peter
>> >
>>
>>
>> --
>> ---
>> Rob Fellows
>>
>
>
> --
> ---
> Rob Fellows
>


-- 
---
Rob Fellows