MrLee.Kun
883640a288
change cluster logger tag
2015-10-27 15:32:51 +08:00
Philip O'Toole
faad42c1da
Log a more accurate connection message
...
Not all connections are for writes, some are for mapping shards.
2015-10-06 13:39:51 -07:00
Philip O'Toole
1084d73092
Add cluster-service stats
2015-09-22 10:27:54 -07:00
Cory LaNou
d19a510ad2
refactor Points and Rows to dedicated packages
2015-09-16 15:33:08 -05:00
Jason Wilder
ab0b2231a6
Wait for all the cluster connections to complete
2015-09-08 11:04:00 -06:00
Jason Wilder
99d02e3d62
Log the reason a remote write request might be dropped to the error message
2015-09-04 13:14:46 -06:00
David Norton
88f556af72
convert SHOW MEASUREMENTS to a distributed query
2015-08-23 23:09:51 -04:00
David Norton
5d26cfa4d7
return interface{} from nextChunk* functions
2015-08-22 10:59:29 -04:00
David Norton
c8f88f9a61
refactor remote mapping
2015-08-22 10:16:41 -04:00
Jason Wilder
a7cb0df4af
Fix typos/spacing
2015-08-13 10:02:05 -06:00
Jason Wilder
668181d275
Make log statements more consistent
...
* Capitalize first letter of message
* Log all services staring consistently
* Remove some extraneous log statements in meta.Store
* Log data dirs for meta, data and hinted handoff
2015-08-13 10:01:42 -06:00
David Norton
d661bf1a06
fix #3414 : shard mappers perform query re-writing
2015-08-04 09:49:50 -04:00
Philip O'Toole
425a65fca1
RemoteShard mapping now performed over TCP
...
With this change remote mapping no longer uses HTTP, as the HTTP ports
exposed by nodes on the cluster are not known cluster wide. The TCP
ports exposed by the cluster service are, so this change uses that
functionality. Each RemoteMapper has its own dedicated connection pool
for each node, and remote mapping TCP connections are in no way coupled
with query TCP connections.
2015-07-20 10:44:38 -07:00
Jason Wilder
eb1cd44b8d
Log write errors
...
Since the client only receives a "write failed" or "partial write" error
message, log more context in the logs.
2015-06-09 14:49:22 -06:00
Jason Wilder
5e515fbeda
Don't log EOF as an error
...
It's expected when a client disconnects
2015-06-08 16:39:39 -06:00
Jason Wilder
8323d6aa9e
Log when TCP clients connect/disconnect
2015-06-08 16:39:02 -06:00
Ben Johnson
6e40f869fe
Fix formatting directive.
2015-06-05 23:06:52 -06:00
Ben Johnson
617e214a49
Add remote write logging.
2015-06-05 22:49:03 -06:00
Ben Johnson
607c352412
Add remote write logging.
2015-06-05 22:34:30 -06:00
Jason Wilder
1024965db7
Create shard received from cluster writer
2015-06-05 22:16:51 -06:00
Ben Johnson
abbcf15bb2
integrate mux into influxd cluster service
2015-06-05 17:02:32 -06:00
Ben Johnson
5a5c077790
refactor cluster to use mux
2015-06-05 16:54:12 -06:00
Cory LaNou
21af1ded6b
messages over 1gb are probably not valid
2015-06-04 19:40:48 -06:00
Cory LaNou
5c52c4cda1
add ability to set logger for testing
2015-06-03 09:58:39 -06:00
Jason Wilder
3957e096f8
Remove ownerID from protobufs
...
Not needed since the node that processes the request is the owner.
2015-06-02 14:45:52 -06:00
Cory LaNou
3597565955
reading and writing yo!
2015-06-01 11:59:58 -06:00
Ben Johnson
bf823d9887
Integrating cmd/influxd/run.
2015-05-30 14:06:36 -06:00
Ben Johnson
9d4527071e
Refactor run command.
2015-05-29 14:59:57 -06:00
Ben Johnson
df1aeee70a
WIP
2015-05-29 14:56:30 -06:00