Code Standards 1

WP Upload Directory not writable! Check file and directory permissions
Since starting our framework (Cubex) at JDI, we decided to bring in some strict code standards, which will fail our CI builds if code does not conform.  Around the time of starting, we had not long switched over to Phabricator, who provide some great documentation on various coding standards.  We are also following the PHP-Fig ...
0

Cassandra SSTable Format Version Numbers

WP Upload Directory not writable! Check file and directory permissions
Cassandra stores the version of the SSTable within the filename, following the format Keyspace-ColumnFamily-(optional tmp marker-)SSTableFormat-generation Finding all sstables not matching version “ib” find /var/lib/cassandra/data/ -type f | grep -v -- -ib- | grep -v "/snapshots" The version numbers, to date are: // b (0.7.0): added version to sstable filenames // c (0.7.0): bloom filter ...
0