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 - Opening a new project hangs if source root is on an OpenAFS mount
Summary: Opening a new project hangs if source root is on an OpenAFS mount
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 13:53 UTC by kalle1
Modified: 2016-08-04 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (144.34 KB, text/x-log)
2016-06-16 13:53 UTC, kalle1
Details

Note You need to log in before you can comment on or make changes to this bug.
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.