Could someone please point me toward the right KEYS file to import so that
I can verify signatures? Thanks!

I'm seeing numerous test failures due to "Insufficient configured threads"
while trying to start the HTTP server. One example is
TestBeelinePasswordOption. Is anyone else seeing this? I noticed that
HIVE-24484 set hive.server2.webui.max.threads to 4 in
/data/conf/hive-site.xml. (The default in HiveConf.java is 50.)

[INFO] Running org.apache.hive.beeline.TestBeelinePasswordOption
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
11.742 s <<< FAILURE! - in org.apache.hive.beeline.TestBeelinePasswordOption
[ERROR] org.apache.hive.beeline.TestBeelinePasswordOption  Time elapsed:
11.733 s  <<< ERROR!
org.apache.hive.service.ServiceException: java.lang.IllegalStateException:
Insufficient configured threads: required=4 < max=4 for
QueuedThreadPool[hiveserver2-web]@628bd77e{STARTED,4<=4<=4,i=4,r=-1,q=0}[ReservedThreadExecutor@cfacf0
{s=0/1,p=0}]
at org.apache.hive.service.server.HiveServer2.start(HiveServer2.java:733)
at org.apache.hive.jdbc.miniHS2.MiniHS2.start(MiniHS2.java:395)
at
org.apache.hive.beeline.TestBeelinePasswordOption.preTests(TestBeelinePasswordOption.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at
org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: java.lang.IllegalStateException: Insufficient configured
threads: required=4 < max=4 for
QueuedThreadPool[hiveserver2-web]@628bd77e{STARTED,4<=4<=4,i=4,r=-1,q=0}[ReservedThreadExecutor@cfacf0
{s=0/1,p=0}]
at
org.eclipse.jetty.util.thread.ThreadPoolBudget.check(ThreadPoolBudget.java:165)
at
org.eclipse.jetty.util.thread.ThreadPoolBudget.leaseTo(ThreadPoolBudget.java:141)
at
org.eclipse.jetty.util.thread.ThreadPoolBudget.leaseFrom(ThreadPoolBudget.java:191)
at org.eclipse.jetty.io.SelectorManager.doStart(SelectorManager.java:255)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
at
org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:321)
at
org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81)
at
org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.server.Server.doStart(Server.java:401)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.apache.hive.http.HttpServer.start(HttpServer.java:335)
at org.apache.hive.service.server.HiveServer2.start(HiveServer2.java:729)
... 21 more

Chris Nauroth


On Thu, Oct 27, 2022 at 7:48 AM Ádám Szita <sz...@apache.org> wrote:

> Hi,
>
> Thanks for rebuilding this RC, Denys.
>
> Alessandro: IMHO since there was no vote cast yet and we're talking about
> a build option change only, I guess it just doesn't worth rebuilding the
> whole stuff from scratch to create a new RC.
>
> I give +1 (binding) to this RC, I verified the checksum, binary content,
> source content, built Hive from source and also tried out the artifacts in
> a mini cluster environment. Built an HMS DB with the schema scripts
> provided, did table creation, insert, delete, rollback (Iceberg).
>
> Thanks again, Denys for taking this up.
>
> On 2022/10/27 13:29:36 Alessandro Solimando wrote:
> > Hi Denys,
> > in other Apache communities I generally see that votes are cancelled and
> a
> > new RC is prepared when there are changes or blocking issues like in this
> > case, not sure how things are done in Hive though.
> >
> > Best regards,
> > Alessandro
> >
> > On Thu, 27 Oct 2022 at 15:22, Denys Kuzmenko <dkuzme...@cloudera.com
> .invalid>
> > wrote:
> >
> > > Hi Adam,
> > >
> > > Thanks for pointing that out! Upstream release guide is outdated. Once
> I
> > > receive the edit rights, I'll amend the instructions.
> > > Updated the release artifacts and checksums:
> > >
> > > Apache Hive 4.0.0-alpha-2 Release Candidate 0 is available
> > > here:https://people.apache.org/~dkuzmenko/release-4.0.0-alpha-2-rc0/
> > >
> > >
> > > The checksums are these:
> > > - b4dbaac5530694f631af13677ffe5443addc148bd94176b27a109a6da67f5e0f
> > > apache-hive-4.0.0-alpha-2-bin.tar.gz
> > > - 8c4639915e9bf649f4a55cd9adb9d266aa15d8fa48ddfadb28ebead2c0aee4d0
> > > apache-hive-4.0.0-alpha-2-src.tar.gz
> > >
> > > Maven artifacts are available
> > > here:
> > > https://repository.apache.org/content/repositories/orgapachehive-1117/
> > >
> > > The tag release-4.0.0-alpha-2-rc0 has been applied to the source for
> > > this release in github, you can see it at
> > > https://github.com/apache/hive/tree/release-4.0.0-alpha-2-rc0
> > >
> > > The git commit hash
> > > is:
> > >
> https://github.com/apache/hive/commit/da146200e003712e324496bf560a1702485d231c
> > >
> > >
> > > Please check again.
> > >
> > >
> > > Thanks,
> > > Denys
> > >
> > > On Thu, Oct 27, 2022 at 2:53 PM Ádám Szita <sz...@apache.org> wrote:
> > >
> > > > Hi Denys,
> > > >
> > > > Unfortutantely I can't give a plus 1 on this yet, as the Iceberg
> > > artifacts
> > > > are missing from the binary tar.gz. Perhaps -Piceberg flag was
> missing
> > > > during build, can you please rebuild?
> > > >
> > > > Thanks,
> > > > Adam
> > > >
> > > > On 2022/10/25 11:20:23 Denys Kuzmenko wrote:
> > > > > Hi team,
> > > > >
> > > > >
> > > > > Apache Hive 4.0.0-alpha-2 Release Candidate 0 is available
> > > > > here:
> https://people.apache.org/~dkuzmenko/release-4.0.0-alpha-2-rc0/
> > > > >
> > > > >
> > > > > The checksums are these:
> > > > > - 7d4c54ecfe2b04cabc283a84defcc1e8a02eed0e13baba2a2c91ae882b6bfaf7
> > > > > apache-hive-4.0.0-alpha-2-bin.tar.gz
> > > > > - 8c4639915e9bf649f4a55cd9adb9d266aa15d8fa48ddfadb28ebead2c0aee4d0
> > > > > apache-hive-4.0.0-alpha-2-src.tar.gz
> > > > >
> > > > > Maven artifacts are available
> > > > > here:
> > > >
> https://repository.apache.org/content/repositories/orgapachehive-1117/
> > > > >
> > > > > The tag release-4.0.0-alpha-2-rc0 has been applied to the source
> for
> > > > > this release in github, you can see it at
> > > > > https://github.com/apache/hive/tree/release-4.0.0-alpha-2-rc0
> > > > >
> > > > > The git commit hash
> > > > > is:
> > > >
> > >
> https://github.com/apache/hive/commit/da146200e003712e324496bf560a1702485d231c
> > > > >
> > > > > Voting will conclude in 72 hours.
> > > > >
> > > > > Hive PMC Members: Please test and vote.
> > > > >
> > > > > Thanks
> > > > >
> > > >
> > >
> >
>

Reply via email to