summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/cluster
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-099-9/+9
|
* Keep and reconfigure ClusterMonitor when reconfiguring dispatcherjonmv2023-09-051-14/+66
|
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-134-5/+5
|
* Reinstate public (unused) method, warn when failing ping shutdownjonmv2023-07-131-2/+9
|
* Simplify a bitjonmv2023-07-132-10/+4
|
* Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-231-1/+1
| | | | Remove parts of schema test no longer valid.
* Refactor: Pull tracing into its own classJon Bratseth2022-06-141-2/+2
|
* Remove deprecated methos on Vespa 8Jon Bratseth2022-06-101-7/+0
|
* Further GC document level compression. Avoids a buffer copy that is no ↵Henning Baldersheim2022-06-081-2/+2
| | | | longer relevant.
* Remove on Vespa 8Jon Bratseth2022-06-084-90/+2
|
* No functional changesJon Bratseth2022-05-181-2/+2
|
* - Name the monitor thread and make it a daemon.Henning Baldersheim2022-02-033-4/+13
|
* Log number of working/nodes and nodes.Henning Baldersheim2021-11-051-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-079-9/+9
|
* Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-153-4/+7
|
* Early exit if closedHenning Baldersheim2020-09-231-0/+2
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-5/+5
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
|
* Non-functional changes onlyJon Bratseth2020-03-245-69/+38
|
* Never nullHenning Baldersheim2020-02-111-1/+1
|
* Ping timeout must be shorter than ping period, and add deprecation.Henning Baldersheim2020-02-112-42/+19
|
* Update abiHenning Baldersheim2020-02-042-2/+2
|
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ↵Henning Baldersheim2020-02-043-8/+20
| | | | provided.
* Do not start cluster monitor thread in test as it will race with explicit ↵Henning Baldersheim2020-02-041-0/+9
| | | | ping in test.
* Send ping every second truly async to all nodes who does not have any ↵Henning Baldersheim2020-01-311-1/+1
| | | | pending pings.
* Add isBlockingWrites to pongJon Bratseth2020-01-201-1/+1
| | | | | - Add isBlockingWrites to pong - Cleanup and deprecate unused complexity: There is just one node and one error
* Avoid starting the ping thread automatically for tests.Henning Baldersheim2019-12-192-3/+16
|
* Verify that destruct does not do bad things during destruct.Henning Baldersheim2019-12-191-2/+2
|
* This is the correct way of shutting down the the Dispatcher.Henning Baldersheim2019-12-181-10/+22
| | | | | | | | | | Avoid using Thread.interrupt for shutdown, handle it gracefully. 1 - Shutdown the SearchCluster 1 - Set it to closed. 2 - Synchronize clearing of monitored nodes. 3 - Wake up monitor thread if sleeping. 4 - Join with monitorthread. 2 - Release the invokerPool.
* Do not set atStartup without also setting isWorking.Henning Baldersheim2019-10-101-8/+5
|
* Use else-if insteda of nested ifHenning Baldersheim2019-10-041-4/+3
|
* - Shut down monitoring thread.Henning Baldersheim2019-10-041-7/+17
| | | | | - Remove fs4 cleanup. - Add some more debug information for group status.
* Cleanup - no functional changesJon Bratseth2019-09-203-32/+23
|
* Revert "Revert "Bratseth/vip logic take 2""Henning Baldersheim2019-09-203-22/+27
|
* Revert "Bratseth/vip logic take 2"Harald Musum2019-09-203-27/+22
|
* Drive the ping ourselves to avoid waiting for the monitor thread.Henning Baldersheim2019-09-191-1/+1
|
* Remove printStaxkTraceJon Bratseth2019-09-191-1/+0
|
* Not at startup after we get failing infoJon Bratseth2019-09-192-0/+2
|
* Transition from down to up initiallyJon Bratseth2019-09-194-19/+18
| | | | | - Use tri-state logic for working/failing/unknown - Be initially down in test and verify we come up
* Revert "Merge pull request #10737 from ↵Jon Bratseth2019-09-193-7/+12
| | | | | | | vespa-engine/revert-10717-bratseth/vip-logic" This reverts commit ae30a47174b67ca78dc33d21770903b3ee626240, reversing changes made to 992b73092f0d14beb3ae380904d27886fe4dbc89.
* Revert "Bratseth/vip logic"Håkon Hallingstad2019-09-193-12/+7
|
* Take symmetric vip actions. Only act on full infoJon Bratseth2019-09-193-7/+12
|
* Increase timeoutJon Bratseth2019-05-241-1/+1
|
* SimplifyJon Bratseth2019-01-301-17/+12
|
* Remove deprecated codeJon Bratseth2019-01-211-7/+0
|
* Java dispatcher refactoring and cluster monitoring improvementsOlli Virtanen2018-11-022-17/+10
|
* Avoid deprecated methodJon Bratseth2018-10-151-1/+2
|
* Prevent XXEJon Bratseth2018-10-131-1/+1
|
* As we are on tcp and only local connection we can afford to be a bit more ↵Henning Baldersheim2018-04-061-3/+6
| | | | aggressive on failing a backend.
* Don't validate when reloading modelsJon Bratseth2018-02-261-1/+1
|