File tree Expand file tree Collapse file tree
distributed/src/main/java/com/orientechnologies/orient/distributed/db Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525import com .orientechnologies .orient .core .db .OrientDBEmbedded ;
2626import com .orientechnologies .orient .core .db .document .ODatabaseDocumentEmbedded ;
2727import com .orientechnologies .orient .core .exception .ODatabaseException ;
28- import com .orientechnologies .orient .core .metadata .security .auth .OAuthenticationInfo ;
2928import com .orientechnologies .orient .core .storage .OStorage ;
3029import com .orientechnologies .orient .core .storage .disk .OLocalPaginatedStorage ;
3130import com .orientechnologies .orient .core .storage .impl .local .OAbstractPaginatedStorage ;
@@ -112,7 +111,8 @@ private void waitForPluginStartup() {
112111 try {
113112 OLogManager .instance ().info (this , "Waiting for plugin startup" );
114113 if (!pluginStartupLatch .await (10 , TimeUnit .SECONDS )) {
115- throw new OOfflineNodeException ("Distributed manager is offline on " + server .getServerId ());
114+ throw new OOfflineNodeException (
115+ "Distributed manager is offline on " + server .getServerId ());
116116 }
117117 OLogManager .instance ().info (this , "Plugin startup complete" );
118118 } catch (InterruptedException ignored ) {
@@ -124,7 +124,7 @@ public void setPlugin(ODistributedPlugin plugin) {
124124 OLogManager .instance ().info (this , "Setting plugin" );
125125 this .plugin = plugin ;
126126 this .pluginStartupLatch .countDown ();
127- }
127+ }
128128
129129 public ODistributedPlugin getPlugin () {
130130 OLogManager .instance ()
You can’t perform that action at this time.
0 commit comments