2019-09-09 12:56:29 UTC - Ravi Shah: I am Running a Load test on standalone Pulsar setup and notice some strange behavior. I am running 5M request.
1. 5M req with 100 concurrency - It fails with Producer queue full error 2. 5M req with 1 concurrency - Its runs successfully For both the cases i use maxPendingMessages=100000000 Anyone any idea why this strange behavior? ---- 2019-09-09 18:34:39 UTC - Axel Barfod: Hi, I am getting the following error: `org.apache.pulsar.client.admin.PulsarAdminException$ServerSideErrorException: Some error occourred on the server at org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:162)` when I try to get the subscriptions from a topic, what could cause this error? This is a partitioned topic and the topic exists in the brokers ---- 2019-09-09 18:35:30 UTC - Axel Barfod: ---- 2019-09-09 19:35:20 UTC - Axel Barfod: I'm trying to look up for the documentation on how to create a subscription from the pulsar-admin client ---- 2019-09-09 19:35:47 UTC - Axel Barfod: can't seem to find it ---- 2019-09-10 00:56:39 UTC - Ali Ahmed: seeing some very strange failure values for the recently merged postgres integration test, will have to investigate it further, will disable it temporarily ``` java.lang.AssertionError: expected [26] but found [5097] at org.testng.Assert.fail(Assert.java:96) at org.testng.Assert.failNotEquals(Assert.java:776) at org.testng.Assert.assertEqualsImpl(Assert.java:137) at org.testng.Assert.assertEquals(Assert.java:118) at org.testng.Assert.assertEquals(Assert.java:547) at org.testng.Assert.assertEquals(Assert.java:557) at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.waitForProcessingSourceMessages(PulsarFunctionsTest.java:733) at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.testDebeziumPostgreSqlConnect(PulsarFunctionsTest.java:2013) at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.testDebeziumPostgreSqlSource(PulsarFunctionsTest.java:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ``` <https://builds.apache.org/job/pulsar_precommit_integrationtests/10466/testReport/junit/org.apache.pulsar.tests.integration.functions/PulsarFunctionsThreadTest/pulsar_test_suite/> ---- 2019-09-10 01:00:03 UTC - Ali Ahmed: <https://github.com/apache/pulsar/pull/5160> ---- 2019-09-10 01:38:00 UTC - Ali Ahmed: here is the test fix ---- 2019-09-10 01:38:00 UTC - Ali Ahmed: <https://github.com/apache/pulsar/pull/5162> +1 : Yuvaraj Loganathan ---- 2019-09-10 05:57:29 UTC - Sijie Guo: @Ali Ahmed the postgresql integration test was merged without addressing reviewer’s comment. ---- 2019-09-10 05:58:48 UTC - Sijie Guo: I would recommend you reading the whole review conversation or getting a second eye on the pull request before you merge the pull request. ---- 2019-09-10 06:16:15 UTC - Muthu Lalapet: @Muthu Lalapet has joined the channel ----