Skip to content

Mnemonic should have logging integrated. Right now there is no logging available. #2

@umamaheswararao

Description

@umamaheswararao

example:
in BigDataMemAllocator.java

static {
try {
NativeLibraryLoader.loadFromJar("bigdatamem");
} catch (Exception e) {
System.exit(-1);
}
}
We should have log here. IMO, we should not use System.exit in this module. Otherwise, other user system will shutdown unknowingly. We should have mechanism to let user application know about the issue, rather than silently shutting down.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions