Project

General

Profile

Actions

Bug #3373

closed

java: after shutdown() access ceph_* in JNI is not prevented

Added by Noah Watkins over 11 years ago. Updated about 5 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Hadoop/Java
Labels (FS):
Java/Hadoop
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When CephMount is created, a mount context is created to back it. Checks in libcephfs return errors for calls when used in an unmounted state. However, shutdown() cleans up everything, not just unmounting. Thus, following shutdown(), users should receive IllegalStateException if they try to access the Ceph client.

Actions

Also available in: Atom PDF