aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Separate parts of Impala runtime which hold application state #259

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4752

Would be good to hold parts of application which represent runtime state
together. This includes:

 * ModuleStateHolder
 * ServiceRegistry
 * ClassLoaderRegistry

Original issue reported on code.google.com by philzoio...@googlemail.com on 31 Oct 2009 at 7:26

GoogleCodeExporter commented 9 years ago
Marked as backward compatible as a number of interfaces change to allow 
Application
or application id to be passed in.

Original comment by philzoio...@googlemail.com on 18 Nov 2009 at 9:13

GoogleCodeExporter commented 9 years ago
Should also add FrameworkLockHolder to this list. Completed for above three as 
of r4865

Original comment by philzoio...@googlemail.com on 26 Nov 2009 at 5:03

GoogleCodeExporter commented 9 years ago
Fixed as of r5108, as FrameworkLockHolder addition is now a separate issue - see
issue 281.

Original comment by philzoio...@googlemail.com on 16 Dec 2009 at 9:23