[jira] [Commented] (HBASE-5640) bulk load runs slowly than before

2013-01-15 Thread Nate Putnam (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554203#comment-13554203
 ] 

Nate Putnam commented on HBASE-5640:


We had an issue with this a while back. The impact was that things would 
timeout because of the intermediate copy. 

Sat Jun 30 13:50:25 EDT 2012, 
org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles$3@2afd97ea, 
java.net.SocketTimeoutException: Call to 
proc22.prod.urbanairship.com/10.128.12.38:7040 failed on socket timeout 
exception: java.net.SocketTimeoutException: 6 millis timeout while waiting 
for channel to be ready for read. ch : 
java.nio.channels.SocketChannel[connected local=/10.128.12.40:45456 
remote=proc22.prod.urbanairship.com/10.128.12.38:7040]

at 
org.apache.hadoop.hbase.client.ServerCallable.withRetries(ServerCallable.java:183)
at 
org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.tryAtomicRegionLoad(LoadIncrementalHFiles.java:491)

Applying this patch fixed the issue and sped things up significantly. 

 bulk load runs slowly than before
 -

 Key: HBASE-5640
 URL: https://issues.apache.org/jira/browse/HBASE-5640
 Project: HBase
  Issue Type: Bug
Reporter: dhruba borthakur
Assignee: dhruba borthakur
Priority: Minor
  Labels: bulkloader
 Attachments: bulkLoadFs1.txt, bulkLoadFs2.txt


 I am loading data from an external system into hbase. There are many prints 
 of the form. This is possibly a regression caused by a recent patch.
 on different filesystem than destination store - moving to this filesystem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-5640) bulk load runs slowly than before

2013-01-15 Thread Anoop Sam John (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554731#comment-13554731
 ] 

Anoop Sam John commented on HBASE-5640:
---

This issue is same as HBASE-6529 which is already committed.
Mind closing it as duplicate?

 bulk load runs slowly than before
 -

 Key: HBASE-5640
 URL: https://issues.apache.org/jira/browse/HBASE-5640
 Project: HBase
  Issue Type: Bug
Reporter: dhruba borthakur
Assignee: dhruba borthakur
Priority: Minor
  Labels: bulkloader
 Attachments: bulkLoadFs1.txt, bulkLoadFs2.txt


 I am loading data from an external system into hbase. There are many prints 
 of the form. This is possibly a regression caused by a recent patch.
 on different filesystem than destination store - moving to this filesystem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-5640) bulk load runs slowly than before

2012-04-06 Thread dhruba borthakur (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13248118#comment-13248118
 ] 

dhruba borthakur commented on HBASE-5640:
-

The code is such that if the filesystem object do not match, then  the files is 
copied to a tmp location before uploading to the regionserver. With the 
checksum patch, the filesystem objects do not match (one is a FileSystm while 
the other is a HFileSystem).

 bulk load runs slowly than before
 -

 Key: HBASE-5640
 URL: https://issues.apache.org/jira/browse/HBASE-5640
 Project: HBase
  Issue Type: Bug
Reporter: dhruba borthakur
Assignee: dhruba borthakur
Priority: Minor
  Labels: bulkloader
 Attachments: bulkLoadFs1.txt, bulkLoadFs2.txt


 I am loading data from an external system into hbase. There are many prints 
 of the form. This is possibly a regression caused by a recent patch.
 on different filesystem than destination store - moving to this filesystem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5640) bulk load runs slowly than before

2012-04-05 Thread Zhihong Yu (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13247697#comment-13247697
 ] 

Zhihong Yu commented on HBASE-5640:
---

Patch v2 makes sense.

 bulk load runs slowly than before
 -

 Key: HBASE-5640
 URL: https://issues.apache.org/jira/browse/HBASE-5640
 Project: HBase
  Issue Type: Bug
Reporter: dhruba borthakur
Assignee: dhruba borthakur
Priority: Minor
  Labels: bulkloader
 Attachments: bulkLoadFs1.txt, bulkLoadFs2.txt


 I am loading data from an external system into hbase. There are many prints 
 of the form. This is possibly a regression caused by a recent patch.
 on different filesystem than destination store - moving to this filesystem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5640) bulk load runs slowly than before

2012-04-05 Thread stack (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13247698#comment-13247698
 ] 

stack commented on HBASE-5640:
--

Patch looks fine.  It makes the bulk load faster making this change?

 bulk load runs slowly than before
 -

 Key: HBASE-5640
 URL: https://issues.apache.org/jira/browse/HBASE-5640
 Project: HBase
  Issue Type: Bug
Reporter: dhruba borthakur
Assignee: dhruba borthakur
Priority: Minor
  Labels: bulkloader
 Attachments: bulkLoadFs1.txt, bulkLoadFs2.txt


 I am loading data from an external system into hbase. There are many prints 
 of the form. This is possibly a regression caused by a recent patch.
 on different filesystem than destination store - moving to this filesystem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5640) bulk load runs slowly than before

2012-03-28 Thread Laxman (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13240977#comment-13240977
 ] 

Laxman commented on HBASE-5640:
---

bq. There are many prints of the form. This is possibly a regression caused by 
a recent patch.
bq. on different filesystem than destination store - moving to this 
filesystem

@Dhruba, can you please provide more details?

 bulk load runs slowly than before
 -

 Key: HBASE-5640
 URL: https://issues.apache.org/jira/browse/HBASE-5640
 Project: HBase
  Issue Type: Bug
Reporter: dhruba borthakur
Assignee: dhruba borthakur
Priority: Minor

 I am loading data from an external system into hbase. There are many prints 
 of the form. This is possibly a regression caused by a recent patch.
 on different filesystem than destination store - moving to this filesystem

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira