Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STAGING] Indexing status: Success (updated 2024-12-12T00:10:20Z) #131

Closed
quarkus-status-bot opened this issue Jan 11, 2024 · 131 comments
Closed

Comments

@quarkus-status-bot
Copy link
Collaborator

quarkus-status-bot commented Jan 11, 2024

This issue will get updated whenever the staging environment of search.quarkus.io performs indexing, and opened whenever indexing fails.

For the production environment, see #130 instead.

Useful links when debugging:

If this information is outdated, refer to README.md.

Latest indexing report

search.quarkus.io indexing status: SUCCESS

@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing [STAGING] Status report of quarkus.io content indexing (updated 2024-01-12T07:41:43Z) Jan 12, 2024
@yrodiere
Copy link
Member

@gsmet it worked, thanks!

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-12T07:41:43Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-12T14:19:02Z) Jan 12, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-12T14:19:02Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-12T19:08:00Z) Jan 12, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-12T19:08:00Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-13T08:26:07Z) Jan 13, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-13T08:26:07Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-13T19:06:43Z) Jan 13, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-13T19:06:43Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-14T19:06:49Z) Jan 14, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-14T19:06:49Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-15T08:40:28Z) Jan 15, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-15T08:40:28Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-15T09:22:50Z) Jan 15, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-15T09:22:50Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-15T09:41:38Z) Jan 15, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-15T09:41:38Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-16T00:09:40Z) Jan 16, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Critical

CRITICAL

  • INDEXING:
    • Indexing failed: Failed to create indexes: HSEARCH000520: Hibernate Search encountered failures during Schema management. Failures:

      type 'io.quarkus.search.app.entity.Guide':
      failures:
      - HSEARCH400034: Unable to retrieve index metadata from Elasticsearch: HSEARCH400007: Elasticsearch request failed: search-backend-1.search-backend: Name or service not known
      Request: GET /guide-write,guide-read with parameters {ignore_unavailable=true, allow_no_indices=true}
      Response: (no response)

      Exception details: java.lang.IllegalStateException
      java.lang.IllegalStateException: Failed to create indexes: HSEARCH000520: Hibernate Search encountered failures during Schema management. Failures:
      
          type 'io.quarkus.search.app.entity.Guide': 
              failures: 
                - HSEARCH400034: Unable to retrieve index metadata from Elasticsearch: HSEARCH400007: Elasticsearch request failed: search-backend-1.search-backend: Name or service not known
                  Request: GET /guide-write,guide-read with parameters {ignore_unavailable=true, allow_no_indices=true}
                  Response: (no response)
      	at io.quarkus.search.app.indexing.IndexingService.createIndexes(IndexingService.java:195)
      	at io.quarkus.search.app.indexing.IndexingService.reindex(IndexingService.java:152)
      	at io.quarkus.search.app.indexing.IndexingService_Subclass.reindex$$superforward(Unknown Source)
      	at io.quarkus.search.app.indexing.IndexingService_Subclass$$function$$2.apply(Unknown Source)
      	at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
      	at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
      	at io.quarkus.arc.impl.ActivateRequestContextInterceptor.invoke(ActivateRequestContextInterceptor.java:124)
      	at io.quarkus.arc.impl.ActivateRequestContextInterceptor.aroundInvoke(ActivateRequestContextInterceptor.java:33)
      	at io.quarkus.arc.impl.ActivateRequestContextInterceptor_Bean.intercept(Unknown Source)
      	at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
      	at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
      	at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
      	at io.quarkus.search.app.indexing.IndexingService_Subclass.reindex(Unknown Source)
      	at io.quarkus.search.app.indexing.IndexingService.lambda$indexOnStartup$5(IndexingService.java:106)
      	at io.smallrye.context.impl.wrappers.SlowContextualSupplier.get(SlowContextualSupplier.java:21)
      	at io.smallrye.mutiny.operators.uni.builders.UniCreateFromItemSupplier.subscribe(UniCreateFromItemSupplier.java:28)
      	at io.smallrye.mutiny.operators.AbstractUni.subscribe(AbstractUni.java:36)
      	at io.smallrye.mutiny.operators.uni.UniRunSubscribeOn.lambda$subscribe$0(UniRunSubscribeOn.java:27)
      	at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:587)
      	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
      	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
      	at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
      	at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
      	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
      	at java.base/java.lang.Thread.run(Thread.java:840)
      Caused by: org.hibernate.search.util.common.SearchException: HSEARCH000520: Hibernate Search encountered failures during Schema management. Failures:
      
          type 'io.quarkus.search.app.entity.Guide': 
              failures: 
                - HSEARCH400034: Unable to retrieve index metadata from Elasticsearch: HSEARCH400007: Elasticsearch request failed: search-backend-1.search-backend: Name or service not known
                  Request: GET /guide-write,guide-read with parameters {ignore_unavailable=true, allow_no_indices=true}
                  Response: (no response)
      	at org.hibernate.search.engine.reporting.spi.RootFailureCollector.checkNoFailure(RootFailureCollector.java:53)
      	at org.hibernate.search.mapper.orm.schema.management.impl.SearchSchemaManagerImpl.doOperation(SearchSchemaManagerImpl.java:83)
      	at org.hibernate.search.mapper.orm.schema.management.impl.SearchSchemaManagerImpl.createIfMissing(SearchSchemaManagerImpl.java:38)
      	at io.quarkus.search.app.indexing.IndexingService.createIndexes(IndexingService.java:173)
      	... 24 more
      	Suppressed: java.lang.IllegalStateException: Failed to recover aliases: search-backend-2.search-backend: Name or service not known
      		at io.quarkus.search.app.indexing.Rollover.recoverInconsistentAliases(Rollover.java:100)
      		at io.quarkus.search.app.indexing.IndexingService.createIndexes(IndexingService.java:187)
      		... 24 more
      	Caused by: java.io.IOException: search-backend-2.search-backend: Name or service not known
      		at org.elasticsearch.client.RestClient.extractAndWrapCause(RestClient.java:935)
      		at org.elasticsearch.client.RestClient.performRequest(RestClient.java:300)
      		at org.elasticsearch.client.RestClient.performRequest(RestClient.java:288)
      		at io.quarkus.search.app.indexing.Rollover.aliased(Rollover.java:175)
      		at io.quarkus.search.app.indexing.Rollover.recoverInconsistentAliases(Rollover.java:95)
      		... 25 more
      	Caused by: java.net.UnknownHostException: search-backend-2.search-backend: Name or service not known
      		at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
      		at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934)
      		at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1543)
      		at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
      		at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1533)
      		at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1385)
      		at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1306)
      		at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
      		at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager$InternalAddressResolver.resolveRemoteAddress(PoolingNHttpClientConnectionManager.java:666)
      		at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager$InternalAddressResolver.resolveRemoteAddress(PoolingNHttpClientConnectionManager.java:637)
      		at org.apache.http.nio.pool.AbstractNIOConnPool.processPendingRequest(AbstractNIOConnPool.java:472)
      		at org.apache.http.nio.pool.AbstractNIOConnPool.lease(AbstractNIOConnPool.java:280)
      		at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.requestConnection(PoolingNHttpClientConnectionManager.java:295)
      		at org.apache.http.impl.nio.client.AbstractClientExchangeHandler.requestConnection(AbstractClientExchangeHandler.java:381)
      		at org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.start(DefaultClientExchangeHandlerImpl.java:130)
      		at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase.execute(CloseableHttpAsyncClientBase.java:116)
      		at org.apache.http.impl.nio.client.InternalHttpAsyncClient.execute(InternalHttpAsyncClient.java:138)
      		at org.elasticsearch.client.RestClient.performRequest(RestClient.java:296)
      		... 28 more
      

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-16T00:09:40Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-16T11:54:45Z) Jan 16, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-16T11:54:45Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T00:15:18Z) Jan 17, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T00:15:18Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T08:51:06Z) Jan 17, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T08:51:06Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T09:47:04Z) Jan 17, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T09:47:04Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T14:14:01Z) Jan 17, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T14:14:01Z) [STAGING] Status report of quarkus.io content indexing (updated 2024-01-17T14:33:34Z) Jan 17, 2024
@quarkus-status-bot
Copy link
Collaborator Author

search.quarkus.io indexing status: Warning

WARNING

@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-03T12:17:02Z) [STAGING] Indexing status: In progress (updated 2024-12-04T00:00:00Z) Dec 4, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-04T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-04T00:10:12Z) Dec 4, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-04T00:10:12Z) [STAGING] Indexing status: In progress (updated 2024-12-04T14:29:13Z) Dec 4, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-04T14:29:13Z) [STAGING] Indexing status: Success (updated 2024-12-04T14:42:48Z) Dec 4, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-04T14:42:48Z) [STAGING] Indexing status: In progress (updated 2024-12-04T15:12:40Z) Dec 4, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-04T15:12:40Z) [STAGING] Indexing status: Success (updated 2024-12-04T15:26:11Z) Dec 4, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-04T15:26:11Z) [STAGING] Indexing status: In progress (updated 2024-12-05T00:00:00Z) Dec 5, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-05T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-05T00:11:25Z) Dec 5, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-05T00:11:25Z) [STAGING] Indexing status: In progress (updated 2024-12-06T00:00:00Z) Dec 6, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-06T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-06T00:10:09Z) Dec 6, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-06T00:10:09Z) [STAGING] Indexing status: In progress (updated 2024-12-07T00:00:00Z) Dec 7, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-07T00:00:00Z) [STAGING] Indexing status: Unstable (updated 2024-12-07T00:02:37Z) Dec 7, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Unstable (updated 2024-12-07T00:02:37Z) [STAGING] Indexing status: In progress (updated 2024-12-07T00:03:37Z) Dec 7, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-07T00:03:37Z) [STAGING] Indexing status: In progress (updated 2024-12-07T00:05:58Z) Dec 7, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-07T00:05:58Z) [STAGING] Indexing status: Success (updated 2024-12-07T00:19:21Z) Dec 7, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-07T00:19:21Z) [STAGING] Indexing status: In progress (updated 2024-12-08T00:00:00Z) Dec 8, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-08T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-08T00:10:20Z) Dec 8, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-08T00:10:20Z) [STAGING] Indexing status: In progress (updated 2024-12-09T00:00:00Z) Dec 9, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-09T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-09T00:10:35Z) Dec 9, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-09T00:10:35Z) [STAGING] Indexing status: In progress (updated 2024-12-09T08:09:32Z) Dec 9, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-09T08:09:32Z) [STAGING] Indexing status: In progress (updated 2024-12-09T08:16:09Z) Dec 9, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-09T08:16:09Z) [STAGING] Indexing status: Success (updated 2024-12-09T08:29:42Z) Dec 9, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-09T08:29:42Z) [STAGING] Indexing status: In progress (updated 2024-12-10T00:00:00Z) Dec 10, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-10T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-10T00:11:55Z) Dec 10, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-10T00:11:55Z) [STAGING] Indexing status: In progress (updated 2024-12-10T12:09:32Z) Dec 10, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-10T12:09:32Z) [STAGING] Indexing status: Success (updated 2024-12-10T12:24:13Z) Dec 10, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-10T12:24:13Z) [STAGING] Indexing status: In progress (updated 2024-12-11T00:00:00Z) Dec 11, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-11T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-11T00:10:12Z) Dec 11, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: Success (updated 2024-12-11T00:10:12Z) [STAGING] Indexing status: In progress (updated 2024-12-12T00:00:00Z) Dec 12, 2024
@quarkus-status-bot quarkus-status-bot changed the title [STAGING] Indexing status: In progress (updated 2024-12-12T00:00:00Z) [STAGING] Indexing status: Success (updated 2024-12-12T00:10:20Z) Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants