Conversation
Sync Fork January 6
doc/source/new/fqllogging.rst
Outdated
There was a problem hiding this comment.
This should be sitting together with the one regarding batch query attributes above.
doc/source/new/fqllogging.rst
Outdated
There was a problem hiding this comment.
The introduction of the weighted queue is too detailed (especially the exceptions, the unit tests, etc.) that I feel only Cassandra developer will be interested in. Could we have a high-level introduction about the weighted queue, and move the details into a quoted note section for developers?
doc/source/new/fqllogging.rst
Outdated
There was a problem hiding this comment.
The format is not consistent with batch query attributes. Please unify
FieldName - Description
| :: | ||
|
|
||
| sudo mkdir -p /tmp/cassandrafullquerylog | ||
| sudo chmod -R 777 /tmp/cassandrafullquerylog |
There was a problem hiding this comment.
Why 777? No files are expected to be executed.
| Query: SELECT * FROM system.peers | ||
| Values: | ||
|
|
||
| Type: single-query |
There was a problem hiding this comment.
Can we truncate the entries? It makes the page unnecessarily long.
yifan-c
left a comment
There was a problem hiding this comment.
Appreciate the efforts on making those improvements!
If possible, please further reduce the dumped content from the cq4 file.
|
|
This has been committed. |
* STAR-1230 Provide CL API to update to remote storage Extends CommitLog's API to allow update its directory, so a commit log from remote storage can be replayed. * Add test of CL's forPath * Fix test method name (cherry picked from commit 17a0558)
* STAR-1230 Provide CL API to update to remote storage Extends CommitLog's API to allow update its directory, so a commit log from remote storage can be replayed. * Add test of CL's forPath * Fix test method name (cherry picked from commit 17a0558) (cherry picked from commit 241c971) (cherry picked from commit 33cb1c6) (cherry picked from commit c47530b)
* STAR-1230 Provide CL API to update to remote storage Extends CommitLog's API to allow update its directory, so a commit log from remote storage can be replayed. * Add test of CL's forPath * Fix test method name (cherry picked from commit 17a0558) (cherry picked from commit 241c971) (cherry picked from commit 33cb1c6) (cherry picked from commit c47530b) (cherry picked from commit c56b818)
* STAR-1230 Provide CL API to update to remote storage Extends CommitLog's API to allow update its directory, so a commit log from remote storage can be replayed. * Add test of CL's forPath * Fix test method name (cherry picked from commit 17a0558) (cherry picked from commit 241c971) (cherry picked from commit 33cb1c6) (cherry picked from commit c47530b) (cherry picked from commit c56b818)
Added a page on Full Query Logging, a new feature.