wupengfei 2 years ago
parent
commit
ffd1766fd1
2 changed files with 4 additions and 3 deletions
  1. 3 2
      .idea/workspace.xml
  2. 1 1
      vendor/elastic/transport/src/NodePool/SimpleNodePool.php

+ 3 - 2
.idea/workspace.xml

@@ -2,7 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/application/common/service/Elastic.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common/service/Elastic.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/vendor/elastic/transport/src/NodePool/SimpleNodePool.php" beforeDir="false" afterPath="$PROJECT_DIR$/vendor/elastic/transport/src/NodePool/SimpleNodePool.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -260,7 +261,7 @@
       <workItem from="1678410737283" duration="21226000" />
       <workItem from="1678495559564" duration="25187000" />
       <workItem from="1678668116151" duration="24851000" />
-      <workItem from="1678754950693" duration="10498000" />
+      <workItem from="1678754950693" duration="10567000" />
     </task>
     <servers />
   </component>

+ 1 - 1
vendor/elastic/transport/src/NodePool/SimpleNodePool.php

@@ -21,7 +21,7 @@ use Elastic\Transport\Exception\NoNodeAvailableException;
 use function count;
 use function shuffle;
 use function sprintf;
-
+require_once '../vendor/php-http/discovery/src/Exception/NoNodeAvailableException.php';
 class SimpleNodePool implements NodePoolInterface
 {
     /**