Re: data node reads blocks sequentially from disk

2020-03-11 Thread Todd Lipcon
We also issue explicit readahead via fadvise since 2011 or so, so the typical io sizes hitting the device are large enough to max out the throughput, at least for typical spinning disks. Todd On Wed, Mar 11, 2020, 9:46 AM Kihwal Lee wrote: > When Datanode was initially designed, Linux AIO was s

Re: Release numbering for branch-2 releases

2013-02-04 Thread Todd Lipcon
in Hadoop. But, with some of the changes in the proposed 2.0.3-alpha, it wouldn't be wire-protocol-stable. How can we best devise a scheme that explains the various factors above in a more detailed way than one big red warning sticker? What of the above factors does the community think would be implied by "GA?" Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: VOTE: HDFS-347 merge

2013-02-19 Thread Todd Lipcon
/browse/HDFS-347?focusedCommentId=13551755&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13551755 > -- Todd Lipcon Software Engineer, Cloudera

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
gt; -1 > The patch seems not ready yet. I have posted some comments/suggestions on > the JIRA. Colin also has agreed that there are some bugs to be fixed. Sorry. > > Tsz-Wo > > > > > ____ > From: Todd Lipcon > To: hdfs-dev@hadoop.ap

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
currently patch is still not yet ready. It seems to have unnecessarily > changed the API and protocol. I believe those are important but not trivial > things. > > Tsz-Wo > > > > From: Todd Lipcon > To: hdfs-dev@hadoop.apache.org; Ts

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
active review" to me. On the other hand, I spent probably 40-50% of my time over the last month reviewing and testing this branch and have voted +1. -Todd > > > On Wed, Feb 20, 2013 at 12:16 PM, Todd Lipcon wrote: > >> Hi Nicholas, >> >> I looked at your comme

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
ies are owned by an HDFS user, and users of the cluster run under other unix credentials. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
On Wed, Feb 20, 2013 at 3:06 PM, Todd Lipcon wrote: > https://issues.apache.org/jira/browse/HDFS-4476 where I pointed out sorry, meant to link to: https://issues.apache.org/jira/browse/HDFS-2246?focusedCommentId=13102013&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-t

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
optimization on a platform which is not yet officially supported on trunk, especially when the old code path is _insecure_ and thus unusable in most environments. Todd > > ____ > From: Todd Lipcon > To: hdfs-dev@hadoop.apache.org; Tsz Wo Sze > Sent: Wednesd

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
small number of developers who know how to program against that platform. If that's the axe hanging over our head with the Windows branch, then I'm all for saying "good, keep it on a branch and don't merge it to trunk". I was hoping we could all work together a bit be

Re: VOTE: HDFS-347 merge

2013-02-20 Thread Todd Lipcon
ckReaderLocal: simpler implementation that uses raw FileChannel objects. We don't need to cache anything, or make RPCs to the DataNode." from his 10/1/2012 patch upload. So, any patch you might have looked at since then would have clearly removed the old code path. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: VOTE: HDFS-347 merge

2013-02-26 Thread Todd Lipcon
; > [1] > https://issues.apache.org/jira/browse/HDFS-347?focusedCommentId=13579704&p > age=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comme > nt-13579704 > > [2] > https://issues.apache.org/jira/browse/HDFS-347?focusedCommentId=13551755&p > age=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comme > nt-13551755 > -- Todd Lipcon Software Engineer, Cloudera

Re: [Vote] Merge branch-trunk-win to trunk

2013-02-27 Thread Todd Lipcon
; >>> The support for Hadoop on Windows was proposed in HADOOP-8079< > > >>> https://issues.apache.org/jira/browse/HADOOP-8079> almost a year > ago. > > >>>The > > >>> goal was to make Hadoop natively integrated, full-featured, and > > >>>performance > > >>> and scalability tuned on Windows Server or Windows Azure. > > >>> We are happy to announce that a lot of progress has been made in this > > >>> regard. > > >>> > > >>> Initial work started in a feature branch, branch-1-win, based on > > >>>branch-1. > > >>> The details related to the work done in the branch can be seen in > > >>> CHANGES.txt< > > >>> > > >>> > > http://svn.apache.org/viewvc/hadoop/common/branches/branch-1-win/CHANGES > . > > >>>branch-1-win.txt?view=markup > > >>> >. > > >>> This work has been ported to a branch, branch-trunk-win, based on > > trunk. > > >>> Merge patch for this is available on > > >>> HADOOP-8562<https://issues.apache.org/jira/browse/HADOOP-8562> > > >>> . > > >>> > > >>> Highlights of the work done so far: > > >>> 1. Necessary changes in Hadoop to run natively on Windows. These > > changes > > >>> handle differences in platforms related to path names, process/task > > >>> management etc. > > >>> 2. Addition of winutils tools for managing file permissions and > > >>>ownership, > > >>> user group mapping, hardlinks, symbolic links, chmod, disk > utilization, > > >>>and > > >>> process/task management. > > >>> 3. Added cmd scripts equivalent to existing shell scripts > > >>> hadoop-daemon.sh, start and stop scripts. > > >>> 4. Addition of block placement policy implemnation to support cloud > > >>> enviroment, more specifically Azure. > > >>> > > >>> We are very close to wrapping up the work in branch-trunk-win and > > >>>getting > > >>> ready for a merge. Currently the merge patch is passing close to 100% > > of > > >>> unit tests on Linux. Soon I will call for a vote to merge this branch > > >>>into > > >>> trunk. > > >>> > > >>> Next steps: > > >>> 1. Call for vote to merge branch-trunk-win to trunk, when the work > > >>> completes and precommit build is clean. > > >>> 2. Start a discussion on adding Jenkins precommit builds on windows > and > > >>> how to integrate that with the existing commit process. > > >>> > > >>> Let me know if you have any questions. > > >>> > > >>> Regards, > > >>> Suresh > > >>> > > >>> > > >> > > >> > > >>-- > > >>http://hortonworks.com/download/ > > > > > > > > > -- > http://hortonworks.com/download/ > -- Todd Lipcon Software Engineer, Cloudera

Re: Exception with QJM HDFS HA

2013-03-31 Thread Todd Lipcon
; I have only three nodes(A,B,C) for test > A and B are name nodes. > B and C are data nodes. > ZK deployed on A, B and C. > > A, B and C are all journal nodes. > > Thanks. > -- Todd Lipcon Software Engineer, Cloudera

Re: VOTE: HDFS-347 merge

2013-04-04 Thread Todd Lipcon
as been addressed-- see HDFS-4538 for details. > Suresh has also volunteered to maintain the insecure SCR code until secure > SCR can be implemented for Windows. > > Please cast your vote by EOD Monday 4/8. > > best, > Colin > -- Todd Lipcon Software Engineer, Cloudera

Re: VOTE: HDFS-347 merge

2013-04-08 Thread Todd Lipcon
Suresh has also volunteered to maintain the insecure SCR code until secure > SCR can be implemented for Windows. > > Please cast your vote by EOD Monday 4/8. > > best, > Colin > -- Todd Lipcon Software Engineer, Cloudera

Re: Heads up - Snapshots feature merge into trunk

2013-04-24 Thread Todd Lipcon
fic APIs rather than any standard Linux interface. So, I'm in favor of either putting the APIs in HdfsAdmin, or alternatively in DistributedFileSystem, forcing a user to down-cast if they want to use the HDFS-specific operation. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: DistributedFileSystem.listStatus() - Why does it do partial listings then assemble?

2013-05-02 Thread Todd Lipcon
} while (thisListing.hasMore()); > > return listing.toArray(new FileStatus[listing.size()]); > } > > -------- > > > > > > Ref: > > https://svn.apache.org/repos/asf/hadoop/common/tags/release-1.0.4/src/hdfs/org/apache/hadoop/hdfs/DistributedFileSystem.java > http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html > > > thanks! > > -bc > -- Todd Lipcon Software Engineer, Cloudera

Re: dfs.datanode.socket.reuse.keepalive

2013-06-10 Thread Todd Lipcon
en the keepalive, or shorten the socket cache expiry, or both. > > thoughts? > Colin > -- Todd Lipcon Software Engineer, Cloudera

Re: Heads up: branch-2.1-beta

2013-06-19 Thread Todd Lipcon
of TestCLI against a fully distributed > cluster. At this > point I'm actually reasonably concerned and will follow up tomorrow. > > Thanks, > Roman. > -- Todd Lipcon Software Engineer, Cloudera

Re: DesignLounge @ HadoopSummit

2013-06-24 Thread Todd Lipcon
re a project lead for one of the Apache projects, look at the > schedule below and suggest a few slots when you think it would be best for > your project to meet. I'll try to work out a schedule where no more than 2 > projects are using the lounge at once. > > > > Day 1, 26th June: 10:30am - 12:30pm, 1:45pm - 3:30pm, 3:45pm - 5:00pm > > > > Day 2, 27th June: 10:30am - 12:30pm, 1:45pm - 3:30pm, 3:45pm - 5:00pm > > > > It will be up to you, the hadoop contributors, from there. > > > > Look forward to seeing you all at the summit, > > > > E14 > > > > PS Please forward to the other -dev lists. This event is for folks on > the -dev lists. > > > > > > > -- > http://hortonworks.com/download/ > -- Todd Lipcon Software Engineer, Cloudera

Re: DesignLounge @ HadoopSummit

2013-06-24 Thread Todd Lipcon
w what your experience with this format is. > > E14 > > On Jun 24, 2013, at 2:50 PM, Todd Lipcon wrote: > > > Hey all, > > > > Unfortunately I will have to leave early on Thursday, so will miss the > slotted time at the design lounge. > > > > But, I'l

Re: A question for txid

2013-06-25 Thread Todd Lipcon
M, Azuryy Yu wrote: > > Hi dear All, > > > > It's long type for the txid currently, > > > > FSImage.java: > > > > boolean loadFSImage(FSNamesystem target, MetaRecoveryContext recovery) > > throws IOException{ > > > > editLog.setNextTxId(lastAppliedTxId + 1L); > > } > > > > Is it possible that (lastAppliedTxId + 1L) exceed Long.MAX_VALUE ? > > > > -- > Harsh J > -- Todd Lipcon Software Engineer, Cloudera

Re: I'm interested in working with HDFS-4680. Can somebody be a mentor?

2013-07-17 Thread Todd Lipcon
t; is > > 19th July. So, I'm pretty tensed without any mentors :( > > > > [1] https://issues.apache.org/jira/browse/ACCUMULO-1197 > > [2] https://issues.apache.org/jira/browse/HDFS-4680 > > [3] https://github.com/cloudera/htrace > > [4] http://community.apache.org/mentoringprogramme-icfoss-pilot.html > > [5] https://issues.apache.org/jira/browse/HBASE-6449 > > > > Thank you, > > Sreejith R > > > -- Todd Lipcon Software Engineer, Cloudera

Re: Feature request to provide DFSInputStream subclassing mechanism

2013-08-07 Thread Todd Lipcon
cdh/4/hadoop-2.0.0-cdh4.**1.1.tar.gz<http://archive.cloudera.com/cdh4/cdh/4/hadoop-2.0.0-cdh4.1.1.tar.gz> > > We would greatly appreciate any advise on whether or not this approach > sounds reasonable, and if you would consider accepting these modifications > into the official Hadoop code base. > > Thank you, > Jeff, Alja & Matevz > UCSD Physics > -- Todd Lipcon Software Engineer, Cloudera

Re: Secure deletion of blocks

2013-08-15 Thread Todd Lipcon
House > > Jacklyns Lane > > Alresford > > SO24 9JJ > > Tel: +44 (0)1962 738232 > > Mob: +44 (0)7710 160458 > > Fax: +44 (0)1962 600112 > > Web: www.b <http://www.fosolutions.co.uk/>espokesoftware.com< > http://bespokesoftware.com/> > >

Re: Long time fail over when using QJM

2013-08-29 Thread Todd Lipcon
ormation seems regular. The problem is that between the 2 lines > there's no log in 12 minutes. There is no long gc happened. It seems the > code blocked somewhere. Unfortunately, I forgot to print the jstack info > T_T. > > Hope for your response. > > Best regards, > Mickey > -- Todd Lipcon Software Engineer, Cloudera

Re: Datanode fencing mechanism

2013-10-28 Thread Todd Lipcon
; as part of persistent state. I > want to know whether the case 3 is handled in CDH4.3.1 version. If the > case is hadnled, where is the code? > > > Thanks, > > LiuLe > -- Todd Lipcon Software Engineer, Cloudera

BKJM - anyone using it?

2013-11-05 Thread Todd Lipcon
just trying to find out if it is indeed abandoned) -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Question regarding access to different hadoop 2.0 cluster

2013-11-06 Thread Todd Lipcon
> >> >> -- > >> >> http://hortonworks.com/download/ > >> >> > >> >> -- > >> >> CONFIDENTIALITY NOTICE > >> >> NOTICE: This message is intended for the use of the individual or > >> >>entity to > >> >> which it is addressed and may contain information that is > >>confidential, > >> >> privileged and exempt from disclosure under applicable law. If the > >> >>reader > >> >> of this message is not the intended recipient, you are hereby > >>notified > >> >>that > >> >> any printing, copying, dissemination, distribution, disclosure or > >> >> forwarding of this communication is strictly prohibited. If you have > >> >> received this communication in error, please contact the sender > >> >>immediately > >> >> and delete it from your system. Thank You. > >> >> > >> > > >> > > >> > > >> >-- > >> >Have a Nice Day! > >> >Lohit > >> > >> > > > > > >-- > >http://hortonworks.com/download/ > > > >-- > >CONFIDENTIALITY NOTICE > >NOTICE: This message is intended for the use of the individual or entity > >to > >which it is addressed and may contain information that is confidential, > >privileged and exempt from disclosure under applicable law. If the reader > >of this message is not the intended recipient, you are hereby notified > >that > >any printing, copying, dissemination, distribution, disclosure or > >forwarding of this communication is strictly prohibited. If you have > >received this communication in error, please contact the sender > >immediately > >and delete it from your system. Thank You. > > -- Todd Lipcon Software Engineer, Cloudera

Re: Next releases

2013-11-12 Thread Todd Lipcon
On Mon, Nov 11, 2013 at 2:57 PM, Colin McCabe wrote: > To be honest, I'm not aware of anything in 2.2.1 that shouldn't be > there. However, I have only been following the HDFS and common side > of things so I may not have the full picture. Arun, can you give a > specific example of something you

Re: Deprecate BackupNode

2013-12-04 Thread Todd Lipcon
in error, please contact the sender immediately > and delete it from your system. Thank You. > -- Todd Lipcon Software Engineer, Cloudera

Re: [VOTE] Merge HDFS-5698 Use protobuf to serialize / deserialize FSImage to trunk

2014-01-30 Thread Todd Lipcon
no public APIs. The existing tests include both > unit tests and end-to-end tests. They have already covered this > feature. > > Once the feature is merged into trunk, we will continue to test and > fix any bugs that may be found on trunk. > > The bulk of the design and imp

Re: [DISCUSS]: securing ASF Hadoop releases out of the box

2018-07-05 Thread Todd Lipcon
o bring up kerberos to run it like that. And for more > sophisticated > > multinode deployments, should the scripts refuse to work without > kerberos > > unless you pass in some argument like "--Dinsecure-clusters- > permitted" > > > > Any other ideas? > > > > > > > - > > To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > > For additional commands, e-mail: common-dev-h...@hadoop.apache.org > > > > > > > -- Todd Lipcon Software Engineer, Cloudera

Review Request: HDFS-2301 Start/stop appropriate namenode internal services during transition to active and standby

2011-10-03 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2150/ --- Review request for hadoop-hdfs and Todd Lipcon. Summary --- Uploading

Re: Review Request: HDFS-2301 Start/stop appropriate namenode internal services during transition to active and standby

2011-10-03 Thread Todd Lipcon
623/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNode.java <https://reviews.apache.org/r/2150/#comment5251> this should at least be warn, right? and passing e as the second argument is better since

Retire 0.20-append branch?

2011-10-03 Thread Todd Lipcon
into some kind of attic/ directory Thoughts? -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Review Request: HDFS-2301 Start/stop appropriate namenode internal services during transition to active and standby

2011-10-06 Thread Todd Lipcon
> On 2011-10-03 18:58:13, Todd Lipcon wrote: > > just a few nits, mostly looks good. A few questions I have that aren't > > directly related to this patch: > > - is SafeMode now a replicated thing, or does each NN separately enter > > safemode? I thi

Re: Review Request: HDFS-2301 Start/stop appropriate namenode internal services during transition to active and standby

2011-10-06 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2150/ --- (Updated 2011-10-06 23:25:18.391776) Review request for hadoop-hdfs and Todd

Re: Review Request: HDFS-2301 Start/stop appropriate namenode internal services during transition to active and standby

2011-10-06 Thread Todd Lipcon
r HA NN), right? - Todd On 2011-10-06 23:25:18, Todd Lipcon wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/2150/ > ---

Re: Review Request: HDFS-1580: Add interface for generic Write Ahead Logging mechanisms

2011-11-02 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2672/#review3014 --- hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/

Re: Blocks are getting corrupted under very high load

2011-11-22 Thread Todd Lipcon
; BlocksBeingWritten directory. (Also the previous generation timestamp) > > Looks very strange for me. > Does this means that the finalized block file & meta file (which is written > in current folder) is getting lost after DN restart > Due to which Namenode will not rece

Re: Blocks are getting corrupted under very high load

2011-11-23 Thread Todd Lipcon
em.addStoredBlock: addStoredBlock request received for > blk_1321803251510_83627 on xx.xx.132.22:10010 size 104428544 but was > rejected: Reported as block being written but is a block of closed file. > > Regards, > Uma > > > From: Todd

Re: Blocks are getting corrupted under very high load

2011-11-23 Thread Todd Lipcon
ncludes HDFS-1539, you could consider setting dfs.datanode.synconclose to true, which would have prevented this problem. -Todd -- Todd Lipcon Software Engineer, Cloudera

Fwd: Hadoop-Hdfs-trunk-Commit - Build # 1449 - Still Failing

2011-12-07 Thread Todd Lipcon
r trigger: Failure ### ## FAILED TESTS (if any) ## No tests ran. -- Todd Lipcon Software Engineer, Cloudera

Fwd: Hadoop-Hdfs-trunk - Build # 894 - Still unstable

2011-12-19 Thread Todd Lipcon
     at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:81)        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68) -- Todd Lipcon Software Engineer, Cloudera

Re: Hadoop-Hdfs-trunk - Build # 894 - Still unstable

2011-12-19 Thread Todd Lipcon
ntrib On Mon, Dec 19, 2011 at 10:13 AM, Todd Lipcon wrote: > HDFS Builds have been failing since HDFS-234 (bk support) went in 6 > days ago. Can someone please fix this? Otherwise we should revert the > patch. > > -Todd > > > -- Forwarded message --

Re: Hadoop-Hdfs-trunk - Build # 894 - Still unstable

2011-12-19 Thread Todd Lipcon
I committed this. (r1220940) -Todd On Mon, Dec 19, 2011 at 11:49 AM, Todd Lipcon wrote: > I'm going to commit the following fix if no one screams otherwise: > > Index: hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkj

RBW replicas and HA

2012-01-20 Thread Todd Lipcon
Konstantin - I think the BN-based approach is probably susceptible to the same issue, so curious if you've solved it in your implementation. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Review request: trunk->HDFS-1623 merge

2012-02-03 Thread Todd Lipcon
updateBlocks" call inside FSEditLogLoader. I used that existing implementation rather than adding the new one in FSDirectory, since this function had some other changes related to HA in the branch version. I'll wait for a +1 before committing. I ran all of the unit tests and they passed. -Tod

Re: Review request: trunk->HDFS-1623 merge

2012-02-08 Thread Todd Lipcon
27;t go with my suggestion in (2), please add a > comment explaining the assignment. > > Otherwise looks good. Merge away. > > -- > Aaron T. Myers > Software Engineer, Cloudera > > > > On Fri, Feb 3, 2012 at 2:10 PM, Todd Lipcon wrote: > >> I've got a merg

Re: Review request: trunk->HDFS-1623 merge

2012-02-09 Thread Todd Lipcon
luster performance > against the branch. Would be good to have numbers for both cases with > HA off and HA on. > > I'll post these questions to the jira as well. > > Thanks, > --Konstantin > > On Wed, Feb 8, 2012 at 9:08 PM, Todd Lipcon wrote: >> The branch develo

Re: Review request: trunk->HDFS-1623 merge

2012-02-09 Thread Todd Lipcon
on to 0.17 or 0.18 (which seems entirely reasonable given they're ~4 years old). Will report back when a new patch is up for review. -Todd > > Thanks, > --Konstantin > > On Thu, Feb 9, 2012 at 10:57 AM, Todd Lipcon wrote: >> Hi Konstantin, >> >> To be clear, th

Re: Review request: trunk->HDFS-1623 merge

2012-02-09 Thread Todd Lipcon
so as to avoid changing too much code in a merge commit. + // Regardless of whether it's a new file or an updated file, + // update the block list. updateBlocks(fsDir, addCloseOp, newFile); - break; } case OP_CLOSE: { On Thu, Feb 9, 2012 at 1:20 PM, Todd Lip

Re: Review request: trunk->HDFS-1623 merge

2012-02-09 Thread Todd Lipcon
Thanks Suresh. I committed the merge to the branch. -Todd On Thu, Feb 9, 2012 at 4:32 PM, Suresh Srinivas wrote: > I looked at the merge. It looks good. +1. > > On Wed, Feb 8, 2012 at 9:08 PM, Todd Lipcon wrote: > >> The branch developed some new conflicts due to recen

Re: Merging the HA branch to trunk - Wednesday, February 29th

2012-02-23 Thread Todd Lipcon
egressions or >> performance issues in the branch. If you plan to review the code changes or >> the test plan, I ask that you please do so as soon as possible. >> >> Feedback is certainly welcome on this plan. >> >> Thanks a lot, >> Aaron >> >> -- >> Aaron T. Myers >> Software Engineer, Cloudera >> -- Todd Lipcon Software Engineer, Cloudera

Re: Merging the HA branch to trunk - Wednesday, February 29th

2012-02-23 Thread Todd Lipcon
d, I think there are a couple easy wins that should bring performance back in line with trunk, which I expect to complete by early next week. Please continue reviewing the branch so that when the optimizations have been made, we can proceed with a merge. -Todd On Thu, Feb 23, 2012 at 10:27 AM, T

Re: Merging the HA branch to trunk - Wednesday, February 29th

2012-02-29 Thread Todd Lipcon
unless more blocker issues are discovered in the interim, >> we merge this branch to trunk one week from today, i.e. Wednesday, February >> 29th. During this time we will also execute the test plans described in the >> test documents attached to HDFS-1623 to try to identify a

Re: Merging the HA branch to trunk - Wednesday, February 29th

2012-02-29 Thread Todd Lipcon
;mvn install" in the hadoop-hdfs-httpfs directory on the branch on my machine. -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Merging the HA branch to trunk - Wednesday, February 29th

2012-02-29 Thread Todd Lipcon
On Wed, Feb 29, 2012 at 5:01 PM, Tsz Wo Sze wrote: > Hi Todd, > > Then, why the trunk build did not suffer such problem? Bad luck? Looks like a network blip - failure to download something from archive.apache.org. Todd > > > ____ >  From: Todd L

Re: [VOTE] Merge the HA branch to trunk tomorrow - March 2nd

2012-03-02 Thread Todd Lipcon
es, and as such would like to do it tomorrow. > > Here's a link to the latest build on Jenkins: > > https://builds.apache.org/job/Hadoop-Hdfs-HAbranch-build/98/ > > Please vote. We need a minimum of 3 +1s to proceed with the merge. Clearly > I'm +1. > > Thanks, > Aaron > > -- > Aaron T. Myers > Software Engineer, Cloudera -- Todd Lipcon Software Engineer, Cloudera

Review Request: ByteBuffer-based read API for DFSInputStream

2012-03-05 Thread Todd Lipcon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4184/ --- Review request for hadoop-hdfs and Todd Lipcon. Summary --- Posting patch

Re: Review Request: ByteBuffer-based read API for DFSInputStream

2012-03-05 Thread Todd Lipcon
here vs the uglier approach hadoop-hdfs-project/hadoop-hdfs/src/main/native/hdfs.c <https://reviews.apache.org/r/4184/#comment12240> goofy empty clause. Other goofy indentation here. - Todd On 2012-03-05 21:00:55, Todd Lipcon wrote: > > -

Re: Review Request: ByteBuffer-based read API for DFSInputStream (review 2)

2012-03-06 Thread Todd Lipcon
automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4212/ > --- > > (Updated 2012-03-06 23:14:07) > > > Review request for hadoop-hdfs and Todd Lipcon. > > > Summary > --

Re: Merge Namenode HA feature to 0.23

2012-03-07 Thread Todd Lipcon
las >> > merged protocol buffers/wire compatibility changes to 0.23. Merging >> > Namenode HA into 0.23 will make it a significant release. >> > >> > I plan to complete this by next week after running some >> nightly/regressions >> > tests. Early next week, I plan to attach a 0.23 merge patch to HDFS-1623 >> > jira for people interested in reviewing the patch. >> > >> > Please vote. >> > >> > Regards, >> > Suresh >> -- Todd Lipcon Software Engineer, Cloudera

Proposal: abandon protocol translator layer for cluster-internal RPCs

2012-03-17 Thread Todd Lipcon
to be HDFS-private, we drop steps 3-6 and use the protobuf RPC engine directly. Doing this doesn't force our hand or limit our options in the future -- should we want to add an alternate mechanism one can always add the indirection layer down the road. Thoughts? -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Proposal: abandon protocol translator layer for cluster-internal RPCs

2012-03-19 Thread Todd Lipcon
is one of the essential prerequisites. Therefore, even > if some protocols are not exposed to the users, and are just used within > different internal components, we still cannot afford to compromise on wire > compatibility on those interfaces. > > On Sat, Mar 17, 2012 at 3:31 PM, To

Re: Proposal: abandon protocol translator layer for cluster-internal RPCs

2012-03-19 Thread Todd Lipcon
ndependent of each other and >> wire compatibility is one of the essential prerequisites. Therefore, even >> if some protocols are not exposed to the users, and are just used within >> different internal components, we still cannot afford to compromise on wire >> compatibility

Re: Review Request: ByteBuffer-based read API for DFSInputStream (review 2)

2012-03-19 Thread Todd Lipcon
To reply, visit: > https://reviews.apache.org/r/4212/ > --- > > (Updated 2012-03-09 00:47:24) > > > Review request for hadoop-hdfs and Todd Lipcon. > > > Summary > --- > > New patch for HDFS-28

Re: svn commit: r1304067 - in /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project: ./ bin/ conf/ hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/ hadoop-mapreduce-exam

2012-03-22 Thread Todd Lipcon
on/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/hdfs/ > -- >   Merged > /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/hdfs:r1304063 > > Propchange: > hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/ipc/ > -- >   Merged > /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/ipc:r1304063 > > Propchange: > hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/webapps/job/ > -- >   Merged > /hadoop/common/trunk/hadoop-mapreduce-project/src/webapps/job:r1304063 -- Todd Lipcon Software Engineer, Cloudera

Re: svn commit: r1304067 - in /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project: ./ bin/ conf/ hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/ hadoop-mapreduce-exam

2012-03-22 Thread Todd Lipcon
, do you think that my previous comment make sense? > Sure. -Todd > > - Original Message - > From: Todd Lipcon > To: mapreduce-...@hadoop.apache.org; Tsz Wo Sze > Cc: hdfs dev > Sent: Thursday, March 22, 2012 3:49 PM > Subject: Re: svn commit: r1304067 - in >

Re: svn commit: r1304067 - in /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project: ./ bin/ conf/ hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/ hadoop-mapreduce-exam

2012-03-22 Thread Todd Lipcon
as the > commit message for both trunk and the branches. +1. I never even use the svn merge command to merge between branches. I just apply the patch separately to each branch. The svn metadata on single-patch merges seems pretty much useless, best I can tell. -Todd -- Todd Lipcon Software Engineer, Cloudera

Branching for automatic failover work (HDFS-3042/HDFS-2185)

2012-03-28 Thread Todd Lipcon
Auto failover (HDFS-3042)") in HDFS and Common JIRAs, and an "auto-failover" component. I have not yet assigned these tags to the open JIRAs but will do so tomorrow. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Todd Lipcon
ted at 2.x) yet, I've been thinking of it more like 2.1. I also think, given we have PB in place in both branches, it's likely we can maintain client compatibility between 23 and 24 in the absence of anything major coming down the pipe. Proposal: is it possible to call the JIRA fixVersio

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Todd Lipcon
On Wed, Mar 28, 2012 at 11:59 AM, Aaron T. Myers wrote: > On Wed, Mar 28, 2012 at 11:53 AM, Todd Lipcon wrote: > >> Proposal: is it possible to call the JIRA fixVersion "trunk", and then >> when we branch off trunk to make a release, rename it at that point to >

Re: [RESULT] - [VOTE] Rename hadoop branches post hadoop-1.x

2012-03-28 Thread Todd Lipcon
at we currently call branch-23. When someone has something incompatible to propose, then we can bother splitting it off.. Todd -- Todd Lipcon Software Engineer, Cloudera

[VOTE] Merge HDFS-3042 (auto-HA) branch to trunk

2012-05-19 Thread Todd Lipcon
r opinions. Of course, I am +1. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: [VOTE] Merge HDFS-3042 (auto-HA) branch to trunk

2012-05-23 Thread Todd Lipcon
With the three requisite +1s, the merge vote passes. I'll merge this to trunk in a moment. Thanks -Todd On Sun, May 20, 2012 at 8:26 PM, Uma Maheswara Rao G wrote: > Great.  +1 for merge. > ____ > From: Todd Lipcon [t...@cloudera.com] > Sen

Re: hsync in hadoop 2.0?

2012-06-01 Thread Todd Lipcon
nderstand correctly Hadoop 2.0 is not out of alpha, yet. >> >> Thoughts? >> >> -- Lars >> > > > -- > Best regards, > >   - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) -- Todd Lipcon Software Engineer, Cloudera

Merging auto-HA to branch-2

2012-06-06 Thread Todd Lipcon
tant feature that we should have in the 2.0 line. If I don't hear any objections in the next day or two, I'll go ahead and merge. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Merging auto-HA to branch-2

2012-06-07 Thread Todd Lipcon
Hearing no objections, I'll merge this this afternoon. -Todd On Wed, Jun 6, 2012 at 11:53 AM, Eli Collins wrote: > +1    Thanks Todd > > On Wed, Jun 6, 2012 at 11:46 AM, Todd Lipcon wrote: >> Hi folks, >> >> We merged automatic failover (HDFS-3042) into trunk

Re: Merging auto-HA to branch-2

2012-06-07 Thread Todd Lipcon
OK, I've merged to branch-2 and updated the various CHANGES.txt references. Thanks -Todd On Thu, Jun 7, 2012 at 2:11 PM, Todd Lipcon wrote: > Hearing no objections, I'll merge this this afternoon. > > -Todd > > On Wed, Jun 6, 2012 at 11:53 AM, Eli Collins wrote: >

Merging some improvements to branch-2

2012-06-07 Thread Todd Lipcon
support -format option. Contributed by Henry Robinson. These test-only improvements make it easier to construct system tests against realistic pseudo-distributed clusters. All of the above patches have been baking in trunk for quite some time. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: Merging some improvements to branch-2

2012-06-08 Thread Todd Lipcon
Thanks. I'll merge these this this afternoon. -Todd On Thu, Jun 7, 2012 at 4:25 PM, Eli Collins wrote: > +1 > > Will be great to have the direct read optimization (thanks Henry) in 2.x. > > Thanks, > Eli > > On Thu, Jun 7, 2012 at 2:51 PM, Todd Lipcon wrote: >

Re: Merging some improvements to branch-2

2012-06-08 Thread Todd Lipcon
Thanks all, I merged these as well as HDFS-3243 and HDFS-3514, some small test fixes I forgot to add to my original list. Hopefully I got all the CHANGES.txt, etc, right :) -Todd On Fri, Jun 8, 2012 at 11:53 AM, Todd Lipcon wrote: > Thanks. I'll merge these this this afternoon. > >

Re: NameNode rollEdidLog: removing storage

2012-06-14 Thread Todd Lipcon
onger > this goes un-noticed, the more data could be lost if the NN cannot be > recovered? > > Regards, > > James. -- Todd Lipcon Software Engineer, Cloudera

Re: PreCommit-Admin not running

2012-07-04 Thread Todd Lipcon
nning > > It looks like the PreCommit-Admin build job is not running. > Can anyone give it a gentle nudge? > > Kihwal > > -- Todd Lipcon Software Engineer, Cloudera

Re: testing HDFS-3077 on branch-2

2012-07-23 Thread Todd Lipcon
; > -- > Best regards, > >- Andy > > Problems worthy of attack prove their worth by hitting back. - Piet > Hein (via Tom White) > -- Todd Lipcon Software Engineer, Cloudera

Heads up: merge for QJM branch soon

2012-09-19 Thread Todd Lipcon
is very nearly ready to be merged into trunk. I will continue to perform stress tests, but at this point I am not aware of any deficiencies which would be considered a blocker. If anyone has any questions about the code, design, or tests, please feel free to chime in on HDFS-3077 or the relevant su

Re: Heads up: merge for QJM branch soon

2012-09-19 Thread Todd Lipcon
erging it under the HDFS umbrella. > > Thanks, > --Konstantin > > On Wed, Sep 19, 2012 at 12:53 PM, Todd Lipcon wrote: >> Hi all, >> >> Work has been progressing steadily for the last several months on the >> HDFS-3077 (QuorumJournalManager) branch. The bra

Re: Heads up: merge for QJM branch soon

2012-09-20 Thread Todd Lipcon
o date as of yesterday. Thanks -Todd > On Wed, Sep 19, 2012 at 12:53 PM, Todd Lipcon wrote: > >> Hi all, >> >> Work has been progressing steadily for the last several months on the >> HDFS-3077 (QuorumJournalManager) branch. The branch is now "feature >> c

Re: [Updated] RE: current direction in namenode HA

2012-09-25 Thread Todd Lipcon
thanks > Sujee > > > On Mon, Sep 10, 2012 at 4:18 PM, Sujee Maniyam wrote: > >> Thanks very much for all your input! Much appreciated... >> -- Todd Lipcon Software Engineer, Cloudera

[VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-09-25 Thread Todd Lipcon
should be enough time for committers to cast their votes. Per our by-laws, we need a minimum of three binding +1 votes from committers. I will start the voting with my own +1. Thanks -Todd -- Todd Lipcon Software Engineer, Cloudera

Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-09-25 Thread Todd Lipcon
On Tue, Sep 25, 2012 at 4:02 PM, Todd Lipcon wrote: > detail in a document attached to HDFS-3077 itself. The code itself has > been contributed by me, Aaron, and Eli, but I'd be remiss not to also I should actually amend the above: I had forgotten that some of the early patches on

Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-09-26 Thread Todd Lipcon
us, think it's currently the best option for HA log storage. If at some point in the future, the internal APIs have fully stabilized (security, IPC, edit log streams, JournalManager, metrics, etc) then we can pull it out at that time. -Todd > On Tue, Sep 25, 2012 at 4:58 PM, Eli Collins wro

Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-09-27 Thread Todd Lipcon
o be undoing yourself with the above setup Konstantin. At > our deploy, we can't do NetApp so calling them will never happen. If > a problem in QJM, it's Apache HDFS, so it'll be fixed by the community > -- hopefully w/ input by creators -- as any other issue would be fixed > (or not). > > St.Ack -- Todd Lipcon Software Engineer, Cloudera

Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-09-28 Thread Todd Lipcon
3077 code along with the code pulled from 3092 is fairly substrantial. > The design is also fairly complex and involved. > I would request that we postpone the merge for another week to give folks > time to review this fully. > > > sanjay > > > > > > On

Re: DFSOutputStream.Packet retention even if close() called when IOE encountered

2012-10-01 Thread Todd Lipcon
t; for the @Test(expected = OutOfMemoryError.class) :)). Tested on Hadoop > 1.0.2. > > Thanks in advance for your answers, pointers and advises. > > Benoit. -- Todd Lipcon Software Engineer, Cloudera

Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-10-08 Thread Todd Lipcon
s plan to do the merge next monday. > > thanks > > sanjay > > > > > On Sep 28, 2012, at 3:02 PM, Todd Lipcon wrote: > > > Hey Sanjay, > > > > While I understand it's substantial and complex code, the code and the > > design doc have been

Re: [VOTE] Merge HDFS-3077 (QuorumJournalManager) branch to trunk

2012-10-08 Thread Todd Lipcon
merge? Just like any other part of HDFS, we can continue to _improve_ it after it is in trunk. There are many features that we commit and then improve later on when someone comes up with a way to simplify it. To be clear about the current status of the vote: you are officially vetoing the mer

  1   2   3   4   5   6   7   8   9   10   >