|
Corey Nolet
2013-03-18, 02:10
Josh Elser
2013-03-18, 02:32
Corey Nolet
2013-03-18, 03:03
John Vines
2013-03-18, 03:14
Corey Nolet
2013-03-18, 03:49
Eric Newton
2013-03-18, 12:31
Corey Nolet
2013-03-20, 06:06
|
-
Patch for 1.6-SNAPSHOT ProxyServer bugCorey Nolet 2013-03-18, 02:10
Hey Guys,
I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it wasn't attaching requested columnFamily/columnQualifier to the batch scanner. I have it fixed and could submit a patch if you guys want it.
-
Re: Patch for 1.6-SNAPSHOT ProxyServer bugJosh Elser 2013-03-18, 02:32
Corey,
Getting the fix in the 1.5.0 release would actually be even better, but any patch you could provide would be great! Feel free to create an issue on Jira to track and fix the problem: https://issues.apache.org/jira/browse/ACCUMULO Thanks! - Josh On 03/17/2013 10:10 PM, Corey Nolet wrote: > Hey Guys, > > I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it wasn't attaching requested columnFamily/columnQualifier to the batch scanner. > > I have it fixed and could submit a patch if you guys want it. >
-
Re: Patch for 1.6-SNAPSHOT ProxyServer bugCorey Nolet 2013-03-18, 03:03
Josh,
It's a fairly trivial fix, I'll just apply it to 1.5 if that would be more useful. Mind if I supply a git patch or is svn better? On Mar 17, 2013, at 10:32 PM, Josh Elser wrote: > Corey, > > Getting the fix in the 1.5.0 release would actually be even better, but any patch you could provide would be great! > > Feel free to create an issue on Jira to track and fix the problem: https://issues.apache.org/jira/browse/ACCUMULO > > Thanks! > > - Josh > > On 03/17/2013 10:10 PM, Corey Nolet wrote: >> Hey Guys, >> >> I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it wasn't attaching requested columnFamily/columnQualifier to the batch scanner. >> >> I have it fixed and could submit a patch if you guys want it. >> >
-
Re: Patch for 1.6-SNAPSHOT ProxyServer bugJohn Vines 2013-03-18, 03:14
Svn is preferred
Sent from my phone, please pardon the typos and brevity. On Mar 17, 2013 11:04 PM, "Corey Nolet" <[EMAIL PROTECTED]> wrote: > Josh, > > It's a fairly trivial fix, I'll just apply it to 1.5 if that would be more > useful. Mind if I supply a git patch or is svn better? > > > On Mar 17, 2013, at 10:32 PM, Josh Elser wrote: > > > Corey, > > > > Getting the fix in the 1.5.0 release would actually be even better, but > any patch you could provide would be great! > > > > Feel free to create an issue on Jira to track and fix the problem: > https://issues.apache.org/jira/browse/ACCUMULO > > > > Thanks! > > > > - Josh > > > > On 03/17/2013 10:10 PM, Corey Nolet wrote: > >> Hey Guys, > >> > >> I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it > wasn't attaching requested columnFamily/columnQualifier to the batch > scanner. > >> > >> I have it fixed and could submit a patch if you guys want it. > >> > > > >
-
Re: Patch for 1.6-SNAPSHOT ProxyServer bugCorey Nolet 2013-03-18, 03:49
Done.
On Mar 17, 2013, at 11:14 PM, John Vines wrote: > Svn is preferred > > Sent from my phone, please pardon the typos and brevity. > On Mar 17, 2013 11:04 PM, "Corey Nolet" <[EMAIL PROTECTED]> wrote: > >> Josh, >> >> It's a fairly trivial fix, I'll just apply it to 1.5 if that would be more >> useful. Mind if I supply a git patch or is svn better? >> >> >> On Mar 17, 2013, at 10:32 PM, Josh Elser wrote: >> >>> Corey, >>> >>> Getting the fix in the 1.5.0 release would actually be even better, but >> any patch you could provide would be great! >>> >>> Feel free to create an issue on Jira to track and fix the problem: >> https://issues.apache.org/jira/browse/ACCUMULO >>> >>> Thanks! >>> >>> - Josh >>> >>> On 03/17/2013 10:10 PM, Corey Nolet wrote: >>>> Hey Guys, >>>> >>>> I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it >> wasn't attaching requested columnFamily/columnQualifier to the batch >> scanner. >>>> >>>> I have it fixed and could submit a patch if you guys want it. >>>> >>> >> >>
-
Re: Patch for 1.6-SNAPSHOT ProxyServer bugEric Newton 2013-03-18, 12:31
Patch applied, and Corey has been added to the contributors. Good catch!
+1 for adding a test! Let me know if you want additional info (organization and timezone) added to to the contributor information. -Eric On Sun, Mar 17, 2013 at 11:49 PM, Corey Nolet <[EMAIL PROTECTED]> wrote: > Done. > > On Mar 17, 2013, at 11:14 PM, John Vines wrote: > > > Svn is preferred > > > > Sent from my phone, please pardon the typos and brevity. > > On Mar 17, 2013 11:04 PM, "Corey Nolet" <[EMAIL PROTECTED]> wrote: > > > >> Josh, > >> > >> It's a fairly trivial fix, I'll just apply it to 1.5 if that would be > more > >> useful. Mind if I supply a git patch or is svn better? > >> > >> > >> On Mar 17, 2013, at 10:32 PM, Josh Elser wrote: > >> > >>> Corey, > >>> > >>> Getting the fix in the 1.5.0 release would actually be even better, but > >> any patch you could provide would be great! > >>> > >>> Feel free to create an issue on Jira to track and fix the problem: > >> https://issues.apache.org/jira/browse/ACCUMULO > >>> > >>> Thanks! > >>> > >>> - Josh > >>> > >>> On 03/17/2013 10:10 PM, Corey Nolet wrote: > >>>> Hey Guys, > >>>> > >>>> I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where it > >> wasn't attaching requested columnFamily/columnQualifier to the batch > >> scanner. > >>>> > >>>> I have it fixed and could submit a patch if you guys want it. > >>>> > >>> > >> > >> > >
-
Re: Patch for 1.6-SNAPSHOT ProxyServer bugCorey Nolet 2013-03-20, 06:06
Eric,
My current organization is Texeltek. If you could add that in, it would be awesome. Thanks! I just fixed another bug in the proxy. I submitted the patch about a half hour ago. On Monday, March 18, 2013, Eric Newton wrote: > Patch applied, and Corey has been added to the contributors. Good catch! > +1 for adding a test! > > Let me know if you want additional info (organization and timezone) added > to to the contributor information. > > -Eric > > > On Sun, Mar 17, 2013 at 11:49 PM, Corey Nolet <[EMAIL PROTECTED]<javascript:;>> > wrote: > > > Done. > > > > On Mar 17, 2013, at 11:14 PM, John Vines wrote: > > > > > Svn is preferred > > > > > > Sent from my phone, please pardon the typos and brevity. > > > On Mar 17, 2013 11:04 PM, "Corey Nolet" <[EMAIL PROTECTED]<javascript:;>> > wrote: > > > > > >> Josh, > > >> > > >> It's a fairly trivial fix, I'll just apply it to 1.5 if that would be > > more > > >> useful. Mind if I supply a git patch or is svn better? > > >> > > >> > > >> On Mar 17, 2013, at 10:32 PM, Josh Elser wrote: > > >> > > >>> Corey, > > >>> > > >>> Getting the fix in the 1.5.0 release would actually be even better, > but > > >> any patch you could provide would be great! > > >>> > > >>> Feel free to create an issue on Jira to track and fix the problem: > > >> https://issues.apache.org/jira/browse/ACCUMULO > > >>> > > >>> Thanks! > > >>> > > >>> - Josh > > >>> > > >>> On 03/17/2013 10:10 PM, Corey Nolet wrote: > > >>>> Hey Guys, > > >>>> > > >>>> I found a bug in the ProxyServer in the accumulo 1.6-SNAPSHOT where > it > > >> wasn't attaching requested columnFamily/columnQualifier to the batch > > >> scanner. > > >>>> > > >>>> I have it fixed and could submit a patch if you guys want it. > > >>>> > > >>> > > >> > > >> > > > > > -- Corey Nolet Senior Software Engineer TexelTek, inc. [Office] 301.880.7123 [Cell] 410-903-2110 |