[JBoss JIRA] (ISPN-8700) REST access log is broken
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8700?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8700:
----------------------------------
Status: Open (was: New)
> REST access log is broken
> -------------------------
>
> Key: ISPN-8700
> URL: https://issues.jboss.org/browse/ISPN-8700
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 9.2.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
>
> The REST access log is broken in several ways:
> (REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54208501] "GET /" 404 0 13 54208501 ms
> (REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54261112] "GET /rest/default" 200 0 51 54261112 ms
> Todo:
> - remove the thread name
> - only print the remote address, without the initial / and the port
> - fix the processing time, and print it only once
> - print the request time using an appropriate format: [10/Oct/2000:13:55:36 -0700]
> - use a nicer logger category instead of the class name of the logger
> - print the user principal
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8700) REST access log is broken
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8700?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8700:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5687
> REST access log is broken
> -------------------------
>
> Key: ISPN-8700
> URL: https://issues.jboss.org/browse/ISPN-8700
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 9.2.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
>
> The REST access log is broken in several ways:
> (REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54208501] "GET /" 404 0 13 54208501 ms
> (REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54261112] "GET /rest/default" 200 0 51 54261112 ms
> Todo:
> - remove the thread name
> - only print the remote address, without the initial / and the port
> - fix the processing time, and print it only once
> - print the request time using an appropriate format: [10/Oct/2000:13:55:36 -0700]
> - use a nicer logger category instead of the class name of the logger
> - print the user principal
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8704) Hot Rod access log is broken
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8704?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8704:
----------------------------------
Status: Open (was: New)
> Hot Rod access log is broken
> ----------------------------
>
> Key: ISPN-8704
> URL: https://issues.jboss.org/browse/ISPN-8704
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 9.2.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
>
> The REST access log is broken in several ways:
> (REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54208501] "GET /" 404 0 13 54208501 ms
> (REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54261112] "GET /rest/default" 200 0 51 54261112 ms
> Todo:
> - remove the thread name
> - only print the remote address, without the initial / and the port
> - fix the processing time, and print it only once
> - print the request time using an appropriate format: [10/Oct/2000:13:55:36 -0700]
> - use a nicer logger category instead of the class name of the logger
> - print the user principal
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8706) HotRodMergeTest Timed out waiting for rebalancing to complete
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-8706:
----------------------------------
Summary: HotRodMergeTest Timed out waiting for rebalancing to complete
Key: ISPN-8706
URL: https://issues.jboss.org/browse/ISPN-8706
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.2.0.Alpha2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
The HotRodMergeTest is now consistently failing with the following error:
{code}
[OK: 321, KO: 1, SKIP: 0] Test failed: org.infinispan.server.hotrod.HotRodMergeTest.testNewTopologySentAfterCleanMerge[DIST_SYNC]
java.lang.RuntimeException: Timed out waiting for rebalancing to complete on node HotRodMergeTest[DIST_SYNC]-NodeA-31095, expected member list is [HotRodMergeTest[DIST_SYNC]-NodeA-31095, HotRodMergeTest[DIST_SYNC]-NodeB-33866], current member list is [HotRodMergeTest[DIST_SYNC]-NodeA-31095]!
at org.infinispan.test.TestingUtil.waitForNoRebalance(TestingUtil.java:388)
at org.infinispan.test.TestingUtil.waitForNoRebalance(TestingUtil.java:424)
at org.infinispan.partitionhandling.BasePartitionHandlingTest$Partition.waitForPartitionToForm(BasePartitionHandlingTest.java:282)
at org.infinispan.partitionhandling.BasePartitionHandlingTest$Partition.merge(BasePartitionHandlingTest.java:258)
at org.infinispan.partitionhandling.BasePartitionHandlingTest$Partition.merge(BasePartitionHandlingTest.java:246)
at org.infinispan.server.hotrod.HotRodMergeTest.testNewTopologySentAfterCleanMerge(HotRodMergeTest.java:87)
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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8704) Hot Rod access log is broken
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8704?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8704:
----------------------------------
Description:
The Hot Rod access log is broken in several ways:
Todo:
- remove the thread name
- only print the remote address, without the initial / and the port
- fix the processing time, and print it only once
- print the request time using an appropriate format: [10/Oct/2000:13:55:36 -0700]
- use a nicer logger category instead of the class name of the logger
- print the user principal
was:
The REST access log is broken in several ways:
(REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54208501] "GET /" 404 0 13 54208501 ms
(REST-REST-ServerWorker-6-1) /127.0.0.1:42054 [54261112] "GET /rest/default" 200 0 51 54261112 ms
Todo:
- remove the thread name
- only print the remote address, without the initial / and the port
- fix the processing time, and print it only once
- print the request time using an appropriate format: [10/Oct/2000:13:55:36 -0700]
- use a nicer logger category instead of the class name of the logger
- print the user principal
> Hot Rod access log is broken
> ----------------------------
>
> Key: ISPN-8704
> URL: https://issues.jboss.org/browse/ISPN-8704
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 9.2.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
>
> The Hot Rod access log is broken in several ways:
> Todo:
> - remove the thread name
> - only print the remote address, without the initial / and the port
> - fix the processing time, and print it only once
> - print the request time using an appropriate format: [10/Oct/2000:13:55:36 -0700]
> - use a nicer logger category instead of the class name of the logger
> - print the user principal
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (ISPN-8705) Clean up version checks in the Hot Rod server
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8705:
-------------------------------------
Summary: Clean up version checks in the Hot Rod server
Key: ISPN-8705
URL: https://issues.jboss.org/browse/ISPN-8705
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod, Server
Affects Versions: 9.2.0.Beta2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
The Hot Rod server protocol version handling is not very elegant. We should use enums.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months