This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262454

Summary: Opening a new project hangs if source root is on an OpenAFS mount
Product: ide Reporter: kalle1
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description kalle1 2016-06-16 13:53:18 UTC
Created attachment 160068 [details]
messages.log

Steps to reproduce:

1. Clone https://github.com/apache/flink into an OpenAFS mount
2. Open the maven project. There'll be progress, but it reproducably hangs for > 1 h.

experienced with updated NetBeans dev and 8.1 on Ubuntu 16.04 with OpenAFS 1.16.8 and Linux 4.5.7
Comment 1 kalle1 2016-06-17 19:14:07 UTC
Opening the project succeeds after > 12 hours which is unacceptable long time.
Comment 2 Tomas Hurka 2016-06-22 15:07:34 UTC
How long does it take when you open same project from local drive?
How long does it take to run:

cd flink
mvn clean package -DskipTests

from OpenAFS mount?

According to messages.log - there are some broken modules in your userdir, please use NetBeans with new userdir for testing.

Thanks.